Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c119 nv50->cond_mode = mode; in nv50_render_condition()
Dnv50_context.h185 uint cond_mode; member
Dnv50_surface.c1331 nv50->cond_cond, nv50->cond_mode); in nv50_blitctx_post_blit()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c142 nvc0->cond_mode = mode; in nvc0_render_condition()
Dnvc0_context.h266 uint cond_mode; member
Dnvc0_surface.c1151 nvc0->cond_cond, nvc0->cond_mode); in nvc0_blitctx_post_blit()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c105 ctx->cond_mode = mode; in fd_render_condition()
Dfreedreno_context.h346 uint cond_mode; member
Dfreedreno_blitter.c112 ctx->cond_query, ctx->cond_cond, ctx->cond_mode); in fd_blitter_pipe_begin()
Dfreedreno_resource.c1166 ctx->cond_mode != PIPE_RENDER_COND_NO_WAIT && in fd_render_condition_check()
1167 ctx->cond_mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in fd_render_condition_check()