Home
last modified time | relevance | path

Searched refs:cond_cond (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c117 ctx->cond_cond = condition; in fd_render_condition()
Dfreedreno_context.h288 bool cond_cond; /* inverted rendering condition */ member
Dfreedreno_resource.c1017 return (bool)res.u64 != ctx->cond_cond; in fd_render_condition_check()
1101 ctx->cond_query, ctx->cond_cond, ctx->cond_mode); in fd_blitter_pipe_begin()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c119 nv50->cond_cond = condition; in nv50_render_condition()
Dnv50_context.h184 bool cond_cond; /* inverted rendering condition */ member
Dnv50_surface.c1324 nv50->cond_cond, nv50->cond_mode); in nv50_blitctx_post_blit()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c141 nvc0->cond_cond = condition; in nvc0_render_condition()
Dnvc0_context.h255 bool cond_cond; /* inverted rendering condition */ member
Dnvc0_surface.c1175 nvc0->cond_cond, nvc0->cond_mode); in nvc0_blitctx_post_blit()