Searched refs:argA (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 90 float4_array argA[MAX_COMBINER_TERMS]; in texture_combine() local 242 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 …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2007-10-18-PtrArithmetic.ll | 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]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-10-18-PtrArithmetic.ll | 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]
|
/external/llvm/test/CodeGen/AArch64/ |
D | vector_merge_dep_check.ll | 15 define void @fn(<2 x i64>* %argA, <2 x i64>* %argB, i64* %a) #0 align 2 { 16 %_p_vec_full = load <2 x i64>, <2 x i64>* %argA, align 4, !alias.scope !1, !noalias !3
|