/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_condrender.c | 79 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()
|
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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_condrender.c | 79 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()
|
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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 141 llvmpipe->pipe.render_condition = llvmpipe_render_condition; in llvmpipe_create_context()
|
/external/chromium_org/third_party/mesa/src/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/drivers/r300/ |
D | r300_query.c | 210 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/ |
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
|
/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
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 98 void (*render_condition)( struct pipe_context *pipe, member
|