Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_PRIMITIVES_GENERATED (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c67 type == PIPE_QUERY_PRIMITIVES_GENERATED || in softpipe_create_query()
110 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_begin_query()
172 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_end_query()
246 case PIPE_QUERY_PRIMITIVES_GENERATED: in softpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_query.c54 [PIPE_QUERY_PRIMITIVES_GENERATED] = INFO(draw),
81 case PIPE_QUERY_PRIMITIVES_GENERATED: in ilo_create_query()
162 case PIPE_QUERY_PRIMITIVES_GENERATED: in query_serialize()
Dilo_render.c210 case PIPE_QUERY_PRIMITIVES_GENERATED: in ilo_render_get_query_len()
280 case PIPE_QUERY_PRIMITIVES_GENERATED: in ilo_render_emit_query()
Dilo_draw.c76 case PIPE_QUERY_PRIMITIVES_GENERATED: in query_process_bo()
163 case PIPE_QUERY_PRIMITIVES_GENERATED: in ilo_init_draw_query()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.c56 case PIPE_QUERY_PRIMITIVES_GENERATED: in read_counter()
145 case PIPE_QUERY_PRIMITIVES_GENERATED: in fd_sw_create_query()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c171 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_begin_query()
225 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_end_query()
312 case PIPE_QUERY_PRIMITIVES_GENERATED: /* u64 count, u64 time */ in nv50_hw_get_query_result()
383 case PIPE_QUERY_PRIMITIVES_GENERATED: in nv50_hw_create_query()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c151 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_get_query_result()
210 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_begin_query()
256 case PIPE_QUERY_PRIMITIVES_GENERATED: in llvmpipe_end_query()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c170 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_begin_query()
233 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_end_query()
325 case PIPE_QUERY_PRIMITIVES_GENERATED: /* u64 count, u64 time */ in nvc0_hw_get_query_result()
528 case PIPE_QUERY_PRIMITIVES_GENERATED: in nvc0_hw_create_query()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c716 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_create_query()
799 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_destroy_query()
878 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_begin_query()
990 case PIPE_QUERY_PRIMITIVES_GENERATED: in svga_end_query()
1124 case PIPE_QUERY_PRIMITIVES_GENERATED: { in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c510 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_create()
594 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_do_emit_start()
672 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_do_emit_stop()
760 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_emit_query_predication()
932 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_get_hw_query_params()
1011 case PIPE_QUERY_PRIMITIVES_GENERATED: in r600_query_hw_add_result()
Dr600_streamout.c359 if (type == PIPE_QUERY_PRIMITIVES_GENERATED) { in r600_update_prims_generated_query_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp110 case PIPE_QUERY_PRIMITIVES_GENERATED: in swr_get_query_result()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c112 type = PIPE_QUERY_PRIMITIVES_GENERATED; in st_BeginQuery()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h529 PIPE_QUERY_PRIMITIVES_GENERATED, enumerator
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c476 query = ctx->create_query(ctx, PIPE_QUERY_PRIMITIVES_GENERATED, 0); in null_fragment_shader()
Du_inlines.h520 case PIPE_QUERY_PRIMITIVES_GENERATED: in util_query_clear_result()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst331 which is the vertex stream for ``PIPE_QUERY_PRIMITIVES_GENERATED`` and
384 ``PIPE_QUERY_PRIMITIVES_GENERATED`` returns a 64-bit integer indicating
396 XXX the 2nd value is equivalent to ``PIPE_QUERY_PRIMITIVES_GENERATED`` but it is
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c900 case PIPE_QUERY_PRIMITIVES_GENERATED: in trace_dump_query_result()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1192 PIPE_QUERY_PRIMITIVES_GENERATED, 0, 0, in hud_parse_env_var()