Searched refs:colorOut (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c51 * and return results in 'colorOut'.
54 swizzle_texel(const GLfloat texel[4], GLfloat colorOut[4], GLuint swizzle) argument
57 COPY_4V(colorOut, texel);
67 colorOut[0] = vector[GET_SWZ(swizzle, 0)];
68 colorOut[1] = vector[GET_SWZ(swizzle, 1)];
69 colorOut[2] = vector[GET_SWZ(swizzle, 2)];
70 colorOut[3] = vector[GET_SWZ(swizzle, 3)];
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c51 * and return results in 'colorOut'.
54 swizzle_texel(const GLfloat texel[4], GLfloat colorOut[4], GLuint swizzle) argument
57 COPY_4V(colorOut, texel);
67 colorOut[0] = vector[GET_SWZ(swizzle, 0)];
68 colorOut[1] = vector[GET_SWZ(swizzle, 1)];
69 colorOut[2] = vector[GET_SWZ(swizzle, 2)];
70 colorOut[3] = vector[GET_SWZ(swizzle, 3)];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_format.h80 union pipe_color_union *colorOut,
H A Dst_format.c2562 * GL_LUMINANCE buffer, we'll return colorOut[0] = colorOut[1] =
2563 * colorOut[2] = colorIn[0].
2568 union pipe_color_union *colorOut,
2573 int *out = colorOut->i;
2615 float *out = colorOut->f;
2567 st_translate_color(const union gl_color_union * colorIn,union pipe_color_union * colorOut,GLenum baseFormat,GLboolean is_integer) argument

Completed in 6 milliseconds