Home
last modified time | relevance | path

Searched refs:nr_array_temps (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c195 unsigned nr_array_temps; member
695 if (ureg->nr_array_temps < UREG_MAX_ARRAY_TEMPS) { in ureg_DECL_array_temporary()
696 ureg->array_temps[ureg->nr_array_temps++] = i; in ureg_DECL_array_temporary()
697 dst.ArrayID = ureg->nr_array_temps; in ureg_DECL_array_temporary()
2053 if (array < ureg->nr_array_temps && ureg->array_temps[array] == first) in emit_decls()

Completed in 4 milliseconds