Searched refs:subpassLayout (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 720 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment() argument 723 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassColorAttachment() 736 …tencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout, const VkSampl… in addSubpassDepthStencilAttachment() argument 739 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassDepthStencilAttachment() 752 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment() argument 755 makeAttachmentReference(attachmentIndex, subpassLayout)); in addSubpassInputAttachment()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 5009 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in addAttachmentTests() local 5015 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentTests() 5108 const VkImageLayout subpassLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentWriteMaskTests() local 5111 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentWriteMaskTests() 5653 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5655 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentAllocationTests() 5674 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5676 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentAllocationTests() 5695 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5697 …ntReferences.push_back(AttachmentReference((deUint32)(subpassNdx + attachmentNdx), subpassLayout)); in addAttachmentAllocationTests() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 3917 const VkImageLayout subpassLayout (VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local 3920 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests() 3998 const VkImageLayout subpassLayout (VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local 4001 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests()
|