Searched refs:hw_sample_providers (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c53 ctx->hw_sample_providers[idx]->get_sample(batch, ring);
275 if ((idx < 0) || !ctx->hw_sample_providers[idx])
284 hq->provider = ctx->hw_sample_providers[idx];
408 assert(ctx->hw_sample_providers[idx]);
409 if (ctx->hw_sample_providers[idx]->enable)
410 ctx->hw_sample_providers[idx]->enable(ctx, ring);
424 assert(!ctx->hw_sample_providers[idx]);
426 ctx->hw_sample_providers[idx] = provider;
H A Dfreedreno_context.h181 const struct fd_hw_sample_provider *hw_sample_providers[MAX_HW_SAMPLE_PROVIDERS]; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c53 ctx->hw_sample_providers[idx]->get_sample(batch, ring);
269 if ((idx < 0) || !ctx->hw_sample_providers[idx])
278 hq->provider = ctx->hw_sample_providers[idx];
406 assert(ctx->hw_sample_providers[idx]);
407 if (ctx->hw_sample_providers[idx]->enable)
408 ctx->hw_sample_providers[idx]->enable(ctx, ring);
421 assert(!ctx->hw_sample_providers[idx]);
423 ctx->hw_sample_providers[idx] = provider;
H A Dfreedreno_context.h239 *hw_sample_providers[MAX_HW_SAMPLE_PROVIDERS]; member in struct:fd_context

Completed in 5 milliseconds