Searched refs:pipeq (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_query.c35 enum pipe_query_type pipeq; local in function:lvp_CreateQueryPool
38 pipeq = PIPE_QUERY_OCCLUSION_COUNTER;
41 pipeq = PIPE_QUERY_TIMESTAMP;
44 pipeq = PIPE_QUERY_SO_STATISTICS;
47 pipeq = PIPE_QUERY_PIPELINE_STATISTICS;
65 pool->base_type = pipeq;

Completed in 2 milliseconds