Home
last modified time | relevance | path

Searched refs:inputAttachmentDescription (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp115 const VkAttachmentDescription inputAttachmentDescription = in makeRenderPassInputAttachment() local
128 const std::vector<VkAttachmentDescription> attachmentDescriptions = { inputAttachmentDescription, inputAttachmentDescription, colorAttachmentDescription }; in makeRenderPassInputAttachment()
130 const std::vector<VkAttachmentReference> inputAttachmentReferences = { { 0u, inputAttachmentDescription.finalLayout }, { 1u, inputAttachmentDescription.finalLayout } }; in makeRenderPassInputAttachment()
H A DvktPipelineFramebufferAttachmentTests.cpp1418 VkAttachmentDescription inputAttachmentDescription = in makeRenderPassInputResolveSameAttachment() local
1431 attachmentDescriptions.push_back(inputAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp112 const VkAttachmentDescription inputAttachmentDescription = in makeRenderPassInputAttachment() local
125 const std::vector<VkAttachmentDescription> attachmentDescriptions = { inputAttachmentDescription, inputAttachmentDescription, colorAttachmentDescription }; in makeRenderPassInputAttachment()
127 const std::vector<VkAttachmentReference> inputAttachmentReferences = { { 0u, inputAttachmentDescription.finalLayout }, { 1u, inputAttachmentDescription.finalLayout } }; in makeRenderPassInputAttachment()
H A DvktPipelineFramebufferAttachmentTests.cpp1406 VkAttachmentDescription inputAttachmentDescription = in makeRenderPassInputResolveSameAttachment() local
1419 attachmentDescriptions.push_back(inputAttachmentDescription); in makeRenderPassInputResolveSameAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp384 const AttachmentDesc inputAttachmentDescription // VkAttachmentDescription || VkAttachmentDescription2KHR in makeRenderPassWithAttachments()
401 attachments.push_back(inputAttachmentDescription); in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp384 const AttachmentDesc inputAttachmentDescription // VkAttachmentDescription || VkAttachmentDescription2KHR in makeRenderPassWithAttachments()
401 attachments.push_back(inputAttachmentDescription); in makeRenderPassWithAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp3575 const VkAttachmentDescription inputAttachmentDescription = in createRenderPass() local
3595 attachmentDescriptions.push_back(inputAttachmentDescription); in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp3464 const VkAttachmentDescription inputAttachmentDescription = in createRenderPass() local
3484 attachmentDescriptions.push_back(inputAttachmentDescription); in createRenderPass()

Completed in 34 milliseconds