Home
last modified time | relevance | path

Searched refs:render_cond_cond (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c132 llvmpipe->render_cond_cond = condition; in llvmpipe_render_condition()
145 llvmpipe->render_cond_cond = condition; in llvmpipe_render_condition_mem()
Dlp_context.h176 boolean render_cond_cond; member
Dlp_query.c529 return (!data) == lp->render_cond_cond; in llvmpipe_check_render_cond()
539 return ((!result) == lp->render_cond_cond); in llvmpipe_check_render_cond()
Dlp_surface.c171 lp->render_cond_cond, lp->render_cond_mode); in lp_blit()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.h154 bool render_cond_cond; member
Dsp_surface.c85 sp->render_cond_cond, sp->render_cond_mode); in sp_blit()
Dsp_context.c190 softpipe->render_cond_cond = condition; in softpipe_render_condition()
Dsp_query.c331 return !is_result_nonzero(sp->render_cond_query, &result) == sp->render_cond_cond; in softpipe_check_render_cond()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.h124 bool render_cond_cond; member
Dnv30_query.c251 nv30->render_cond_cond = condition; in nv40_query_render_condition()
Dnv30_miptree.c269 nv30->render_cond_cond, nv30->render_cond_mode); in nv30_blit()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.h172 bool render_cond_cond;
Dswr_query.cpp248 return ((!result) == ctx->render_cond_cond); in swr_check_render_cond()
Dswr_context.cpp349 ctx->render_cond_cond, in swr_blit()
428 ctx->render_cond_cond = condition; in swr_render_condition()