Home
last modified time | relevance | path

Searched refs:svga_toggle_render_condition (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c473 svga_toggle_render_condition(svga, blit->render_condition_enable, FALSE); in try_copy_region()
485 svga_toggle_render_condition(svga, blit->render_condition_enable, TRUE); in try_copy_region()
708 svga_toggle_render_condition(svga, blit.render_condition_enable, FALSE); in try_blit()
712 svga_toggle_render_condition(svga, blit.render_condition_enable, TRUE); in try_blit()
Dsvga_pipe_clear.c534 svga_toggle_render_condition(svga, render_condition_enabled, FALSE); in svga_clear_render_target()
546 svga_toggle_render_condition(svga, render_condition_enabled, TRUE); in svga_clear_render_target()
Dsvga_context.h909 void svga_toggle_render_condition(struct svga_context *svga,
Dsvga_pipe_query.c1315 svga_toggle_render_condition(struct svga_context *svga, in svga_toggle_render_condition() function