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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c204 if ((idx < 0) || !ctx->acc_sample_providers[idx])
208 ctx->acc_sample_providers[idx]);
238 assert(!ctx->acc_sample_providers[idx]);
240 ctx->acc_sample_providers[idx] = provider;
H A Dfreedreno_context.h187 const struct fd_acc_sample_provider *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS]; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c220 if ((idx < 0) || !ctx->acc_sample_providers[idx])
224 ctx->acc_sample_providers[idx]);
262 assert(!ctx->acc_sample_providers[idx]);
264 ctx->acc_sample_providers[idx] = provider;
H A Dfreedreno_context.h246 *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS]; member in struct:fd_context

Completed in 26 milliseconds