Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_OCCLUSION_COUNTER (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_query.c49 [PIPE_QUERY_OCCLUSION_COUNTER] = INFO(draw),
77 case PIPE_QUERY_OCCLUSION_COUNTER: in ilo_create_query()
159 case PIPE_QUERY_OCCLUSION_COUNTER: in query_serialize()
Dilo_render.c204 case PIPE_QUERY_OCCLUSION_COUNTER: in ilo_render_get_query_len()
271 case PIPE_QUERY_OCCLUSION_COUNTER: in ilo_render_emit_query()
Dilo_draw.c73 case PIPE_QUERY_OCCLUSION_COUNTER: in query_process_bo()
160 case PIPE_QUERY_OCCLUSION_COUNTER: in ilo_init_draw_query()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c61 assert(type == PIPE_QUERY_OCCLUSION_COUNTER || in softpipe_create_query()
93 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_begin_query()
145 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_end_query()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c158 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_begin_query()
216 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_end_query()
306 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nv50_hw_get_query_result()
379 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_create_query()
Dnv50_query.c98 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_render_condition()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c122 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_get_query_result()
230 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_begin_query()
292 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_end_query()
Dlp_setup.c1377 if (!(pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_begin_query()
1427 if (pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_end_query()
1463 if (pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_end_query()
Dlp_rast.c487 case PIPE_QUERY_OCCLUSION_COUNTER: in lp_rast_begin_query()
513 case PIPE_QUERY_OCCLUSION_COUNTER: in lp_rast_end_query()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c172 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0); in draw()
173 q2 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0); in draw()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c158 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_begin_query()
225 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_end_query()
319 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nvc0_hw_get_query_result()
514 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_create_query()
Dnvc0_query.c120 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_render_condition()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c410 if (query->b.type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_query_hw_prepare_buffer()
492 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_create()
543 if (type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_update_occlusion_query_state()
553 if (type == PIPE_QUERY_OCCLUSION_COUNTER) { in r600_update_occlusion_query_state()
586 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_start()
661 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_stop()
755 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_predication()
909 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_get_hw_query_params()
980 case PIPE_QUERY_OCCLUSION_COUNTER: { in r600_query_hw_add_result()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c121 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c687 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_create_query()
787 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_destroy_query()
861 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_begin_query()
973 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_end_query()
1080 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c241 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c40 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER && in r300_create_query()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp103 case PIPE_QUERY_OCCLUSION_COUNTER: in swr_get_query_result()
/external/mesa3d/src/gallium/state_trackers/nine/
Dquery9.c42 PIPE_QUERY_OCCLUSION_COUNTER : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c122 case PIPE_QUERY_OCCLUSION_COUNTER: in nv30_query_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c109 type = PIPE_QUERY_OCCLUSION_COUNTER; in st_BeginQuery()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h524 PIPE_QUERY_OCCLUSION_COUNTER, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c47 case PIPE_QUERY_OCCLUSION_COUNTER: in pidx()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h517 case PIPE_QUERY_OCCLUSION_COUNTER: in util_query_clear_result()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c897 case PIPE_QUERY_OCCLUSION_COUNTER: in trace_dump_query_result()

12