Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_query.c92 case PIPE_QUERY_OCCLUSION_COUNTER: in v3d_begin_query()
134 case PIPE_QUERY_OCCLUSION_COUNTER: in v3d_end_query()
174 case PIPE_QUERY_OCCLUSION_COUNTER: in v3d_get_query_result()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_acc_occlusion.c49 case PIPE_QUERY_OCCLUSION_COUNTER: in occlusion_supports()
104 if (aq->base.type == PIPE_QUERY_OCCLUSION_COUNTER) in occlusion_result()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c153 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_begin_query()
211 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_hw_end_query()
302 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nv50_hw_get_query_result()
376 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/softpipe/
Dsp_query.c62 assert(type == PIPE_QUERY_OCCLUSION_COUNTER || in softpipe_create_query()
96 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_begin_query()
151 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_end_query()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c174 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0); in draw()
175 q2 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0); in draw()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c123 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_get_query_result()
237 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_get_query_result_resource()
398 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_begin_query()
476 case PIPE_QUERY_OCCLUSION_COUNTER: in llvmpipe_end_query()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h92 case PIPE_QUERY_OCCLUSION_COUNTER: in pidx()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c169 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_begin_query()
246 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_end_query()
343 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nvc0_hw_get_query_result()
554 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_hw_create_query()
Dnvc0_query.c121 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_render_condition()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c119 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c645 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_create_query()
779 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_destroy_query()
857 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_begin_query()
987 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_end_query()
1101 case PIPE_QUERY_OCCLUSION_COUNTER: in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c537 if (query->b.type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_query_hw_prepare_buffer()
622 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_create()
680 if (type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_update_occlusion_query_state()
734 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_start()
815 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_hw_do_emit_stop()
928 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_predication()
1091 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_get_hw_query_params()
1179 case PIPE_QUERY_OCCLUSION_COUNTER: { in r600_query_hw_add_result()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c678 if (query->b.type == PIPE_QUERY_OCCLUSION_COUNTER || in si_query_hw_prepare_buffer()
735 case PIPE_QUERY_OCCLUSION_COUNTER: in si_query_hw_create()
786 if (type == PIPE_QUERY_OCCLUSION_COUNTER || type == PIPE_QUERY_OCCLUSION_PREDICATE || in si_update_occlusion_query_state()
841 case PIPE_QUERY_OCCLUSION_COUNTER: in si_query_hw_do_emit_start()
906 case PIPE_QUERY_OCCLUSION_COUNTER: in si_query_hw_do_emit_stop()
1032 case PIPE_QUERY_OCCLUSION_COUNTER: in si_emit_query_predication()
1189 case PIPE_QUERY_OCCLUSION_COUNTER: in si_get_hw_query_params()
1270 case PIPE_QUERY_OCCLUSION_COUNTER: { in si_query_hw_add_result()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h158 case PIPE_QUERY_OCCLUSION_COUNTER: in util_query_clear_result()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_query.c38 pipeq = PIPE_QUERY_OCCLUSION_COUNTER; in lvp_CreateQueryPool()
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c116 case PIPE_QUERY_OCCLUSION_COUNTER: in iris_is_query_pipelined()
182 case PIPE_QUERY_OCCLUSION_COUNTER: in write_value()
321 case PIPE_QUERY_OCCLUSION_COUNTER: in calculate_result_on_cpu()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c403 if (ctx->occlusion_query->type == PIPE_QUERY_OCCLUSION_COUNTER) in panfrost_draw_emit_tiler()
1342 case PIPE_QUERY_OCCLUSION_COUNTER: in panfrost_begin_query()
1385 case PIPE_QUERY_OCCLUSION_COUNTER: in panfrost_end_query()
1412 case PIPE_QUERY_OCCLUSION_COUNTER: in panfrost_get_query_result()
1421 if (query->type == PIPE_QUERY_OCCLUSION_COUNTER) { in panfrost_get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c240 .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/zink/
Dzink_query.c66 case PIPE_QUERY_OCCLUSION_COUNTER: in convert_query_type()
273 case PIPE_QUERY_OCCLUSION_COUNTER: in get_query_result()
/external/mesa3d/src/gallium/frontends/nine/
Dquery9.c42 PIPE_QUERY_OCCLUSION_COUNTER : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp104 case PIPE_QUERY_OCCLUSION_COUNTER: in swr_get_query_result()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c122 case PIPE_QUERY_OCCLUSION_COUNTER: in nv30_query_create()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h489 PIPE_QUERY_OCCLUSION_COUNTER, enumerator

12