Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
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 unsigned type; /* PIPE_QUERY_* */
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;
Dlp_query.c46 static struct llvmpipe_query *llvmpipe_query( struct pipe_query *p ) in llvmpipe_query() function