Searched defs:rhs_channel (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glsl/
H A Dopt_constant_propagation.cpp186 int rhs_channel = 0; local
191 rhs_channel++;
196 data.f[i] = found->constant->value.f[rhs_channel];
199 data.i[i] = found->constant->value.i[rhs_channel];
202 data.u[i] = found->constant->value.u[rhs_channel];
205 data.b[i] = found->constant->value.b[rhs_channel];

Completed in 71 milliseconds