Lines Matching refs:swizzleOut
55 GLint *posOut, GLuint *swizzleOut) in lookup_parameter_constant() argument
71 if (!swizzleOut) { in lookup_parameter_constant()
92 *swizzleOut = MAKE_SWIZZLE4(j, j, j, j); in lookup_parameter_constant()
122 *swizzleOut = MAKE_SWIZZLE4(swz[0], swz[1], swz[2], swz[3]); in lookup_parameter_constant()
381 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant() argument
387 if (swizzleOut && in _mesa_add_typed_unnamed_constant()
388 lookup_parameter_constant(paramList, values, size, &pos, swizzleOut)) { in _mesa_add_typed_unnamed_constant()
396 if (size == 1 && swizzleOut) { in _mesa_add_typed_unnamed_constant()
406 *swizzleOut = MAKE_SWIZZLE4(swz, swz, swz, swz); in _mesa_add_typed_unnamed_constant()
415 if (pos >= 0 && swizzleOut) { in _mesa_add_typed_unnamed_constant()
417 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
419 *swizzleOut = SWIZZLE_NOOP; in _mesa_add_typed_unnamed_constant()