Lines Matching defs:value
1404 /* NOTE: copying the const value as a uint instead of float */
1527 * avoid using a potential garbage value.
1569 * avoid using a potential garbage value.
1669 /* get current value of address register[swizzle] */
2107 /* fetch reference value */
2788 * front/back-face value. But we should first update the
2789 * ureg code to emit the right UsageMask value (WRITEMASK_X).
2792 /* XXX make FACE a system value */
3802 union tgsi_exec_channel value[4];
3824 FETCH(&value[i], 1, TGSI_CHAN_X + i);
3830 rgba[0][j] = value[0].f[j];
3831 rgba[1][j] = value[1].f[j];
3832 rgba[2][j] = value[2].f[j];
3833 rgba[3][j] = value[3].f[j];
3869 union tgsi_exec_channel value[4];
3871 FETCH(&value[i], 1, TGSI_CHAN_X + i);
3884 memcpy(&invocation_ptr[chan], &value[chan].u[j], 4);
3904 union tgsi_exec_channel value[4], value2[4];
3927 FETCH(&value[i], 2, TGSI_CHAN_X + i);
3935 rgba[0][j] = value[0].f[j];
3936 rgba[1][j] = value[1].f[j];
3937 rgba[2][j] = value[2].f[j];
3938 rgba[3][j] = value[3].f[j];