Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c97 if (st->render_condition) { in st_render_mipmap()
98 pipe->render_condition(pipe, NULL, 0); in st_render_mipmap()
104 if (st->render_condition) { in st_render_mipmap()
105 pipe->render_condition(pipe, st->render_condition, st->condition_mode); in st_render_mipmap()
Dst_cb_blit.c177 if (st->render_condition) { in st_BlitFramebuffer()
178 st->pipe->render_condition(st->pipe, NULL, 0); in st_BlitFramebuffer()
345 if (st->render_condition) { in st_BlitFramebuffer()
346 st->pipe->render_condition(st->pipe, st->render_condition, in st_BlitFramebuffer()
Dst_cb_texture.c576 if (st->render_condition) { in decompress_with_blit()
577 pipe->render_condition(pipe, NULL, 0); in decompress_with_blit()
609 if (st->render_condition) { in decompress_with_blit()
610 pipe->render_condition(pipe, st->render_condition, in decompress_with_blit()
1059 if (st->render_condition) { in st_CopyTexSubImage()
1060 pipe->render_condition(pipe, NULL, 0); in st_CopyTexSubImage()
1086 if (st->render_condition) { in st_CopyTexSubImage()
1087 pipe->render_condition(pipe, st->render_condition, in st_CopyTexSubImage()
Dst_context.h192 struct pipe_query *render_condition; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c129 rctx->context.render_condition = r600_render_condition; in r600_init_query_functions()
Dr600_blit.c83 rctx->context.render_condition(&rctx->context, NULL, 0); in r600_blitter_begin()
92 rctx->context.render_condition(&rctx->context, in r600_blitter_end()
Dradeonsi_pipe.c149 ctx->render_condition(ctx, NULL, 0); in radeonsi_flush()
156 ctx->render_condition(ctx, render_cond, render_cond_mode); in radeonsi_flush()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1403 if(caps.render_condition) in set_render_condition()
1406 pipe->render_condition(pipe, 0, 0); in set_render_condition()
1413 pipe->render_condition(pipe, predicate->query, mode); in set_render_condition()
1418 pipe->render_condition(pipe, 0, 0); in set_render_condition()
1697 if(pipe->render_condition) in GenerateMips()
1698 pipe->render_condition(pipe, 0, 0); in GenerateMips()
1913 pipe->render_condition(pipe, 0, 0); in IMPLEMENT_SIMPLE_UNBIND()
Dd3d11.cpp125 bool render_condition; member
Dd3d11_screen.h113 screen_caps.render_condition = screen->get_param(screen, PIPE_CAP_CONDITIONAL_RENDER); in GalliumD3D11ScreenImpl()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c210 r300->context.render_condition = r300_render_condition; in r300_init_query_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst313 This query can be used with ``render_condition``.
320 This query can be used with ``render_condition``.
352 This query can be used with ``render_condition``.
382 (typically an occlusion query). The ``render_condition`` function specifies
385 If ``render_condition`` is called with ``query`` = NULL, conditional
388 If ``render_condition`` is called with a non-null ``query`` subsequent
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h98 void (*render_condition)( struct pipe_context *pipe, member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c268 pipe->render_condition = nv40_query_render_condition; in nv30_query_init()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c246 softpipe->pipe.render_condition = softpipe_render_condition; in softpipe_create_context()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c133 ctx->render_condition(ctx, NULL, 0); in r600_flush()
140 ctx->render_condition(ctx, render_cond, render_cond_mode); in r600_flush()
Dr600_blit.c93 rctx->context.render_condition(&rctx->context, NULL, 0); in r600_blitter_begin()
102 rctx->context.render_condition(&rctx->context, in r600_blitter_end()
Dr600_query.c616 rctx->context.render_condition = r600_render_condition; in r600_init_query_functions()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c979 context->render_condition(context, query, mode); in galahad_context_render_condition()
1004 GLHD_PIPE_INIT(render_condition); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c393 pipe->render_condition = nv50_render_condition; in nv50_init_query_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c523 pipe->render_condition = nvc0_render_condition; in nvc0_init_query_functions()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp835 if(pipe->render_condition) in blit()
836 pipe->render_condition(pipe, 0, 0); in blit()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1542 context->render_condition(context, query, mode); in trace_context_render_condition()
1644 TR_CTX_INIT(render_condition); in trace_context_create()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt414 SetPredication -> render_condition