Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp132 bool ReplaceShaderStorageDeclaration(const std::vector<ShaderStorageBlock> &shaderStorageBlocks, in ReplaceShaderStorageDeclaration()
185 const std::vector<rx::ShaderStorageBlock> &shaderStorageBlocks, in generateVertexShaderForInputLayout()
324 const std::vector<ShaderStorageBlock> &shaderStorageBlocks, in generatePixelShaderForOutputSignature()
/external/angle/src/common/
DCompiledShaderState.h65 std::vector<sh::InterfaceBlock> shaderStorageBlocks; member
/external/angle/src/compiler/translator/hlsl/
DShaderStorageBlockOutputHLSL.cpp275 const std::vector<InterfaceBlock> &shaderStorageBlocks, in GetShaderStorageBlockMembersInfo()
310 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()
1303 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp2406 const std::vector<sh::InterfaceBlock> &shaderStorageBlocks = in LinkValidateProgramInterfaceBlocks() local