Home
last modified time | relevance | path

Searched refs:pipe_query_data_so_statistics (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c45 struct pipe_query_data_so_statistics so[PIPE_MAX_VERTEX_STREAMS];
243 struct pipe_query_data_so_statistics *stats = in softpipe_get_query_result()
244 (struct pipe_query_data_so_statistics *)vresult; in softpipe_get_query_result()
Dsp_context.h89 struct pipe_query_data_so_statistics so_stats[PIPE_MAX_VERTEX_STREAMS];
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h103 struct pipe_query_data_so_statistics so_stats[PIPE_MAX_VERTEX_STREAMS];
Dlp_query.c179 struct pipe_query_data_so_statistics *stats = in llvmpipe_get_query_result()
180 (struct pipe_query_data_so_statistics *)vresult; in llvmpipe_get_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1198 struct pipe_query_data_so_statistics struct
1277 struct pipe_query_data_so_statistics so_statistics;
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c1127 struct pipe_query_data_so_statistics *pResult = in svga_get_query_result()
1128 (struct pipe_query_data_so_statistics *)vresult; in svga_get_query_result()