Home
last modified time | relevance | path

Searched defs:inputVaryings (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DCollectVariables_test.cpp1145 const std::vector<ShaderVariable> &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1177 const std::vector<ShaderVariable> &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1344 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1376 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1431 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1464 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1507 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
1547 const auto &inputVaryings = mTranslator->getInputVaryings(); in TEST_F() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveInactiveInterfaceVariables.cpp50 const std::vector<sh::ShaderVariable> &inputVaryings, in RemoveInactiveInterfaceVariablesTraverser()
196 const std::vector<sh::ShaderVariable> &inputVaryings, in RemoveInactiveInterfaceVariables()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCollectVariables.cpp259 std::vector<sh::ShaderVariable> *inputVaryings, in CollectVariablesTraverser()
1301 std::vector<ShaderVariable> *inputVaryings, in CollectVariables()
/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.h77 std::vector<sh::ShaderVariable> inputVaryings; member
/aosp_15_r20/external/angle/samples/shader_translator/
H A Dshader_translator.cpp746 const std::vector<sh::ShaderVariable> *inputVaryings = sh::GetInputVaryings(compiler); in PrintActiveVariables() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.h321 ShaderMap<std::vector<sh::ShaderVariable>> inputVaryings; member
H A DProgramLinkedResources.cpp1893 const std::vector<sh::ShaderVariable> &inputVaryings, in LinkValidateShaderInterfaceMatching()
2126 const std::vector<sh::ShaderVariable> &inputVaryings, in LinkValidateBuiltInVaryings()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.cpp307 std::vector<ST_ShaderVariable> inputVaryings = in getShaderLinkInfo() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DRewritePipelines.cpp1058 const std::vector<sh::ShaderVariable> &inputVaryings, in RewritePipelines()