Home
last modified time | relevance | path

Searched defs:outputVaryings (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp1242 const std::vector<ShaderVariable> &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1273 const std::vector<ShaderVariable> &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1304 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1395 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1575 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
1601 const auto &outputVaryings = mTranslator->getOutputVaryings(); in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h246 ShaderMap<std::vector<sh::ShaderVariable>> outputVaryings; member
DProgramLinkedResources.cpp1659 bool LinkValidateShaderInterfaceMatching(const std::vector<sh::ShaderVariable> &outputVaryings, in LinkValidateShaderInterfaceMatching()
1892 bool LinkValidateBuiltInVaryings(const std::vector<sh::ShaderVariable> &outputVaryings, in LinkValidateBuiltInVaryings()
DProgram.cpp3517 const std::vector<sh::ShaderVariable> &outputVaryings = in linkVaryings() local
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp704 const std::vector<sh::ShaderVariable> *outputVaryings = sh::GetOutputVaryings(compiler); in PrintActiveVariables() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCollectVariables.cpp256 std::vector<sh::ShaderVariable> *outputVaryings, in CollectVariablesTraverser()
1262 std::vector<ShaderVariable> *outputVaryings, in CollectVariables()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewritePipelines.cpp955 const std::vector<sh::ShaderVariable> &outputVaryings, in RewritePipelines()