Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c583 unsigned cur_total = 0; in trim_constlens() local
585 cur_total += constlens[i]; in trim_constlens()
592 while (cur_total > combined_limit) { in trim_constlens()
602 cur_total = cur_total - max_const + safe_limit; in trim_constlens()