Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c90 ctx->cond_query = pq; in fd_render_condition()
Dfreedreno_context.h248 struct pipe_query *cond_query; member
Dfreedreno_resource.c996 if (!ctx->cond_query) in fd_render_condition_check()
1004 if (pctx->get_query_result(pctx, ctx->cond_query, wait, &res)) in fd_render_condition_check()
1088 ctx->cond_query, ctx->cond_cond, ctx->cond_mode); in fd_blitter_pipe_begin()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c117 nv50->cond_query = pq; in nv50_render_condition()
Dnv50_context.h184 struct pipe_query *cond_query; member
Dnv50_surface.c1172 if (blit->nv50->cond_query && !blit->render_condition_enable) { in nv50_blitctx_prepare_state()
1322 if (nv50->cond_query && !blit->render_condition_enable) in nv50_blitctx_post_blit()
1323 nv50->base.pipe.render_condition(&nv50->base.pipe, nv50->cond_query, in nv50_blitctx_post_blit()
1519 if (nv50->cond_query && info->render_condition_enable) { in nv50_blit_eng2d()
1652 if (nv50->cond_query && info->render_condition_enable) { in nv50_blit_eng2d()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c139 nvc0->cond_query = pq; in nvc0_render_condition()
Dnvc0_context.h239 struct pipe_query *cond_query; member
Dnvc0_surface.c1016 if (blit->nvc0->cond_query && !blit->render_condition_enable) in nvc0_blitctx_prepare_state()
1173 if (nvc0->cond_query && !blit->render_condition_enable) in nvc0_blitctx_post_blit()
1174 nvc0->base.pipe.render_condition(&nvc0->base.pipe, nvc0->cond_query, in nvc0_blitctx_post_blit()
1429 if (nvc0->cond_query && info->render_condition_enable) in nvc0_blit_eng2d()
1562 if (nvc0->cond_query && info->render_condition_enable) in nvc0_blit_eng2d()