Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A 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()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DShaderStorageBlockOutputHLSL.cpp275 const std::vector<InterfaceBlock> &shaderStorageBlocks, in GetShaderStorageBlockMembersInfo()
310 const std::vector<InterfaceBlock> &shaderStorageBlocks) in ShaderStorageBlockOutputHLSL()
H A DOutputHLSL.cpp322 const std::vector<InterfaceBlock> &shaderStorageBlocks, in OutputHLSL()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCollectVariables.cpp263 std::vector<sh::InterfaceBlock> *shaderStorageBlocks, in CollectVariablesTraverser()
1305 std::vector<InterfaceBlock> *shaderStorageBlocks, in CollectVariables()
/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.h81 std::vector<sh::InterfaceBlock> shaderStorageBlocks; member
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp2470 const std::vector<sh::InterfaceBlock> &shaderStorageBlocks = in LinkValidateProgramInterfaceBlocks() local