Searched refs:attachmentViews (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 675 const VkImageView attachmentViews[1] = local 687 attachmentViews, // const VkImageView* pAttachments;
|
H A D | vktApiCommandBuffersTests.cpp | 278 const VkImageView attachmentViews[1] = local 290 attachmentViews, // const VkImageView* pAttachments;
|
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktRenderPassTests.cpp | 1827 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