Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_push_ubo.c50 #define MAX_UBO_WORDS (65536 / 16) macro
53 BITSET_DECLARE(pushed, MAX_UBO_WORDS);
54 uint8_t range[MAX_UBO_WORDS];
82 if (word >= MAX_UBO_WORDS) continue; in bi_analyze_ranges()
103 for (unsigned r = 0; r < MAX_UBO_WORDS; ++r) { in bi_pick_ubo()