Home
last modified time | relevance | path

Searched refs:depthStencilInputIndex (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp690 void InsertDepthStencilDecorations(uint32_t depthStencilInputIndex, in InsertDepthStencilDecorations() argument
702 InsertInputDecorations(spirv::IdRef(kIdDepthIn), depthStencilInputIndex, in InsertDepthStencilDecorations()
715 InsertInputDecorations(spirv::IdRef(kIdStencilIn), depthStencilInputIndex, in InsertDepthStencilDecorations()
953 const uint32_t depthStencilInputIndex = colorAttachmentCount; in MakeFragShader() local
955 InsertDepthStencilDecorations(depthStencilInputIndex, depthStencilBindingIndex, unresolveDepth, in MakeFragShader()