Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c43 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()
156 float4_array c = ccolor[term]; in texture_combine()
171 float4_array c = ccolor[term]; in texture_combine()
[all …]