Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveInactiveInterfaceVariables.cpp53 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in RemoveInactiveInterfaceVariablesTraverser()
199 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in RemoveInactiveInterfaceVariables()
/third_party/skia/third_party/externals/angle2/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
839 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2025 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2056 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2096 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp60 std::vector<glu::InterfaceBlock> interfaceBlocks; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DResourcesHLSL.cpp702 TString interfaceBlocks; in uniformBlocksHeader() local
768 TString interfaceBlocks; in shaderStorageBlocksHeader() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp287 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in ValidateInterfaceBlocksCount()
513 void InitializeInterfaceBlockMap(const std::vector<sh::InterfaceBlock> &interfaceBlocks, in InitializeInterfaceBlockMap()
573 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in ValidateInstancelessGraphicsInterfaceBlocksPerShader()
DProgramLinkedResources.cpp591 void InterfaceBlockInfo::getShaderBlockInfo(const std::vector<sh::InterfaceBlock> &interfaceBlocks) in getShaderBlockInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp870 const std::vector<sh::InterfaceBlock> &interfaceBlocks) in SerializeInterfaceBlocksVector()