Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_condrender.c79 st->render_condition = stq->pq; in st_BeginConditionalRender()
82 pipe->render_condition(pipe, stq->pq, m); in st_BeginConditionalRender()
98 pipe->render_condition(pipe, NULL, 0); in st_EndConditionalRender()
99 st->render_condition = NULL; in st_EndConditionalRender()
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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_condrender.c79 st->render_condition = stq->pq; in st_BeginConditionalRender()
82 pipe->render_condition(pipe, stq->pq, m); in st_BeginConditionalRender()
98 pipe->render_condition(pipe, NULL, 0); in st_EndConditionalRender()
99 st->render_condition = NULL; in st_EndConditionalRender()
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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_context.c141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_query.c210 r300->context.render_condition = r300_render_condition; in r300_init_query_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c210 r300->context.render_condition = r300_render_condition; in r300_init_query_functions()
/external/chromium_org/third_party/mesa/src/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
/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
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h98 void (*render_condition)( struct pipe_context *pipe, member

123