Searched refs:argA (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 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() [all …]
|
/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-project/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-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | hoist-argument-init-insts.ll | 22 ; CHECK: [[argA:%.*]] = alloca %struct.S*, 27 ; CHECK-NEXT: store %struct.S* {{.*}}, %struct.S** [[argA]] 72 ; CHECK: [[argA:%.*]] = alloca %struct.S*, 75 ; CHECK-NEXT: store %struct.S* {{.*}}, %struct.S** [[argA]] 121 ; CHECK: [[argA:%.*]] = alloca %struct.S*, 124 ; CHECK-NEXT: store %struct.S* {{.*}}, %struct.S** [[argA]]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | vector_merge_dep_check.ll | 14 define void @fn(<2 x i64>* %argA, <2 x i64>* %argB, i64* %a) #0 align 2 { 15 %_p_vec_full = load <2 x i64>, <2 x i64>* %argA, align 4, !alias.scope !1, !noalias !3
|
/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
|
/external/llvm-project/mlir/test/Dialect/Linalg/ |
D | sparse_parallel.mlir | 151 func @matvec(%argA: tensor<16x32xf32>, %argb: tensor<32xf32>, %argx: tensor<16xf32>) -> tensor<16xf… 153 ins(%argA, %argb : tensor<16x32xf32>, tensor<32xf32>)
|
D | sparse_2d.mlir | 1048 func @matvec(%argA: tensor<16x32xf32>, %argb: tensor<32xf32>, %argx: tensor<16xf32>) -> tensor<16xf… 1050 ins(%argA, %argb : tensor<16x32xf32>, tensor<32xf32>)
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 433 FLOAT_TYPE argA = getValue(twoArguments[0]); in fillInputData() local 434 deMemcpy(&bufferData[offset], &argA, typeSize); in fillInputData()
|