Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_push_ubo.c110 if (push->count > PAN_MAX_PUSH - range) in bi_pick_ubo()
185 BITSET_DECLARE(row, PAN_MAX_PUSH);
198 BITSET_FOREACH_SET(neighbour, adjacency[node].row, PAN_MAX_PUSH) { in bi_find_component()
281 adjacency_row adjacency[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push()
282 BITSET_DECLARE(visited, PAN_MAX_PUSH) = { 0 }; in bi_opt_reorder_push()
284 unsigned ordering[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push()
285 unsigned unpaired[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push()
296 unsigned component[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push()
319 unsigned old_to_new[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push()
/third_party/mesa3d/src/panfrost/util/
Dpan_ir.h146 #define PAN_MAX_PUSH 128 macro
158 struct panfrost_ubo_word words[PAN_MAX_PUSH];
/third_party/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c101 unsigned max_words = MIN2(PAN_MAX_PUSH, max_qwords * 4); in mir_pick_ubo()