Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c61 assert(type == PIPE_QUERY_OCCLUSION_COUNTER || in softpipe_create_query()
95 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_begin_query()
150 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()
217 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_end_query()
308 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nv50_hw_get_query_result()
382 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()
233 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_begin_query()
297 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_end_query()
Dlp_setup.c1381 if (!(pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_begin_query()
1432 if (pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_end_query()
1469 if (pq->type == PIPE_QUERY_OCCLUSION_COUNTER || in lp_setup_end_query()
Dlp_rast.c488 case PIPE_QUERY_OCCLUSION_COUNTER: in lp_rast_begin_query()
515 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/etnaviv/
Detnaviv_query_hw.c94 if (hq->base.type == PIPE_QUERY_OCCLUSION_COUNTER) in occlusion_result()
228 case PIPE_QUERY_OCCLUSION_COUNTER: in query_sample_provider()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c158 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_begin_query()
226 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_end_query()
321 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nvc0_hw_get_query_result()
518 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/freedreno/
Dfreedreno_query.h88 case PIPE_QUERY_OCCLUSION_COUNTER: in pidx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c537 if (query->b.type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_query_hw_prepare_buffer()
621 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_create()
678 if (type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_update_occlusion_query_state()
688 if (type == PIPE_QUERY_OCCLUSION_COUNTER) { in r600_update_occlusion_query_state()
731 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_start()
811 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_stop()
923 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_predication()
1085 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_get_hw_query_params()
1171 case PIPE_QUERY_OCCLUSION_COUNTER: { in r600_query_hw_add_result()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c689 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_create_query()
792 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_destroy_query()
869 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_begin_query()
984 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_end_query()
1094 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c121 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c558 if (query->b.type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_query_hw_prepare_buffer()
643 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_create()
701 if (type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_update_occlusion_query_state()
755 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_start()
841 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_stop()
964 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_predication()
1143 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_get_hw_query_params()
1230 case PIPE_QUERY_OCCLUSION_COUNTER: { in r600_query_hw_add_result()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_query.c142 case PIPE_QUERY_OCCLUSION_COUNTER: in vc5_get_query_result()
/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/freedreno/a4xx/
Dfd4_query.c241 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c130 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/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/gallium/drivers/swr/
Dswr_query.cpp104 case PIPE_QUERY_OCCLUSION_COUNTER: in swr_get_query_result()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h456 #define PIPE_QUERY_OCCLUSION_COUNTER 0 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c112 type = PIPE_QUERY_OCCLUSION_COUNTER; in st_BeginQuery()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h544 PIPE_QUERY_OCCLUSION_COUNTER, enumerator

12