Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2149 bool too_many_constants = false; in ureg_finalize() local
2153 too_many_constants = true; in ureg_finalize()
2159 if (tokens && !too_many_constants && !tgsi_sanity_check(tokens)) { in ureg_finalize()