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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.c246 * If swizzleOut is non-null we'll search the parameter list for an
251 * \param swizzleOut returns swizzle mask for accessing the constant
257 GLenum datatype, GLuint *swizzleOut)
263 if (swizzleOut &&
265 size, &pos, swizzleOut)) {
273 if (size == 1 && swizzleOut) {
282 *swizzleOut = MAKE_SWIZZLE4(swz, swz, swz, swz);
291 if (pos >= 0 && swizzleOut) {
293 *swizzleOut = SWIZZLE_XXXX;
295 *swizzleOut
255 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLenum datatype, GLuint *swizzleOut) argument
314 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLuint *swizzleOut) argument
502 _mesa_lookup_parameter_constant(const struct gl_program_parameter_list *list, const gl_constant_value v[], GLuint vSize, GLint *posOut, GLuint *swizzleOut) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.c235 * If swizzleOut is non-null we'll search the parameter list for an
240 * \param swizzleOut returns swizzle mask for accessing the constant
246 GLenum datatype, GLuint *swizzleOut)
252 if (swizzleOut &&
254 size, &pos, swizzleOut)) {
262 if (size == 1 && swizzleOut) {
271 *swizzleOut = MAKE_SWIZZLE4(swz, swz, swz, swz);
280 if (pos >= 0 && swizzleOut) {
282 *swizzleOut = SWIZZLE_XXXX;
284 *swizzleOut
244 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLenum datatype, GLuint *swizzleOut) argument
303 _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLuint *swizzleOut) argument
491 _mesa_lookup_parameter_constant(const struct gl_program_parameter_list *list, const gl_constant_value v[], GLuint vSize, GLint *posOut, GLuint *swizzleOut) argument
[all...]

Completed in 111 milliseconds