Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_blit.c66 (struct pipe_query *) ctx->cond_query, in panfrost_blitter_save()
Dpan_context.h213 struct panfrost_query *cond_query; member
Dpan_context.c786 ctx->cond_query = (struct panfrost_query *)query; in panfrost_render_condition()
959 if (!ctx->cond_query) in panfrost_render_condition_check()
969 struct pipe_query *pq = (struct pipe_query *)ctx->cond_query; in panfrost_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h168 struct pipe_query *cond_query; member
Dagx_blit.c114 (struct pipe_query *) ctx->cond_query, in agx_blitter_save()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c116 nv50->cond_query = pq; in nv50_render_condition()
Dnv50_context.h215 struct pipe_query *cond_query; member
Dnv50_surface.c1201 if (blit->nv50->cond_query && !blit->render_condition_enable) { in nv50_blitctx_prepare_state()
1352 if (nv50->cond_query && !blit->render_condition_enable) in nv50_blitctx_post_blit()
1353 nv50->base.pipe.render_condition(&nv50->base.pipe, nv50->cond_query, in nv50_blitctx_post_blit()
1561 if (nv50->cond_query && info->render_condition_enable) { in nv50_blit_eng2d()
1694 if (nv50->cond_query && info->render_condition_enable) { in nv50_blit_eng2d()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c139 nvc0->cond_query = pq; in nvc0_render_condition()
Dnvc0_context.h265 struct pipe_query *cond_query; member
Dnvc0_surface.c1013 if (blit->nvc0->cond_query && !blit->render_condition_enable) in nvc0_blitctx_prepare_state()
1170 if (nvc0->cond_query && !blit->render_condition_enable) in nvc0_blitctx_post_blit()
1171 nvc0->base.pipe.render_condition(&nvc0->base.pipe, nvc0->cond_query, in nvc0_blitctx_post_blit()
1468 if (nvc0->cond_query && info->render_condition_enable) in nvc0_blit_eng2d()
1601 if (nvc0->cond_query && info->render_condition_enable) in nvc0_blit_eng2d()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c103 ctx->cond_query = pq; in fd_render_condition()
Dfreedreno_blitter.c106 util_blitter_save_render_condition(ctx->blitter, ctx->cond_query, in fd_blitter_pipe_begin()
Dfreedreno_context.h406 struct pipe_query *cond_query dt;
Dfreedreno_resource.c1434 if (!ctx->cond_query) in fd_render_condition_check()
1443 if (pctx->get_query_result(pctx, ctx->cond_query, wait, &res)) in fd_render_condition_check()