Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2113 bool too_many_constants = false; in ureg_finalize() local
2117 too_many_constants = true; in ureg_finalize()
2123 if (tokens && !too_many_constants && !tgsi_sanity_check(tokens)) { in ureg_finalize()