Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp106 VkSubpassDescription subpass = renderPass->getSubpass(subpassIndex); in clearAttachment()
165 auto const &subpass = renderPass->getSubpass(subpassIndex); in resolve()
DVkRenderPass.hpp51 VkSubpassDescription const &getSubpass(uint32_t subpassIndex) const in getSubpass() function in vk::RenderPass
DVkCommandBuffer.cpp84 …bool hasResolveAttachments = (executionState.renderPass->getSubpass(executionState.subpassIndex).p… in play()
1734 auto const &subpass = renderPass->getSubpass(subpassIndex); in bindAttachments()
/external/swiftshader/src/Device/
DContext.cpp449 const VkSubpassDescription &subpass = renderPass->getSubpass(pCreateInfo->subpass); in GraphicsState()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h699 uint32_t getSubpass() const;
Dvk_cache_utils.cpp2601 uint32_t GraphicsPipelineDesc::getSubpass() const in getSubpass() function in rx::vk::GraphicsPipelineDesc
DContextVk.cpp5619 return mGraphicsPipelineDesc->getSubpass(); in getCurrentSubpassIndex()
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp53 auto subpass = renderPass->getSubpass(subpassIndex);