Lines Matching refs:swizzleOut
246 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant() argument
252 if (swizzleOut && in _mesa_add_typed_unnamed_constant()
254 size, &pos, swizzleOut)) { in _mesa_add_typed_unnamed_constant()
262 if (size == 1 && swizzleOut) { in _mesa_add_typed_unnamed_constant()
271 *swizzleOut = MAKE_SWIZZLE4(swz, swz, swz, swz); in _mesa_add_typed_unnamed_constant()
280 if (pos >= 0 && swizzleOut) { in _mesa_add_typed_unnamed_constant()
282 *swizzleOut = SWIZZLE_XXXX; in _mesa_add_typed_unnamed_constant()
284 *swizzleOut = SWIZZLE_NOOP; in _mesa_add_typed_unnamed_constant()
305 GLuint *swizzleOut) in _mesa_add_unnamed_constant() argument
308 swizzleOut); in _mesa_add_unnamed_constant()
493 GLint *posOut, GLuint *swizzleOut) in _mesa_lookup_parameter_constant() argument
507 if (!swizzleOut) { in _mesa_lookup_parameter_constant()
528 *swizzleOut = MAKE_SWIZZLE4(j, j, j, j); in _mesa_lookup_parameter_constant()
558 *swizzleOut = MAKE_SWIZZLE4(swz[0], swz[1], swz[2], swz[3]); in _mesa_lookup_parameter_constant()