/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_query.c | 61 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/ |
D | nv50_query_hw.c | 158 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()
|
D | nv50_query.c | 98 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_render_condition()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 122 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()
|
D | lp_setup.c | 1381 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()
|
D | lp_rast.c | 488 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/ |
D | occlusion-query.c | 172 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/ |
D | etnaviv_query_hw.c | 94 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/ |
D | nvc0_query_hw.c | 158 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()
|
D | nvc0_query.c | 120 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_render_condition()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.h | 88 case PIPE_QUERY_OCCLUSION_COUNTER: in pidx()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 537 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/ |
D | svga_pipe_query.c | 689 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/ |
D | fd3_query.c | 121 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_query.c | 558 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/ |
D | vc5_query.c | 142 case PIPE_QUERY_OCCLUSION_COUNTER: in vc5_get_query_result()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 40 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER && in r300_create_query()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_query.c | 241 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 130 .query_type = PIPE_QUERY_OCCLUSION_COUNTER,
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | query9.c | 42 PIPE_QUERY_OCCLUSION_COUNTER : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 122 case PIPE_QUERY_OCCLUSION_COUNTER: in nv30_query_create()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_query.cpp | 104 case PIPE_QUERY_OCCLUSION_COUNTER: in swr_get_query_result()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_defines.h | 456 #define PIPE_QUERY_OCCLUSION_COUNTER 0 macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 112 type = PIPE_QUERY_OCCLUSION_COUNTER; in st_BeginQuery()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 544 PIPE_QUERY_OCCLUSION_COUNTER, enumerator
|