Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderStorageBlockOutputHLSL.cpp271 const std::vector<InterfaceBlock> &shaderStorageBlocks, in GetShaderStorageBlockMembersInfo()
310 const std::vector<InterfaceBlock> &shaderStorageBlocks) in ShaderStorageBlockOutputHLSL()
DCollectVariables.cpp232 std::vector<sh::InterfaceBlock> *shaderStorageBlocks, in CollectVariablesTraverser()
1006 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
DOutputHLSL.cpp313 const std::vector<InterfaceBlock> &shaderStorageBlocks) in OutputHLSL()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp4020 const auto &shaderStorageBlocks = shader->getShaderStorageBlocks(); in linkInterfaceBlocks() local