Searched refs:swr_check_render_cond (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_query.h47 extern boolean swr_check_render_cond(struct pipe_context *pipe);
H A Dswr_clear.cpp40 if (!swr_check_render_cond(pipe))
H A Dswr_query.cpp233 swr_check_render_cond(struct pipe_context *pipe) function in typeref:typename:boolean
H A Dswr_draw.cpp47 if (!swr_check_render_cond(pipe))
H A Dswr_context.cpp278 if (info.render_condition_enable && !swr_check_render_cond(pipe))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_query.h47 extern bool swr_check_render_cond(struct pipe_context *pipe);
H A Dswr_clear.cpp41 if (!swr_check_render_cond(pipe))
H A Dswr_query.cpp233 swr_check_render_cond(struct pipe_context *pipe) function in typeref:typename:bool
H A Dswr_draw.cpp68 if (!swr_check_render_cond(pipe))
H A Dswr_context.cpp278 if (info.render_condition_enable && !swr_check_render_cond(pipe))

Completed in 9 milliseconds