Home
last modified time | relevance | path

Searched defs:subpassLayout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp6323 const VkImageLayout subpassLayout = in addAttachmentTests() local
6476 const VkImageLayout subpassLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentWriteMaskTests() local
7032 const VkImageLayout subpassLayout = rng.choose<VkImageLayout>( in addAttachmentAllocationTests() local
7053 const VkImageLayout subpassLayout = rng.choose<VkImageLayout>( in addAttachmentAllocationTests() local
7074 const VkImageLayout subpassLayout = rng.choose<VkImageLayout>( in addAttachmentAllocationTests() local
7095 const VkImageLayout subpassLayout = rng.choose<VkImageLayout>( in addAttachmentAllocationTests() local
7113 const VkImageLayout subpassLayout = rng.choose<VkImageLayout>( in addAttachmentAllocationTests() local
H A DvktRenderPassSubpassDependencyTests.cpp4211 const VkImageLayout subpassLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local
4304 const VkImageLayout subpassLayout(VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp764 … void addSubpassColorAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment()
792 …addSubpassDepthStencilAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassLayout, in addSubpassDepthStencilAttachment()
808 … void addSubpassInputAttachment(const uint32_t attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment()