Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c56 uint front_color_input[2]; /**< INPUT regs */ member
81 ts->front_color_input[decl->Semantic.Index] = decl->Range.First; in xform_decl()
108 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog()
149 if (ts->front_color_input[i] != INVALID_INDEX) { in emit_prolog()
161 inst.Src[2].Register.Index = ts->front_color_input[i]; in emit_prolog()
185 if (inst->Src[i].Register.Index == (int)ts->front_color_input[j]) { in xform_inst()
212 transform.front_color_input[0] = INVALID_INDEX; in tgsi_add_two_side()
213 transform.front_color_input[1] = INVALID_INDEX; in tgsi_add_two_side()

Completed in 1 milliseconds