Home
last modified time | relevance | path

Searched refs:colorOut (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c54 swizzle_texel(const GLfloat texel[4], GLfloat colorOut[4], GLuint swizzle) in swizzle_texel()
57 COPY_4V(colorOut, texel); in swizzle_texel()
67 colorOut[0] = vector[GET_SWZ(swizzle, 0)]; in swizzle_texel()
68 colorOut[1] = vector[GET_SWZ(swizzle, 1)]; in swizzle_texel()
69 colorOut[2] = vector[GET_SWZ(swizzle, 2)]; in swizzle_texel()
70 colorOut[3] = vector[GET_SWZ(swizzle, 3)]; in swizzle_texel()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.h79 union pipe_color_union *colorOut,
Dst_format.c2425 union pipe_color_union *colorOut, in st_translate_color() argument
2430 int *out = colorOut->i; in st_translate_color()
2472 float *out = colorOut->f; in st_translate_color()