Searched refs:swizzleOut (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_parameter.c | 54 GLint *posOut, GLuint *swizzleOut) in lookup_parameter_constant() argument 70 if (!swizzleOut) { in lookup_parameter_constant() 91 *swizzleOut = MAKE_SWIZZLE4(j, j, j, j); in lookup_parameter_constant() 121 *swizzleOut = MAKE_SWIZZLE4(swz[0], swz[1], swz[2], swz[3]); in lookup_parameter_constant() 327 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant() argument 333 if (swizzleOut && in _mesa_add_typed_unnamed_constant() 334 lookup_parameter_constant(paramList, values, size, &pos, swizzleOut)) { in _mesa_add_typed_unnamed_constant() 342 if (size == 1 && swizzleOut) { in _mesa_add_typed_unnamed_constant() 352 *swizzleOut = MAKE_SWIZZLE4(swz, swz, swz, swz); in _mesa_add_typed_unnamed_constant() 361 if (pos >= 0 && swizzleOut) { in _mesa_add_typed_unnamed_constant() [all …]
|
D | prog_parameter.h | 171 GLenum datatype, GLuint *swizzleOut); 176 GLuint *swizzleOut) in _mesa_add_unnamed_constant() argument 179 swizzleOut); in _mesa_add_unnamed_constant()
|