Home
last modified time | relevance | path

Searched defs:pipe_driver_query_info (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1305 struct pipe_driver_query_info struct
1307 const char *name;
1308 unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */
1309 union pipe_numeric_type_union max_value; /* max value that can be returned */
1310 enum pipe_driver_query_type type;
1311 enum pipe_driver_query_result_type result_type;
1312 unsigned group_id;
1313 unsigned flags;
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_defines.h824 struct pipe_driver_query_info struct
826 const char *name;
827 unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */
828 uint64_t max_value; /* max value that can be returned */
829 boolean uses_byte_units; /* whether the result is in bytes */