Home | History | Annotate | Download | only in swrast

Lines Matching full:arga

90    float4_array argA[MAX_COMBINER_TERMS];
234 * Set up the argA[term] pointers
242 argA[term] = get_texel_array(swrast, unit);
245 argA[term] = primary_rgba;
248 argA[term] = rgba;
256 argA[term] = ccolor[term];
266 argA[term] = ccolor[term];
274 argA[term] = ccolor[term];
284 argA[term] = get_texel_array(swrast, srcUnit);
289 float4_array src = argA[term];
291 argA[term] = ccolor[term];
449 float4_array arg0 = argA[0];
450 float4_array arg1 = argA[1];
451 float4_array arg2 = argA[2];
452 float4_array arg3 = argA[3];