Home
last modified time | relevance | path

Searched refs:pipe_query_data_pipeline_statistics (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vbuf.h47 struct pipe_query_data_pipeline_statistics;
137 const struct pipe_query_data_pipeline_statistics *stats );
Ddraw_private.h386 struct pipe_query_data_pipeline_statistics statistics;
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.h53 struct pipe_query_data_pipeline_statistics stats;
Dlp_context.h104 struct pipe_query_data_pipeline_statistics pipeline_statistics;
Dlp_query.c175 struct pipe_query_data_pipeline_statistics *stats = in llvmpipe_get_query_result()
176 (struct pipe_query_data_pipeline_statistics *)vresult; in llvmpipe_get_query_result()
Dlp_setup_vbuf.c559 const struct pipe_query_data_pipeline_statistics *stats) in lp_setup_pipeline_statistics()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h733 struct pipe_query_data_pipeline_statistics struct
772 struct pipe_query_data_pipeline_statistics pipeline_statistics;
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c46 struct pipe_query_data_pipeline_statistics stats;
237 sizeof(struct pipe_query_data_pipeline_statistics)); in softpipe_get_query_result()
Dsp_context.h99 struct pipe_query_data_pipeline_statistics pipeline_statistics;
Dsp_prim_vbuf.c612 const struct pipe_query_data_pipeline_statistics *stats) in sp_vbuf_pipeline_statistics()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h1161 struct pipe_query_data_pipeline_statistics struct
1223 struct pipe_query_data_pipeline_statistics pipeline_statistics;
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs579 pub struct pipe_query_data_pipeline_statistics { struct
611 pub pipeline_statistics: pipe_query_data_pipeline_statistics, argument
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp131 struct pipe_query_data_pipeline_statistics *p_stats = in swr_get_query_result()
/external/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c179 struct pipe_query_data_pipeline_statistics stats; in util_end_pipestat_query()