Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c60 assert(type == PIPE_QUERY_OCCLUSION_COUNTER || in softpipe_create_query()
89 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_begin_query()
126 case PIPE_QUERY_OCCLUSION_COUNTER: in softpipe_end_query()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c118 if (q->type == PIPE_QUERY_OCCLUSION_COUNTER) { in nv50_query_create()
152 if (q->type == PIPE_QUERY_OCCLUSION_COUNTER) { in nv50_query_begin()
167 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_query_begin()
202 case PIPE_QUERY_OCCLUSION_COUNTER: in nv50_query_end()
276 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nv50_query_result()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c53 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_new_query_buffer()
109 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_begin()
159 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_emit_query_end()
264 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_create_query()
319 if (type == PIPE_QUERY_OCCLUSION_COUNTER || in r600_update_occlusion_query_state()
424 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_get_query_buffer_result()
549 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_render_condition()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c109 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_query_create()
205 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_query_begin()
268 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_query_end()
367 case PIPE_QUERY_OCCLUSION_COUNTER: /* u32 sequence, u32 count, u64 time */ in nvc0_query_result()
453 case PIPE_QUERY_OCCLUSION_COUNTER: in nvc0_render_condition()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c172 q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER); in draw()
173 q2 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER); in draw()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_hw_context.c292 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_result()
377 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_begin()
414 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_begin()
455 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_query_end()
546 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_context_query_create()
605 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_context_query_result()
Dr600_query.c105 case PIPE_QUERY_OCCLUSION_COUNTER: in r600_render_condition()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dd3d_enums.cpp87 PIPE_QUERY_OCCLUSION_COUNTER,
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c54 assert(type == PIPE_QUERY_OCCLUSION_COUNTER); in llvmpipe_create_query()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c95 type = PIPE_QUERY_OCCLUSION_COUNTER; in st_BeginQuery()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c39 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER && in r300_create_query()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h380 #define PIPE_QUERY_OCCLUSION_COUNTER 0 macro
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c122 case PIPE_QUERY_OCCLUSION_COUNTER: in nv30_query_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h544 case PIPE_QUERY_OCCLUSION_COUNTER: in util_query_clear_result()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst309 ``PIPE_QUERY_OCCLUSION_COUNTER`` counts the number of fragments which
317 ``PIPE_QUERY_OCCLUSION_COUNTER`` except that the result is a boolean
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c71 if (query_type == PIPE_QUERY_OCCLUSION_COUNTER && in galahad_context_create_query()