Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dopt_constant_propagation.cpp171 int rhs_channel = 0; in handle_rvalue() local
176 rhs_channel++; in handle_rvalue()
181 data.f[i] = found->constant->value.f[rhs_channel]; in handle_rvalue()
184 data.i[i] = found->constant->value.i[rhs_channel]; in handle_rvalue()
187 data.u[i] = found->constant->value.u[rhs_channel]; in handle_rvalue()
190 data.b[i] = found->constant->value.b[rhs_channel]; in handle_rvalue()