Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DCollectVariables_test.cpp336 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
373 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
412 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
459 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
507 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
845 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2033 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2064 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
2104 const std::vector<InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks(); in TEST_F() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveInactiveInterfaceVariables.cpp53 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in RemoveInactiveInterfaceVariablesTraverser()
199 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in RemoveInactiveInterfaceVariables()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DResourcesHLSL.cpp688 TString interfaceBlocks; in uniformBlocksHeader() local
775 TString interfaceBlocks; in shaderStorageBlocksHeader() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp614 void InterfaceBlockInfo::getShaderBlockInfo(const std::vector<sh::InterfaceBlock> &interfaceBlocks) in getShaderBlockInfo()
867 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in ValidateInterfaceBlocksCount()
2210 const std::vector<sh::InterfaceBlock> &interfaceBlocks, in ValidateInstancelessGraphicsInterfaceBlocksPerShader()
2314 void InitializeInterfaceBlockMap(const std::vector<sh::InterfaceBlock> &interfaceBlocks, in InitializeInterfaceBlockMap()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DANGLEShaderParser.h40 std::vector<ST_InterfaceBlock> interfaceBlocks; member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.hpp60 std::vector<glu::InterfaceBlock> interfaceBlocks; member
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp905 const std::vector<sh::InterfaceBlock> &interfaceBlocks) in SerializeInterfaceBlocksVector()