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/
H A Dpan_blit.c64 (struct pipe_query *) ctx->cond_query, in panfrost_blitter_save()
H A Dpan_context.h224 struct panfrost_query *cond_query; member
H A Dpan_context.c823 ctx->cond_query = (struct panfrost_query *)query; in panfrost_render_condition()
996 if (!ctx->cond_query) in panfrost_render_condition_check()
1006 struct pipe_query *pq = (struct pipe_query *)ctx->cond_query; in panfrost_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c116 nv50->cond_query = pq; in nv50_render_condition()
H A Dnv50_context.h215 struct pipe_query *cond_query; member
H A 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/freedreno/
H A Dfreedreno_query.c103 ctx->cond_query = pq;
H A Dfreedreno_blitter.c106 util_blitter_save_render_condition(ctx->blitter, ctx->cond_query,
H A Dfreedreno_context.h409 struct pipe_query *cond_query dt;
H A Dfreedreno_resource.c1457 if (!ctx->cond_query) in fd_render_condition_check()
1466 if (pctx->get_query_result(pctx, ctx->cond_query, wait, &res)) in fd_render_condition_check()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.h170 struct pipe_query *cond_query; member
H A Dagx_blit.c113 (struct pipe_query *) ctx->cond_query, in agx_blitter_save()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h265 struct pipe_query *cond_query; member
H A Dnvc0_query.c139 nvc0->cond_query = pq; in nvc0_render_condition()
H A 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()

Completed in 17 milliseconds