Lines Matching refs:float4_array

43 typedef float (*float4_array)[4];  typedef
49 static inline float4_array
53 …return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() +… in get_texel_array()
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); in get_texel_array()
82 const float4_array primary_rgba, in texture_combine()
89 float4_array argRGB[MAX_COMBINER_TERMS]; in texture_combine()
90 float4_array argA[MAX_COMBINER_TERMS]; in texture_combine()
95 float4_array ccolor[4], rgba; in texture_combine()
101 rgba = (float4_array) malloc(4 * n * sizeof(GLfloat)); in texture_combine()
108 ccolor[i] = (float4_array) malloc(4 * n * sizeof(GLfloat)); in texture_combine()
156 float4_array c = ccolor[term]; in texture_combine()
171 float4_array c = ccolor[term]; in texture_combine()
180 float4_array c = ccolor[term]; in texture_combine()
199 float4_array src = argRGB[term]; in texture_combine()
200 float4_array dst = ccolor[term]; in texture_combine()
252 float4_array c = ccolor[term]; in texture_combine()
263 float4_array c = ccolor[term]; in texture_combine()
271 float4_array c = ccolor[term]; in texture_combine()
289 float4_array src = argA[term]; in texture_combine()
290 float4_array dst = ccolor[term]; in texture_combine()
300 float4_array arg0 = argRGB[0]; in texture_combine()
301 float4_array arg1 = argRGB[1]; in texture_combine()
302 float4_array arg2 = argRGB[2]; in texture_combine()
303 float4_array arg3 = argRGB[3]; in texture_combine()
449 float4_array arg0 = argA[0]; in texture_combine()
450 float4_array arg1 = argA[1]; in texture_combine()
451 float4_array arg2 = argA[2]; in texture_combine()
452 float4_array arg3 = argA[3]; in texture_combine()
567 swizzle_texels(GLuint swizzle, GLuint count, float4_array texels) in swizzle_texels()
599 float4_array primary_rgba; in _swrast_texture_span()
622 primary_rgba = (float4_array) malloc(span->end * 4 * sizeof(GLfloat)); in _swrast_texture_span()
652 float4_array targetcoords = in _swrast_texture_span()
658 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span()
721 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span()