Searched refs:MAX_HW_SAMPLE_PROVIDERS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h58 #define MAX_HW_SAMPLE_PROVIDERS 5 macro
196 struct fd_hw_sample *sample_cache[MAX_HW_SAMPLE_PROVIDERS];
H A Dfreedreno_context.h181 const struct fd_hw_sample_provider *hw_sample_providers[MAX_HW_SAMPLE_PROVIDERS];
187 const struct fd_acc_sample_provider *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS];
H A Dfreedreno_query_hw.c406 for (int idx = 0; idx < MAX_HW_SAMPLE_PROVIDERS; idx++) {
423 assert((0 <= idx) && (idx < MAX_HW_SAMPLE_PROVIDERS));
H A Dfreedreno_query_acc.c237 assert((0 <= idx) && (idx < MAX_HW_SAMPLE_PROVIDERS));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h193 #define MAX_HW_SAMPLE_PROVIDERS 7 macro
239 *hw_sample_providers[MAX_HW_SAMPLE_PROVIDERS];
246 *acc_sample_providers[MAX_HW_SAMPLE_PROVIDERS];
H A Dfreedreno_query_hw.c404 for (int idx = 0; idx < MAX_HW_SAMPLE_PROVIDERS; idx++) {
420 assert((0 <= idx) && (idx < MAX_HW_SAMPLE_PROVIDERS));
H A Dfreedreno_batch.h231 struct fd_hw_sample *sample_cache[MAX_HW_SAMPLE_PROVIDERS];
H A Dfreedreno_query_acc.c261 assert((0 <= idx) && (idx < MAX_HW_SAMPLE_PROVIDERS));

Completed in 83 milliseconds