Searched refs:argA (Results 1 – 2 of 2) sorted by relevance
90 float4_array argA[MAX_COMBINER_TERMS]; in texture_combine() local242 argA[term] = get_texel_array(swrast, unit); in texture_combine()245 argA[term] = primary_rgba; in texture_combine()248 argA[term] = rgba; in texture_combine()256 argA[term] = ccolor[term]; in texture_combine()266 argA[term] = ccolor[term]; in texture_combine()274 argA[term] = ccolor[term]; in texture_combine()284 argA[term] = get_texel_array(swrast, srcUnit); in texture_combine()289 float4_array src = argA[term]; in texture_combine()291 argA[term] = ccolor[term]; in texture_combine()[all …]
4 define void @bork(float* %argA, float* %argB, float* %res, i8 %inoutspec.0) {12 %tmp1011 = bitcast float* %argA to <4 x i32>* ; <<4 x i32>*> [#uses=1]