/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 97 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()
|
D | st_cb_blit.c | 177 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()
|
D | st_cb_texture.c | 576 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()
|
D | st_context.h | 192 struct pipe_query *render_condition; member
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_query.c | 129 rctx->context.render_condition = r600_render_condition; in r600_init_query_functions()
|
D | r600_blit.c | 83 rctx->context.render_condition(&rctx->context, NULL, 0); in r600_blitter_begin() 92 rctx->context.render_condition(&rctx->context, in r600_blitter_end()
|
D | radeonsi_pipe.c | 149 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/ |
D | lp_context.c | 141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1403 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()
|
D | d3d11.cpp | 125 bool render_condition; member
|
D | d3d11_screen.h | 113 screen_caps.render_condition = screen->get_param(screen, PIPE_CAP_CONDITIONAL_RENDER); in GalliumD3D11ScreenImpl()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 210 r300->context.render_condition = r300_render_condition; in r300_init_query_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 313 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/ |
D | p_context.h | 98 void (*render_condition)( struct pipe_context *pipe, member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_query.c | 268 pipe->render_condition = nv40_query_render_condition; in nv30_query_init()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 246 softpipe->pipe.render_condition = softpipe_render_condition; in softpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 133 ctx->render_condition(ctx, NULL, 0); in r600_flush() 140 ctx->render_condition(ctx, render_cond, render_cond_mode); in r600_flush()
|
D | r600_blit.c | 93 rctx->context.render_condition(&rctx->context, NULL, 0); in r600_blitter_begin() 102 rctx->context.render_condition(&rctx->context, in r600_blitter_end()
|
D | r600_query.c | 616 rctx->context.render_condition = r600_render_condition; in r600_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 979 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/ |
D | nv50_query.c | 393 pipe->render_condition = nv50_render_condition; in nv50_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 523 pipe->render_condition = nvc0_render_condition; in nvc0_init_query_functions()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 835 if(pipe->render_condition) in blit() 836 pipe->render_condition(pipe, 0, 0); in blit()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1542 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/ |
D | d3d11ddi.txt | 414 SetPredication -> render_condition
|