Home
last modified time | relevance | path

Searched defs:shaderStorageBlocks (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DShaderStorageBlockOutputHLSL.cpp272 const std::vector<InterfaceBlock> &shaderStorageBlocks, in GetShaderStorageBlockMembersInfo()
307 const std::vector<InterfaceBlock> &shaderStorageBlocks) in ShaderStorageBlockOutputHLSL()
DCollectVariables.cpp259 std::vector<sh::InterfaceBlock> *shaderStorageBlocks, in CollectVariablesTraverser()
1293 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
DOutputHLSL.cpp314 const std::vector<InterfaceBlock> &shaderStorageBlocks) in OutputHLSL()
/external/angle/src/libANGLE/
DProgram.cpp3944 const auto &shaderStorageBlocks = shader->getShaderStorageBlocks(); in linkInterfaceBlocks() local