Home
last modified time | relevance | path

Searched refs:getOutputVaryings (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/tests/compiler_tests/
DCollectVariables_test.cpp547 const std::vector<ShaderVariable> &varyings = mTranslator->getOutputVaryings(); in TEST_F()
1014 const auto &varyings = mTranslator->getOutputVaryings(); in TEST_F()
1040 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()
1109 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()
1142 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()
1175 EXPECT_EQ(1u, mTranslator->getOutputVaryings().size()); in TEST_F()
1207 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F()
1239 const auto &OutputVaryings = mTranslator->getOutputVaryings(); in TEST_F()
1271 const auto &OutputVaryings = mTranslator->getOutputVaryings(); in TEST_F()
1301 ASSERT_TRUE(mTranslator->getOutputVaryings().empty()); in TEST_F()
[all …]
/external/angle/src/compiler/translator/
DShaderLang.cpp409 return &compiler->getOutputVaryings(); in GetOutputVaryings()
423 return &compiler->getOutputVaryings(); in GetVaryings()
427 ASSERT(compiler->getOutputVaryings().empty() && compiler->getInputVaryings().empty()); in GetVaryings()
428 return &compiler->getOutputVaryings(); in GetVaryings()
DCompiler.h115 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() function
/external/angle/src/libANGLE/
DShader.h74 const std::vector<sh::ShaderVariable> &getOutputVaryings() const { return mOutputVaryings; } in getOutputVaryings() function
177 const std::vector<sh::ShaderVariable> &getOutputVaryings();
DShader.cpp584 const std::vector<sh::ShaderVariable> &Shader::getOutputVaryings() in getOutputVaryings() function in gl::Shader
587 return mState.getOutputVaryings(); in getOutputVaryings()
631 const auto &varyings = getOutputVaryings(); in getTransformFeedbackVaryingMappedName()
DProgramPipeline.cpp378 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in getMergedVaryings()
DProgram.cpp1784 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in updateProgramInterfaceOutputs()
3519 const std::vector<sh::ShaderVariable> &outputVaryings = generatingShader->getOutputVaryings(); in linkValidateShaderInterfaceMatching()
4108 const auto &vertexVaryings = vertexShader->getOutputVaryings(); in linkValidateBuiltInVaryings()
4373 for (const sh::ShaderVariable &varying : shader->getOutputVaryings()) in getMergedVaryings()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp179 return HasFlatInterpolationVarying(shader->getOutputVaryings()); in FindFlatInterpolationVaryingPerShader()
184 HasFlatInterpolationVarying(shader->getOutputVaryings()); in FindFlatInterpolationVaryingPerShader()