Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.h44 struct llvmpipe_query { struct
45 uint64_t start[LP_MAX_THREADS]; /* start count value for each thread */
46 uint64_t end[LP_MAX_THREADS]; /* end count value for each thread */
47 struct lp_fence *fence; /* fence from last scene this was binned in */
48 enum pipe_query_type type;
49 unsigned index;
50 unsigned num_primitives_generated[PIPE_MAX_VERTEX_STREAMS];
51 unsigned num_primitives_written[PIPE_MAX_VERTEX_STREAMS];
53 struct pipe_query_data_pipeline_statistics stats;
H A Dlp_query.c47 llvmpipe_query(struct pipe_query *p) in llvmpipe_query() function