Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4746 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in addAttachmentTests() local
4752 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentTests()
5021 const VkImageLayout subpassLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentAllocationTests() local
5046 …sh_back(AttachmentReference((deUint32)subpassColorAttachments[colorAttachmentNdx], subpassLayout)); in addAttachmentAllocationTests()
5053 const VkImageLayout subpassLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentAllocationTests() local
5098 …sh_back(AttachmentReference((deUint32)subpassInputAttachments[inputAttachmentNdx], subpassLayout)); in addAttachmentAllocationTests()
5213 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE_A… in addAttachmentAllocationTests() local
5215 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentAllocationTests()
5234 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE_A… in addAttachmentAllocationTests() local
5236 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentAllocationTests()
[all …]