Home
last modified time | relevance | path

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

/external/skia/src/compute/sk/
DSkSurface_Compute.cpp128 const SkWindow::AttachmentInfo & attachmentInfo,
154 (attachmentInfo.fColorBits != 30)
/external/skqp/src/compute/sk/
DSkSurface_Compute.cpp128 const SkWindow::AttachmentInfo & attachmentInfo,
154 (attachmentInfo.fColorBits != 30)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1392 const Attachment& attachmentInfo, in AttachmentResources() argument
1395 … (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attachmentInfo.… in AttachmentResources()
1397 …ateImageAttachmentView(vk, device, *m_image, attachmentInfo.getFormat(), getImageAspectFlags(attac… in AttachmentResources()
1399 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); in AttachmentResources()
1405 …m_depthInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getFo… in AttachmentResources()
1406 …m_stencilInputAttachmentView = createImageAttachmentView(vk, device, *m_image, attachmentInfo.getF… in AttachmentResources()
1417 const tcu::TextureFormat depthFormat = getDepthCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
1418 const tcu::TextureFormat stencilFormat = getStencilCopyFormat(attachmentInfo.getFormat()); in AttachmentResources()
2002 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttach… in SubpassRenderer() local
2004 const tcu::TextureFormat format = mapVkFormat(attachmentInfo.getFormat()); in SubpassRenderer()
[all …]