Searched defs:attachmentBindInfos (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp258 const VkImageView attachmentBindInfos[1] = local
270 attachmentBindInfos, // const VkImageView* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp385 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; local
386 const Move<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, renderSize, SINGLE_LAYER));
H A DvktImageCompressionTranscodingSupport.cpp1561 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; local
1563 const Move<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize, SINGLE_LAYER));
1695 const VkImageView attachmentBindInfos[] = { *srcImageView, *dstImageView }; local
1697 const Move<VkFramebuffer> framebuffer (makeFramebuffer(vk, device, *renderPass, DE_LENGTH_OF_ARRAY(attachmentBindInfos), attachmentBindInfos, framebufferSize, SINGLE_LAYER));
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp415 const VkImageView attachmentBindInfos[2] = local
428 attachmentBindInfos, // const VkImageView* pAttachments;
H A DvktPipelineStencilTests.cpp502 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView }; local
511 attachmentBindInfos, // const VkImageView* pAttachments;
H A DvktPipelineCacheTests.cpp972 VkImageView attachmentBindInfos[2] = local
985 attachmentBindInfos, // const VkImageView* pAttachments;
993 attachmentBindInfos[0] = *m_colorAttachmentView[PIPELINE_CACHE_NDX_CACHED];
H A DvktPipelinePushConstantTests.cpp722 const VkImageView attachmentBindInfos[1] = local
734 attachmentBindInfos, // const VkImageView* pAttachments;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.cpp526 std::vector<VkImageView> attachmentBindInfos; local
528 attachmentBindInfos.push_back(*m_colorImageView);
530 attachmentBindInfos.push_back(vulkanProgram.depthImageView);
532 numAttachments = (deUint32)(attachmentBindInfos.size());
539 &attachmentBindInfos[0], // const VkImageView* pAttachments;

Completed in 162 milliseconds