Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_blit.c65 ctx->cond_cond, ctx->cond_mode); in panfrost_blitter_save()
Dpan_context.h225 bool cond_cond; member
Dpan_context.c824 ctx->cond_cond = condition; in panfrost_render_condition()
1009 return res.u64 != ctx->cond_cond; in panfrost_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_blit.c114 ctx->cond_cond, ctx->cond_mode); in agx_blitter_save()
Dagx_state.h171 bool cond_cond; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c117 nv50->cond_cond = condition; in nv50_render_condition()
Dnv50_context.h216 bool cond_cond; /* inverted rendering condition */ member
Dnv50_surface.c1354 nv50->cond_cond, nv50->cond_mode); in nv50_blitctx_post_blit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c140 nvc0->cond_cond = condition; in nvc0_render_condition()
Dnvc0_context.h266 bool cond_cond; /* inverted rendering condition */ member
Dnvc0_surface.c1172 nvc0->cond_cond, nvc0->cond_mode); in nvc0_blitctx_post_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c104 ctx->cond_cond = condition; in fd_render_condition()
Dfreedreno_blitter.c107 ctx->cond_cond, ctx->cond_mode); in fd_blitter_pipe_begin()
Dfreedreno_context.h410 bool cond_cond dt; /* inverted rendering condition */
Dfreedreno_resource.c1467 return (bool)res.u64 != ctx->cond_cond; in fd_render_condition_check()