Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_PRIMITIVES_GENERATED (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_sw.c48 case PIPE_QUERY_PRIMITIVES_GENERATED: in read_counter()
100 case PIPE_QUERY_PRIMITIVES_GENERATED: in etna_sw_create_query()
120 {"prims-generated", PIPE_QUERY_PRIMITIVES_GENERATED, { 0 }},
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_query_pipe.c63 case PIPE_QUERY_PRIMITIVES_GENERATED: in v3d_begin_query_pipe()
106 case PIPE_QUERY_PRIMITIVES_GENERATED: in v3d_end_query_pipe()
171 case PIPE_QUERY_PRIMITIVES_GENERATED: in v3d_get_query_result_pipe()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c54 case PIPE_QUERY_PRIMITIVES_GENERATED:
177 case PIPE_QUERY_PRIMITIVES_GENERATED: in fd_sw_create_query()
H A Dfreedreno_query.h124 case PIPE_QUERY_PRIMITIVES_GENERATED: in pidx()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp66 case PIPE_QUERY_PRIMITIVES_GENERATED: in num_sub_queries()
83 case PIPE_QUERY_PRIMITIVES_GENERATED: in d3d12_query_heap_type()
112 case PIPE_QUERY_PRIMITIVES_GENERATED: in d3d12_query_type()
315 case PIPE_QUERY_PRIMITIVES_GENERATED:
343 case PIPE_QUERY_PRIMITIVES_GENERATED: {
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c70 type == PIPE_QUERY_PRIMITIVES_GENERATED || in softpipe_create_query()
121 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_begin_query()
194 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_end_query()
271 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_get_query_result()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c164 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_get_query_result()
258 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_get_query_result_resource()
405 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_begin_query()
459 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_end_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c165 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_begin_query()
221 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_end_query()
313 case PIPE_QUERY_PRIMITIVES_GENERATED: /* u64 count, u64 time */ in nv50_hw_get_query_result()
387 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c186 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_begin_query()
255 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_end_query()
350 case PIPE_QUERY_PRIMITIVES_GENERATED: /* u64 count, u64 time */ in nvc0_hw_get_query_result()
570 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c209 case PIPE_QUERY_PRIMITIVES_GENERATED: in write_value()
324 case PIPE_QUERY_PRIMITIVES_GENERATED: in calculate_result_on_cpu()
527 if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) { in iris_begin_query()
566 if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) { in iris_end_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c222 case PIPE_QUERY_PRIMITIVES_GENERATED: in write_value()
352 case PIPE_QUERY_PRIMITIVES_GENERATED: in calculate_result_on_cpu()
559 if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) { in crocus_begin_query()
614 if (q->type == PIPE_QUERY_PRIMITIVES_GENERATED && q->index == 0) { in crocus_end_query()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c685 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_create_query()
792 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_destroy_query()
875 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_begin_query()
1000 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_end_query()
1146 case PIPE_QUERY_PRIMITIVES_GENERATED: { in svga_get_query_result()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c209 case PIPE_QUERY_PRIMITIVES_GENERATED: in gfx10_sh_query_add_result()
314 case PIPE_QUERY_PRIMITIVES_GENERATED: in gfx10_sh_query_get_result_resource()
H A Dsi_query.c725 case PIPE_QUERY_PRIMITIVES_GENERATED: in si_query_hw_create()
838 case PIPE_QUERY_PRIMITIVES_GENERATED: in si_query_hw_do_emit_start()
951 case PIPE_QUERY_PRIMITIVES_GENERATED: in si_query_hw_do_emit_stop()
1202 query_type == PIPE_QUERY_PRIMITIVES_GENERATED || query_type == PIPE_QUERY_SO_STATISTICS || in si_create_query()
1310 case PIPE_QUERY_PRIMITIVES_GENERATED: in si_get_hw_query_params()
1396 case PIPE_QUERY_PRIMITIVES_GENERATED: in si_query_hw_add_result()
H A Dsi_state_streamout.c415 if (!sctx->screen->use_ngg_streamout && type == PIPE_QUERY_PRIMITIVES_GENERATED) { in si_update_prims_generated_query_state()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c195 return q->type == PIPE_QUERY_PRIMITIVES_GENERATED && in is_emulated_primgen()
230 case PIPE_QUERY_PRIMITIVES_GENERATED: in get_num_results()
293 case PIPE_QUERY_PRIMITIVES_GENERATED: in convert_query_type()
473 } else if (query_type == PIPE_QUERY_PRIMITIVES_GENERATED) { in zink_create_query()
484 if (query_type == PIPE_QUERY_PRIMITIVES_GENERATED && i == 1) { in zink_create_query()
568 case PIPE_QUERY_PRIMITIVES_GENERATED: in check_query_results()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_query.c50 pipeq = PIPE_QUERY_PRIMITIVES_GENERATED; in lvp_CreateQueryPool()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c641 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_create()
743 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_do_emit_start()
827 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_do_emit_stop()
1115 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_get_hw_query_params()
1211 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_add_result()
H A Dr600_streamout.c343 if (type == PIPE_QUERY_PRIMITIVES_GENERATED) { in r600_update_prims_generated_query_state()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c904 case PIPE_QUERY_PRIMITIVES_GENERATED: in panfrost_begin_query()
932 case PIPE_QUERY_PRIMITIVES_GENERATED: in panfrost_end_query()
979 case PIPE_QUERY_PRIMITIVES_GENERATED: in panfrost_get_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h603 PIPE_QUERY_PRIMITIVES_GENERATED, enumerator
1261 /* PIPE_QUERY_PRIMITIVES_GENERATED */
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c391 .query_type = PIPE_QUERY_PRIMITIVES_GENERATED,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h646 case PIPE_QUERY_PRIMITIVES_GENERATED: in util_query_clear_result()
H A Du_tests.c503 query = ctx->create_query(ctx, PIPE_QUERY_PRIMITIVES_GENERATED, 0); in disabled_fragment_shader()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c988 case PIPE_QUERY_PRIMITIVES_GENERATED: in trace_dump_query_result()

Completed in 28 milliseconds

12