HomeSort by relevance Sort by last modified time
    Searched refs:acc_sample_providers (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_acc.c 180 if ((idx < 0) || !ctx->acc_sample_providers[idx])
189 aq->provider = ctx->acc_sample_providers[idx];
227 assert(!ctx->acc_sample_providers[idx]);
229 ctx->acc_sample_providers[idx] = provider;
freedreno_context.h 192 const struct fd_acc_sample_provider *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS]; member in struct:fd_context

Completed in 256 milliseconds