Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp133 bool ReplaceShaderStorageDeclaration(const std::vector<ShaderStorageBlock> &shaderStorageBlocks, in ReplaceShaderStorageDeclaration()
186 const std::vector<rx::ShaderStorageBlock> &shaderStorageBlocks, in GenerateVertexShaderForInputLayout()
307 const std::vector<ShaderStorageBlock> &shaderStorageBlocks, in GeneratePixelShaderForOutputSignature()
/external/angle/src/common/
DCompiledShaderState.h81 std::vector<sh::InterfaceBlock> shaderStorageBlocks; member
/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockOutputHLSL.cpp276 const std::vector<InterfaceBlock> &shaderStorageBlocks, in GetShaderStorageBlockMembersInfo()
311 const std::vector<InterfaceBlock> &shaderStorageBlocks) in ShaderStorageBlockOutputHLSL()
DOutputHLSL.cpp322 const std::vector<InterfaceBlock> &shaderStorageBlocks, in OutputHLSL()
/external/angle/src/compiler/translator/
DCollectVariables.cpp263 std::vector<sh::InterfaceBlock> *shaderStorageBlocks, in CollectVariablesTraverser()
1305 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp2470 const std::vector<sh::InterfaceBlock> &shaderStorageBlocks = in LinkValidateProgramInterfaceBlocks() local