Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_OCCLUSION_PREDICATE (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c62 type == PIPE_QUERY_OCCLUSION_PREDICATE || in softpipe_create_query()
96 case PIPE_QUERY_OCCLUSION_PREDICATE: in softpipe_begin_query()
151 case PIPE_QUERY_OCCLUSION_PREDICATE: in softpipe_end_query()
257 case PIPE_QUERY_OCCLUSION_PREDICATE: in softpipe_get_query_result()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c41 query_type != PIPE_QUERY_OCCLUSION_PREDICATE && in r300_create_query()
175 if (q->type == PIPE_QUERY_OCCLUSION_PREDICATE || in r300_get_query_result()
200 if (r300_query(query)->type == PIPE_QUERY_OCCLUSION_PREDICATE || in r300_render_condition()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw.c159 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv50_hw_begin_query()
218 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv50_hw_end_query()
311 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv50_hw_get_query_result()
383 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv50_hw_create_query()
Dnv50_query.c99 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv50_render_condition()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c127 case PIPE_QUERY_OCCLUSION_PREDICATE: in llvmpipe_get_query_result()
234 case PIPE_QUERY_OCCLUSION_PREDICATE: in llvmpipe_begin_query()
298 case PIPE_QUERY_OCCLUSION_PREDICATE: in llvmpipe_end_query()
Dlp_setup.c1382 pq->type == PIPE_QUERY_OCCLUSION_PREDICATE || in lp_setup_begin_query()
1433 pq->type == PIPE_QUERY_OCCLUSION_PREDICATE || in lp_setup_end_query()
1470 pq->type == PIPE_QUERY_OCCLUSION_PREDICATE || in lp_setup_end_query()
Dlp_rast.c489 case PIPE_QUERY_OCCLUSION_PREDICATE: in lp_rast_begin_query()
516 case PIPE_QUERY_OCCLUSION_PREDICATE: in lp_rast_end_query()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c159 case PIPE_QUERY_OCCLUSION_PREDICATE: in nvc0_hw_begin_query()
227 case PIPE_QUERY_OCCLUSION_PREDICATE: in nvc0_hw_end_query()
324 case PIPE_QUERY_OCCLUSION_PREDICATE: in nvc0_hw_get_query_result()
414 if (q->type == PIPE_QUERY_OCCLUSION_PREDICATE || in nvc0_hw_get_query_result_resource()
519 case PIPE_QUERY_OCCLUSION_PREDICATE: in nvc0_hw_create_query()
Dnvc0_query.c121 case PIPE_QUERY_OCCLUSION_PREDICATE: in nvc0_render_condition()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h90 case PIPE_QUERY_OCCLUSION_PREDICATE: in pidx()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c123 case PIPE_QUERY_OCCLUSION_PREDICATE: in nv30_query_create()
232 if (q->type == PIPE_QUERY_OCCLUSION_PREDICATE || in nv30_query_result()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c703 sq->predicate = svga_create_query(pipe, PIPE_QUERY_OCCLUSION_PREDICATE, index); in svga_create_query()
709 case PIPE_QUERY_OCCLUSION_PREDICATE: in svga_create_query()
793 case PIPE_QUERY_OCCLUSION_PREDICATE: in svga_destroy_query()
870 case PIPE_QUERY_OCCLUSION_PREDICATE: in svga_begin_query()
985 case PIPE_QUERY_OCCLUSION_PREDICATE: in svga_end_query()
1104 case PIPE_QUERY_OCCLUSION_PREDICATE: in svga_get_query_result()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c559 query->b.type == PIPE_QUERY_OCCLUSION_PREDICATE || in r600_query_hw_prepare_buffer()
644 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_create()
702 type == PIPE_QUERY_OCCLUSION_PREDICATE || in r600_update_occlusion_query_state()
756 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_do_emit_start()
842 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_do_emit_stop()
965 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_emit_query_predication()
1144 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_get_hw_query_params()
1238 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_add_result()
1700 if (query->b.type == PIPE_QUERY_OCCLUSION_PREDICATE || in r600_query_hw_get_result_resource()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c538 query->b.type == PIPE_QUERY_OCCLUSION_PREDICATE) { in r600_query_hw_prepare_buffer()
622 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_create()
679 type == PIPE_QUERY_OCCLUSION_PREDICATE) { in r600_update_occlusion_query_state()
732 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_do_emit_start()
812 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_query_hw_do_emit_stop()
924 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_emit_query_predication()
1086 case PIPE_QUERY_OCCLUSION_PREDICATE: in r600_get_hw_query_params()
1179 case PIPE_QUERY_OCCLUSION_PREDICATE: { in r600_query_hw_add_result()
1659 if (query->b.type == PIPE_QUERY_OCCLUSION_PREDICATE) in r600_query_hw_get_result_resource()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c106 type = PIPE_QUERY_OCCLUSION_PREDICATE; in st_BeginQuery()
265 case PIPE_QUERY_OCCLUSION_PREDICATE: in get_query_result()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c128 .query_type = PIPE_QUERY_OCCLUSION_PREDICATE,
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_query.c145 case PIPE_QUERY_OCCLUSION_PREDICATE: in vc5_get_query_result()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_hw.c230 case PIPE_QUERY_OCCLUSION_PREDICATE: in query_sample_provider()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c248 .query_type = PIPE_QUERY_OCCLUSION_PREDICATE,
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c139 .query_type = PIPE_QUERY_OCCLUSION_PREDICATE,
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp96 case PIPE_QUERY_OCCLUSION_PREDICATE: in swr_get_query_result()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h457 #define PIPE_QUERY_OCCLUSION_PREDICATE 1 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h545 PIPE_QUERY_OCCLUSION_PREDICATE, enumerator
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h536 case PIPE_QUERY_OCCLUSION_PREDICATE: in util_query_clear_result()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h542 case PIPE_QUERY_OCCLUSION_PREDICATE: in util_query_clear_result()

12