Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c104 int8_t reg_to_const[16]; member
151 if (p->reg_to_const[i] < 0) in get_const()
161 if (p->reg_to_const[i] >= 0) in get_const()
162 p->const_to_reg[p->reg_to_const[i]] = -1; in get_const()
164 p->reg_to_const[i] = id; in get_const()
1298 memset(p->reg_to_const, 0xff, sizeof(p->reg_to_const)); in build_vertex_emit()