Home
last modified time | relevance | path

Searched refs:attachmentInfo (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/compute/sk/
DSkSurface_Compute.cpp128 const SkWindow::AttachmentInfo & attachmentInfo,
154 (attachmentInfo.fColorBits != 30)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1452 const Attachment& attachmentInfo, in AttachmentResources() argument
1455 … (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attachmentInfo.… in AttachmentResources()
1457 …ateImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attac… in AttachmentResources()
1459 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); in AttachmentResources()
1465 …m_depthInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFo… in AttachmentResources()
1466 …m_stencilInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getF… in AttachmentResources()
1477 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
1478 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
2062 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttach… in SubpassRenderer() local
2064 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); in SubpassRenderer()
[all …]
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1281 const VkRenderPassAttachmentBeginInfo *attachmentInfo) in beginRenderPass() argument
1285 if(attachmentInfo) in beginRenderPass()
1287 for(uint32_t i = 0; i < attachmentInfo->attachmentCount; i++) in beginRenderPass()
1289 framebuffer->setAttachment(vk::Cast(attachmentInfo->pAttachments[i]), i); in beginRenderPass()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp479 …const auto *attachmentInfo = lvl_find_in_chain<VkRenderPassAttachmentBeginInfoKHR>(pRenderPassBegi… in VerifyFramebufferAndRenderPassLayouts() local
480 …if (((framebufferInfo.flags & VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR) != 0) && attachmentInfo != … in VerifyFramebufferAndRenderPassLayouts()
481 attachments = attachmentInfo->pAttachments; in VerifyFramebufferAndRenderPassLayouts()