Searched refs:rgba (Results 1 - 25 of 197) sorted by relevance

12345678

/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dmmx.h36 GLvoid *rgba, const GLvoid *dest,
41 GLvoid *rgba, const GLvoid *dest,
46 GLvoid *rgba, const GLvoid *dest,
51 GLvoid *rgba, const GLvoid *dest,
56 GLvoid *rgba, const GLvoid *dest,
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dmmx.h36 GLvoid *rgba, const GLvoid *dest,
41 GLvoid *rgba, const GLvoid *dest,
46 GLvoid *rgba, const GLvoid *dest,
51 GLvoid *rgba, const GLvoid *dest,
56 GLvoid *rgba, const GLvoid *dest,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blend.c121 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_transparency_ubyte
137 const GLint t = rgba[i][ACOMP]; /* t is in [0, 255] */
140 COPY_4UBV(rgba[i], dest[i]);
144 const GLint r = DIV255((rgba[i][RCOMP] - dest[i][RCOMP]) * t) + dest[i][RCOMP];
145 const GLint g = DIV255((rgba[i][GCOMP] - dest[i][GCOMP]) * t) + dest[i][GCOMP];
146 const GLint b = DIV255((rgba[i][BCOMP] - dest[i][BCOMP]) * t) + dest[i][BCOMP];
147 const GLint a = DIV255((rgba[i][ACOMP] - dest[i][ACOMP]) * t) + dest[i][ACOMP];
152 rgba[i][RCOMP] = (GLubyte) r;
153 rgba[i][GCOMP] = (GLubyte) g;
154 rgba[
166 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_transparency_ushort
204 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_transparency_float
255 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_add
271 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_add
287 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_add
318 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_min
330 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_min
342 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_min
371 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_max
383 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_max
395 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_max
423 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_modulate
436 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_modulate
448 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_modulate
471 blend_general_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLfloat rgba[][4],GLfloat dest[][4],GLenum chanType) argument
831 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_general
856 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_general
[all...]
H A Ds_fog.c100 rgba[i][RCOMP] = (TYPE) (f * rgba[i][RCOMP] + oneMinusF * rFog); \
101 rgba[i][GCOMP] = (TYPE) (f * rgba[i][GCOMP] + oneMinusF * gFog); \
102 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
117 rgba[i][RCOMP] = (TYPE) (f * rgba[i][RCOMP] + oneMinusF * rFog); \
118 rgba[i][GCOMP] = (TYPE) (f * rgba[
169 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
173 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
177 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
188 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
192 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
196 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
207 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
211 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
215 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
232 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
236 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
240 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
[all...]
H A Ds_texcombine.c78 * span->array->rgba: incoming/result fragment colors
96 float4_array ccolor[4], rgba; local in function:texture_combine
99 GLchan (*rgbaChan)[4] = span->array->rgba;
102 rgba = malloc(4 * n * sizeof(GLfloat));
103 if (!rgba) {
116 free(rgba);
122 rgba[i][RCOMP] = CHAN_TO_FLOAT(rgbaChan[i][RCOMP]);
123 rgba[i][GCOMP] = CHAN_TO_FLOAT(rgbaChan[i][GCOMP]);
124 rgba[i][BCOMP] = CHAN_TO_FLOAT(rgbaChan[i][BCOMP]);
125 rgba[
[all...]
H A Ds_texfilter.c775 GLfloat rgba[4])
779 rgba[0] = samp->BorderColor.f[0];
780 rgba[1] = samp->BorderColor.f[1];
781 rgba[2] = samp->BorderColor.f[2];
782 rgba[3] = 1.0F;
785 rgba[0] = rgba[1] = rgba[2] = 0.0;
786 rgba[3] = samp->BorderColor.f[3];
789 rgba[
773 get_border_color(const struct gl_sampler_object * samp,const struct gl_texture_image * img,GLfloat rgba[4]) argument
850 sample_1d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
875 sample_1d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
917 sample_1d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
933 sample_1d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
949 sample_1d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
975 sample_1d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1002 sample_nearest_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1019 sample_linear_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1036 sample_lambda_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1116 sample_2d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1150 sample_2d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1215 sample_2d_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1248 sample_2d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1263 sample_2d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1279 sample_2d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1305 sample_2d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1331 sample_2d_linear_mipmap_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1362 sample_nearest_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1379 sample_linear_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1414 opt_sample_rgb_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1459 opt_sample_rgba_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1497 sample_lambda_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1864 sample_lambda_2d_aniso(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda_iso[],GLfloat rgba[][4]) argument
2018 sample_3d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2051 sample_3d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2146 sample_3d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2161 sample_3d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2177 sample_3d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2203 sample_3d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2230 sample_nearest_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2247 sample_linear_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2264 sample_lambda_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2420 sample_nearest_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2444 sample_linear_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2468 sample_cube_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2503 sample_cube_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2528 sample_cube_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2563 sample_cube_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2599 sample_lambda_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2676 sample_nearest_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2711 sample_linear_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2778 sample_lambda_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2823 sample_2d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2857 sample_2d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2928 sample_2d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2944 sample_2d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2961 sample_2d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2989 sample_2d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3018 sample_nearest_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3036 sample_linear_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3053 sample_lambda_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3142 sample_1d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3173 sample_1d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3223 sample_1d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3239 sample_1d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3256 sample_1d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3282 sample_1d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3309 sample_nearest_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3326 sample_linear_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3343 sample_lambda_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3686 null_sample_func(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blend.c121 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_transparency_ubyte
137 const GLint t = rgba[i][ACOMP]; /* t is in [0, 255] */
140 COPY_4UBV(rgba[i], dest[i]);
144 const GLint r = DIV255((rgba[i][RCOMP] - dest[i][RCOMP]) * t) + dest[i][RCOMP];
145 const GLint g = DIV255((rgba[i][GCOMP] - dest[i][GCOMP]) * t) + dest[i][GCOMP];
146 const GLint b = DIV255((rgba[i][BCOMP] - dest[i][BCOMP]) * t) + dest[i][BCOMP];
147 const GLint a = DIV255((rgba[i][ACOMP] - dest[i][ACOMP]) * t) + dest[i][ACOMP];
152 rgba[i][RCOMP] = (GLubyte) r;
153 rgba[i][GCOMP] = (GLubyte) g;
154 rgba[
166 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_transparency_ushort
204 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_transparency_float
255 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_add
271 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_add
287 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_add
318 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_min
330 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_min
342 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_min
371 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_max
383 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_max
395 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_max
423 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_modulate
436 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_modulate
448 GLfloat (*rgba)[4] = (GLfloat (*)[4]) src; local in function:blend_modulate
471 blend_general_float(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLfloat rgba[][4],GLfloat dest[][4],GLenum chanType) argument
831 GLubyte (*rgba)[4] = (GLubyte (*)[4]) src; local in function:blend_general
856 GLushort (*rgba)[4] = (GLushort (*)[4]) src; local in function:blend_general
[all...]
H A Ds_fog.c100 rgba[i][RCOMP] = (TYPE) (f * rgba[i][RCOMP] + oneMinusF * rFog); \
101 rgba[i][GCOMP] = (TYPE) (f * rgba[i][GCOMP] + oneMinusF * gFog); \
102 rgba[i][BCOMP] = (TYPE) (f * rgba[i][BCOMP] + oneMinusF * bFog); \
117 rgba[i][RCOMP] = (TYPE) (f * rgba[i][RCOMP] + oneMinusF * rFog); \
118 rgba[i][GCOMP] = (TYPE) (f * rgba[
169 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
173 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
177 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
188 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
192 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
196 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
207 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
211 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
215 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
232 GLubyte (*rgba)[4] = span->array->rgba8; local in function:_swrast_fog_rgba_span
236 GLushort (*rgba)[4] = span->array->rgba16; local in function:_swrast_fog_rgba_span
240 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0]; local in function:_swrast_fog_rgba_span
[all...]
H A Ds_texcombine.c78 * span->array->rgba: incoming/result fragment colors
96 float4_array ccolor[4], rgba; local in function:texture_combine
99 GLchan (*rgbaChan)[4] = span->array->rgba;
102 rgba = malloc(4 * n * sizeof(GLfloat));
103 if (!rgba) {
116 free(rgba);
122 rgba[i][RCOMP] = CHAN_TO_FLOAT(rgbaChan[i][RCOMP]);
123 rgba[i][GCOMP] = CHAN_TO_FLOAT(rgbaChan[i][GCOMP]);
124 rgba[i][BCOMP] = CHAN_TO_FLOAT(rgbaChan[i][BCOMP]);
125 rgba[
[all...]
H A Ds_texfilter.c775 GLfloat rgba[4])
779 rgba[0] = samp->Attrib.state.border_color.f[0];
780 rgba[1] = samp->Attrib.state.border_color.f[1];
781 rgba[2] = samp->Attrib.state.border_color.f[2];
782 rgba[3] = 1.0F;
785 rgba[0] = rgba[1] = rgba[2] = 0.0;
786 rgba[3] = samp->Attrib.state.border_color.f[3];
789 rgba[
773 get_border_color(const struct gl_sampler_object * samp,const struct gl_texture_image * img,GLfloat rgba[4]) argument
850 sample_1d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
875 sample_1d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
917 sample_1d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
933 sample_1d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
949 sample_1d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
975 sample_1d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1002 sample_nearest_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1019 sample_linear_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1036 sample_lambda_1d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1116 sample_2d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[2],GLfloat rgba[]) argument
1150 sample_2d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[2],GLfloat rgba[]) argument
1215 sample_2d_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[]) argument
1248 sample_2d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1263 sample_2d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1279 sample_2d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1305 sample_2d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1331 sample_2d_linear_mipmap_linear_repeat(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1362 sample_nearest_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1379 sample_linear_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1414 opt_sample_rgb_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1459 opt_sample_rgba_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1497 sample_lambda_2d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
1646 sample_2d_ewa(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1773 sample_2d_footprint(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,const GLfloat texcoord[4],const GLfloat dudx,const GLfloat dvdx,const GLfloat dudy,const GLfloat dvdy,const GLint lod,GLfloat rgba[]) argument
1864 sample_lambda_2d_aniso(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda_iso[],GLfloat rgba[][4]) argument
2018 sample_3d_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2051 sample_3d_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2146 sample_3d_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2161 sample_3d_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2177 sample_3d_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2203 sample_3d_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2230 sample_nearest_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2247 sample_linear_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2264 sample_lambda_3d(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2420 sample_nearest_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2444 sample_linear_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2468 sample_cube_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2503 sample_cube_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2528 sample_cube_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2563 sample_cube_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2599 sample_lambda_cube(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2676 sample_nearest_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2711 sample_linear_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2778 sample_lambda_rect(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2823 sample_2d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2857 sample_2d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
2928 sample_2d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2944 sample_2d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2961 sample_2d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
2989 sample_2d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3018 sample_nearest_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3036 sample_linear_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3053 sample_lambda_2d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3142 sample_1d_array_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3173 sample_1d_array_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_image * img,const GLfloat texcoord[4],GLfloat rgba[4]) argument
3223 sample_1d_array_nearest_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3239 sample_1d_array_linear_mipmap_nearest(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3256 sample_1d_array_nearest_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3282 sample_1d_array_linear_mipmap_linear(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoord[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3309 sample_nearest_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3326 sample_linear_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3343 sample_lambda_1d_array(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
3686 null_sample_func(struct gl_context * ctx,const struct gl_sampler_object * samp,const struct gl_texture_object * tObj,GLuint n,const GLfloat texcoords[][4],const GLfloat lambda[],GLfloat rgba[][4]) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c52 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
87 rgba[c][j] = 0;
93 ((uint32_t *)rgba[c])[j] = sdata[0];
99 memset(rgba, 0, TGSI_NUM_CHANNELS * TGSI_QUAD_SIZE * 4);
110 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
147 temp[0] = ((uint32_t *)rgba[c])[j];
164 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],
180 ((uint32_t *)rgba[c])[qi] = sdata[c];
189 sdata[c] += ((uint32_t *)rgba[c])[qi];
190 ((uint32_t *)rgba[
49 sp_tgsi_load(const struct tgsi_buffer * buffer,const struct tgsi_buffer_params * params,const int s[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
107 sp_tgsi_store(const struct tgsi_buffer * buffer,const struct tgsi_buffer_params * params,const int s[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
158 handle_op_atomic(const struct pipe_shader_buffer * bview,bool just_read,unsigned char * data_ptr,uint qi,enum tgsi_opcode opcode,unsigned writemask,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
289 sp_tgsi_op(const struct tgsi_buffer * buffer,const struct tgsi_buffer_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
[all...]
H A Dsp_image.c209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
252 rgba[c][j] = 0;
255 ((int32_t *)rgba[c])[j] = 1;
257 rgba[c][j] = 1.0;
273 ((int32_t *)rgba[c])[j] = sdata[c];
281 ((uint32_t *)rgba[c])[j] = sdata[c];
289 rgba[c][j] = sdata[c];
296 rgba[c][j] = 0;
311 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
358 sdata[c] = ((int32_t *)rgba[
203 sp_tgsi_load(const struct tgsi_image * image,const struct tgsi_image_params * params,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
305 sp_tgsi_store(const struct tgsi_image * image,const struct tgsi_image_params * params,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
381 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
498 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
612 handle_op_r32f_xchg(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
650 sp_tgsi_op(const struct tgsi_image * image,const struct tgsi_image_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpixeltransfer.c45 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], argument
54 rgba[i][RCOMP] = rgba[i][RCOMP] * rScale + rBias;
60 rgba[i][GCOMP] = rgba[i][GCOMP] * gScale + gBias;
66 rgba[i][BCOMP] = rgba[i][BCOMP] * bScale + bBias;
72 rgba[i][ACOMP] = rgba[i][ACOMP] * aScale + aBias;
82 _mesa_map_rgba( const struct gl_context *ctx, GLuint n, GLfloat rgba[][ argument
109 _mesa_map_ci_to_rgba(const struct gl_context * ctx,GLuint n,const GLuint index[],GLfloat rgba[][4]) argument
164 _mesa_apply_rgba_transfer_ops(struct gl_context * ctx,GLbitfield transferOps,GLuint n,GLfloat rgba[][4]) argument
[all...]
H A Dpixeltransfer.h37 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4],
44 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
48 GLuint n, const GLuint index[], GLfloat rgba[][4]);
61 GLuint n, GLfloat rgba[][4]);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpixeltransfer.c45 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], argument
54 rgba[i][RCOMP] = rgba[i][RCOMP] * rScale + rBias;
60 rgba[i][GCOMP] = rgba[i][GCOMP] * gScale + gBias;
66 rgba[i][BCOMP] = rgba[i][BCOMP] * bScale + bBias;
72 rgba[i][ACOMP] = rgba[i][ACOMP] * aScale + aBias;
82 _mesa_map_rgba( const struct gl_context *ctx, GLuint n, GLfloat rgba[][ argument
109 _mesa_map_ci_to_rgba(const struct gl_context * ctx,GLuint n,const GLuint index[],GLfloat rgba[][4]) argument
164 _mesa_apply_rgba_transfer_ops(struct gl_context * ctx,GLbitfield transferOps,GLuint n,GLfloat rgba[][4]) argument
[all...]
H A Dpixeltransfer.h37 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4],
44 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgba[][4]);
48 GLuint n, const GLuint index[], GLfloat rgba[][4]);
61 GLuint n, GLfloat rgba[][4]);
/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dbin_to_bmp.c65 float *rgba; local in function:dump
75 rgba = MALLOC(dst_size);
90 &rgba[width*4*i], dst_stride);
93 debug_dump_float_rgba_bmp(filename, width, height, rgba, width);
95 FREE(rgba);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c71 float rgba[4]; local in function:load_color_map_texture
72 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
76 util_pack_color(rgba, pt->format, &uc);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c71 float rgba[4]; local in function:load_color_map_texture
72 rgba[0] = ctx->PixelMaps.RtoR.Map[j * rSize / texSize];
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
74 rgba[2] = ctx->PixelMaps.BtoB.Map[j * bSize / texSize];
75 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
76 util_pack_color(rgba, pt->format, &uc);
/xsrc/external/mit/mesa-demos/dist/src/data/
H A DMakefile.am34 tree2.rgba \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.h60 float *rgba, unsigned stride);
63 const ubyte *rgba, unsigned stride);
69 #define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
70 #define debug_dump_ubyte_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.h60 float *rgba, unsigned stride);
63 const ubyte *rgba, unsigned stride);
69 #define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
70 #define debug_dump_ubyte_rgba_bmp(filename, width, height, rgba, stride) ((void)0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c209 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
252 rgba[c][j] = 0;
255 ((int32_t *)rgba[c])[j] = 1;
257 rgba[c][j] = 1.0;
271 ((uint32_t *)rgba[c])[j] = sdata[c];
277 rgba[c][j] = 0;
292 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
338 sdata[c] = ((uint32_t *)rgba[c])[j];
357 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],
371 ((uint32_t *)rgba[
203 sp_tgsi_load(const struct tgsi_image * image,const struct tgsi_image_params * params,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
286 sp_tgsi_store(const struct tgsi_image * image,const struct tgsi_image_params * params,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
348 handle_op_uint(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
465 handle_op_int(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
579 handle_op_r32f_xchg(const struct pipe_image_view * iview,const struct tgsi_image_params * params,bool just_read,char * data_ptr,uint qi,unsigned stride,enum tgsi_opcode opcode,int s,int t,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
617 sp_tgsi_op(const struct tgsi_image * image,const struct tgsi_image_params * params,enum tgsi_opcode opcode,const int s[TGSI_QUAD_SIZE],const int t[TGSI_QUAD_SIZE],const int r[TGSI_QUAD_SIZE],const int sample[TGSI_QUAD_SIZE],float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE],float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c322 LLVMValueRef rgba; local in function:rgb_to_rgba_aos
349 rgba = r;
350 rgba = LLVMBuildOr(builder, rgba, g, "");
351 rgba = LLVMBuildOr(builder, rgba, b, "");
352 rgba = LLVMBuildOr(builder, rgba, a, "");
354 rgba = LLVMBuildBitCast(builder, rgba,
372 LLVMValueRef rgba; local in function:uyvy_to_rgba_aos
393 LLVMValueRef rgba; local in function:yuyv_to_rgba_aos
413 LLVMValueRef rgba; local in function:rgbg_to_rgba_aos
432 LLVMValueRef rgba; local in function:grgb_to_rgba_aos
450 LLVMValueRef rgba; local in function:grbr_to_rgba_aos
469 LLVMValueRef rgba; local in function:rgrb_to_rgba_aos
493 LLVMValueRef rgba; local in function:lp_build_fetch_subsampled_rgba_aos
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c322 LLVMValueRef rgba; local in function:rgb_to_rgba_aos
349 rgba = r;
350 rgba = LLVMBuildOr(builder, rgba, g, "");
351 rgba = LLVMBuildOr(builder, rgba, b, "");
352 rgba = LLVMBuildOr(builder, rgba, a, "");
354 rgba = LLVMBuildBitCast(builder, rgba,
372 LLVMValueRef rgba; local in function:uyvy_to_rgba_aos
393 LLVMValueRef rgba; local in function:yuyv_to_rgba_aos
413 LLVMValueRef rgba; local in function:rgbg_to_rgba_aos
432 LLVMValueRef rgba; local in function:grgb_to_rgba_aos
450 LLVMValueRef rgba; local in function:grbr_to_rgba_aos
469 LLVMValueRef rgba; local in function:rgrb_to_rgba_aos
493 LLVMValueRef rgba; local in function:lp_build_fetch_subsampled_rgba_aos
[all...]

Completed in 21 milliseconds

12345678