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

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp675 const VkImageView attachmentViews[1] = local
687 attachmentViews, // const VkImageView* pAttachments;
H A DvktApiCommandBuffersTests.cpp278 const VkImageView attachmentViews[1] = local
290 attachmentViews, // const VkImageView* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1827 const vector<pair<VkImageView, VkImageView> >& attachmentViews,
1964 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first,
1993 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second,
2024 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first,
4271 vector<VkImageView> attachmentViews;
4279 attachmentViews.push_back(attachmentResources[attachmentNdx]->getAttachmentView());
4290 const Unique<VkFramebuffer> framebuffer (createFramebuffer(vk, device, *renderPass, targetSize, attachmentViews));
1818 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) argument

Completed in 165 milliseconds