Searched defs:subpassLayout (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4833 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayouts), DE… in addAttachmentTests() local 4929 const VkImageLayout subpassLayout = VK_IMAGE_LAYOUT_GENERAL; in addAttachmentWriteMaskTests() local 5451 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5472 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5493 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5514 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local 5533 …const VkImageLayout subpassLayout = rng.choose<VkImageLayout>(DE_ARRAY_BEGIN(subpassLayoutsColor),… in addAttachmentAllocationTests() local
|
D | vktRenderPassSubpassDependencyTests.cpp | 1947 const VkImageLayout subpassLayout (VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local 2014 const VkImageLayout subpassLayout (VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL); in initTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 823 void addSubpassColorAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassColorAttachment() 839 …passDepthStencilAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout, con… in addSubpassDepthStencilAttachment() 855 void addSubpassInputAttachment (const deUint32 attachmentIndex, const VkImageLayout subpassLayout) in addSubpassInputAttachment()
|