Searched refs:argA (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texcombine.c91 float4_array argA[MAX_COMBINER_TERMS]; local in function:texture_combine
235 * Set up the argA[term] pointers
243 argA[term] = get_texel_array(swrast, unit);
246 argA[term] = primary_rgba;
249 argA[term] = rgba;
257 argA[term] = ccolor[term];
267 argA[term] = ccolor[term];
275 argA[term] = ccolor[term];
285 argA[term] = get_texel_array(swrast, srcUnit);
290 float4_array src = argA[ter
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texcombine.c91 float4_array argA[MAX_COMBINER_TERMS]; local in function:texture_combine
235 * Set up the argA[term] pointers
243 argA[term] = get_texel_array(swrast, unit);
246 argA[term] = primary_rgba;
249 argA[term] = rgba;
257 argA[term] = ccolor[term];
267 argA[term] = ccolor[term];
275 argA[term] = ccolor[term];
285 argA[term] = get_texel_array(swrast, srcUnit);
290 float4_array src = argA[ter
[all...]

Completed in 3 milliseconds