Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
1265 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
DOutputHLSL.cpp314 const std::vector<InterfaceBlock> &shaderStorageBlocks) in OutputHLSL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3951 const auto &shaderStorageBlocks = shader->getShaderStorageBlocks(); in linkInterfaceBlocks() local