Lines Matching refs:argRGB
89 float4_array argRGB[MAX_COMBINER_TERMS]; in texture_combine() local
146 argRGB[term] = get_texel_array(swrast, unit); in texture_combine()
149 argRGB[term] = primary_rgba; in texture_combine()
152 argRGB[term] = rgba; in texture_combine()
164 argRGB[term] = ccolor[term]; in texture_combine()
175 argRGB[term] = ccolor[term]; in texture_combine()
184 argRGB[term] = ccolor[term]; in texture_combine()
194 argRGB[term] = get_texel_array(swrast, srcUnit); in texture_combine()
199 float4_array src = argRGB[term]; in texture_combine()
203 argRGB[term] = 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()