Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_blit.c67 ctx->cond_cond, ctx->cond_mode); in panfrost_blitter_save()
Dpan_context.h215 enum pipe_render_cond_flag cond_mode; member
Dpan_context.c788 ctx->cond_mode = mode; in panfrost_render_condition()
966 ctx->cond_mode != PIPE_RENDER_COND_NO_WAIT && in panfrost_render_condition_check()
967 ctx->cond_mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in panfrost_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h170 enum pipe_render_cond_flag cond_mode; member
Dagx_blit.c115 ctx->cond_cond, ctx->cond_mode); in agx_blitter_save()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c119 nv50->cond_mode = mode; in nv50_render_condition()
Dnv50_context.h217 uint cond_mode; member
Dnv50_surface.c1354 nv50->cond_cond, nv50->cond_mode); in nv50_blitctx_post_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c105 ctx->cond_mode = mode; in fd_render_condition()
Dfreedreno_context.h408 uint cond_mode dt;
Dfreedreno_blitter.c107 ctx->cond_cond, ctx->cond_mode); in fd_blitter_pipe_begin()
Dfreedreno_resource.c1440 bool wait = ctx->cond_mode != PIPE_RENDER_COND_NO_WAIT && in fd_render_condition_check()
1441 ctx->cond_mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in fd_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c142 nvc0->cond_mode = mode; in nvc0_render_condition()
Dnvc0_context.h267 uint cond_mode; member
Dnvc0_surface.c1172 nvc0->cond_cond, nvc0->cond_mode); in nvc0_blitctx_post_blit()