Lines Matching refs:argA
91 float4_array argA[MAX_COMBINER_TERMS]; in texture_combine() local
243 argA[term] = get_texel_array(swrast, unit); in texture_combine()
246 argA[term] = primary_rgba; in texture_combine()
249 argA[term] = rgba; in texture_combine()
257 argA[term] = ccolor[term]; in texture_combine()
267 argA[term] = ccolor[term]; in texture_combine()
275 argA[term] = ccolor[term]; in texture_combine()
285 argA[term] = get_texel_array(swrast, srcUnit); in texture_combine()
290 float4_array src = argA[term]; in texture_combine()
292 argA[term] = ccolor[term]; in texture_combine()
440 float4_array arg0 = argA[0]; in texture_combine()
441 float4_array arg1 = argA[1]; in texture_combine()
442 float4_array arg2 = argA[2]; in texture_combine()
443 float4_array arg3 = argA[3]; in texture_combine()