Searched refs:attachmentViews (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp817 const VkImageView attachmentViews[1] = local
829 attachmentViews, // const VkImageView* pAttachments;
H A DvktApiCommandBuffersTests.cpp270 const VkImageView attachmentViews[1] = local
282 attachmentViews, // const VkImageView* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp1919 const vector<pair<VkImageView, VkImageView> >& attachmentViews,
2065 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first,
2096 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second,
2127 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first,
4517 vector<VkImageView> attachmentViews;
4525 attachmentViews.push_back(attachmentResources[attachmentNdx]->getAttachmentView());
4536 const Unique<VkFramebuffer> framebuffer (createFramebuffer(vk, device, *renderPass, targetSize, attachmentViews));
1910 SubpassRenderer(Context& context, const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkRenderPass renderPass, VkFramebuffer framebuffer, VkCommandPool commandBufferPool, deUint32 queueFamilyIndex, const vector<VkImage>& attachmentImages, const vector<pair<VkImageView, VkImageView> >& attachmentViews, const SubpassRenderInfo& renderInfo, const vector<Attachment>& attachmentInfos, const AllocationKind allocationKind) argument

Completed in 105 milliseconds