Home
last modified time | relevance | path

Searched refs:render_condition (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h8 CALL(render_condition)
Du_threaded_context.c490 pipe->render_condition(pipe, p->query, p->condition, p->mode); in tc_call_render_condition()
2577 CTX_INIT(render_condition); in threaded_context_create()
Du_blitter.c668 pipe->render_condition(pipe, NULL, false, 0); in blitter_disable_render_cond()
678 pipe->render_condition(pipe, ctx->base.saved_render_cond_query, in util_blitter_restore_render_cond()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c167 pctx->render_condition = fd_render_condition; in fd_query_context_init()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c223 r300->context.render_condition = r300_render_condition; in r300_init_query_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c162 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c208 vctx->base.render_condition = virgl_render_condition; in virgl_init_query_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst399 This query can be used with ``render_condition``.
406 This query can be used with ``render_condition``.
412 This query can be used with ``render_condition``.
450 This query can be used with ``render_condition``. The output stream is
456 with ``render_condition``, and its result is the logical OR of multiple
489 The ``render_condition`` function specifies the query which should be checked
490 prior to rendering anything. Functions always honoring render_condition include
496 If ``render_condition`` is called with ``query`` = NULL, conditional
499 If ``render_condition`` is called with a non-null ``query`` subsequent
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c119 struct pipe_query *render_condition, *render_condition_saved; member
872 if (ctx->render_condition != query || in cso_set_render_condition()
875 pipe->render_condition(pipe, query, condition, mode); in cso_set_render_condition()
876 ctx->render_condition = query; in cso_set_render_condition()
885 ctx->render_condition_saved = ctx->render_condition; in cso_save_render_condition()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c164 pipe->render_condition = nv50_render_condition; in nv50_init_query_functions()
Dnv50_surface.c1323 nv50->base.pipe.render_condition(&nv50->base.pipe, nv50->cond_query, in nv50_blitctx_post_blit()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h102 void (*render_condition)( struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_query.c286 pipe->render_condition = nv40_query_render_condition; in nv30_query_init()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c282 pipe->render_condition = nvc0_render_condition; in nvc0_init_query_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c358 if (svga->render_condition && blit_info->render_condition_enable) in can_blit_via_surface_copy()
656 if (svga->render_condition && blit->render_condition_enable) { in try_cpu_copy_region()
Dsvga_context.h604 boolean render_condition; member
Dsvga_pipe_query.c1269 svga->render_condition = (sq != NULL); in svga_render_condition()
1347 svga->pipe.render_condition = svga_render_condition; in svga_init_query_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h119 void (*render_condition)( struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c247 softpipe->pipe.render_condition = softpipe_render_condition; in softpipe_create_context()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c154 pipe->render_condition(pipe, dd_query_unwrap(query), condition, mode); in dd_context_render_condition()
771 CTX_INIT(render_condition); in dd_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1575 context->render_condition(context, query, condition, mode); in trace_context_render_condition()
1840 TR_CTX_INIT(render_condition); in trace_context_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp542 ctx->pipe.render_condition = swr_render_condition; in swr_create_context()
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py534 def render_condition(self, query, condition = 0, mode = 0): member in Context
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c2107 rctx->b.render_condition = r600_render_condition; in r600_query_init()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.c2089 rctx->b.render_condition = r600_render_condition; in si_init_query_functions()

12