Home
last modified time | relevance | path

Searched defs:interfaceBlocks (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp48 const std::vector<sh::InterfaceBlock> &interfaceBlocks) in RemoveInactiveInterfaceVariablesTraverser()
138 const std::vector<sh::InterfaceBlock> &interfaceBlocks) in RemoveInactiveInterfaceVariables()
/external/angle/src/tests/compiler_tests/
DCollectVariables_test.cpp330 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
367 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
406 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
453 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
501 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
813 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
1992 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2023 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2063 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp60 std::vector<glu::InterfaceBlock> interfaceBlocks; member
/external/angle/src/compiler/translator/
DResourcesHLSL.cpp646 TString interfaceBlocks; in uniformBlocksHeader() local
712 TString interfaceBlocks; in shaderStorageBlocksHeader() local
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp573 void InterfaceBlockInfo::getShaderBlockInfo(const std::vector<sh::InterfaceBlock> &interfaceBlocks) in getShaderBlockInfo()
DProgram.cpp303 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in ValidateInterfaceBlocksCount()
565 void InitializeInterfaceBlockMap(const std::vector<sh::InterfaceBlock> &interfaceBlocks, in InitializeInterfaceBlockMap()