Searched defs:pipe_driver_query_info (Results 1 – 2 of 2) sorted by relevance
794 struct pipe_driver_query_info struct796 const char *name;797 unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */798 uint64_t max_value; /* max value that can be returned */799 boolean uses_byte_units; /* whether the result is in bytes */
1280 struct pipe_driver_query_info struct1282 const char *name;1283 unsigned query_type; /* PIPE_QUERY_DRIVER_SPECIFIC + i */1284 union pipe_numeric_type_union max_value; /* max value that can be returned */1285 enum pipe_driver_query_type type;1286 enum pipe_driver_query_result_type result_type;1287 unsigned group_id;1288 unsigned flags;