Searched refs:secondSource (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-18-load-overlap-PR14824.ll | 5 define void @sample_test(<8 x i64> * %secondSource, <8 x i64> * %source, <8 x i64> * %dest) nounwin… 35 ; Load %secondSource 36 %s1 = load <8 x i64> , <8 x i64> * %secondSource, align 64 37 %arrayidx67 = getelementptr inbounds <8 x i64>, <8 x i64> * %secondSource, i32 6 59 ; Operations about %Source and %secondSource 66 %arrayidx78 = getelementptr inbounds <8 x i64>, <8 x i64> * %secondSource, i32 7
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 579 …urceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource) in verifyShaderSourceReplaced() argument 589 else if (result != secondSource) in verifyShaderSourceReplaced() 606 const char* secondSource = secondSourceStr.c_str(); in test() local 615 shader.setSources(1, &secondSource, 0); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 636 …urceReplaced (glu::Shader& shader, const std::string& firstSource, const std::string& secondSource) in verifyShaderSourceReplaced() argument 646 else if (result != secondSource) in verifyShaderSourceReplaced() 663 const char* secondSource = secondSourceStr.c_str(); in test() local 672 shader.setSources(1, &secondSource, 0); in test()
|