mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 07:00:20 +01:00
gallium: add PIPE_BIND_SAMPLER_REDUCTION_MINMAX
for querying format support Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10030>
This commit is contained in:
parent
1932207902
commit
59ad872458
1 changed files with 1 additions and 0 deletions
|
|
@ -490,6 +490,7 @@ enum pipe_flush_flags
|
|||
#define PIPE_BIND_COMPUTE_RESOURCE (1 << 16) /* set_compute_resources */
|
||||
#define PIPE_BIND_COMMAND_ARGS_BUFFER (1 << 17) /* pipe_draw_info.indirect */
|
||||
#define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */
|
||||
#define PIPE_BIND_SAMPLER_REDUCTION_MINMAX (1 << 19) /* PIPE_CAP_SAMPLER_REDUCTION_MINMAX */
|
||||
|
||||
/**
|
||||
* The first two flags above were previously part of the amorphous
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue