Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp187 … VkFormat attachmentFormat = out_struct->pAttachments[attachment_ref.attachment].format; in ConvertVkRenderPassCreateInfoToV2KHR() local
188 if (FormatIsColor(attachmentFormat)) { in ConvertVkRenderPassCreateInfoToV2KHR()
191 if (FormatHasDepth(attachmentFormat)) { in ConvertVkRenderPassCreateInfoToV2KHR()
194 if (FormatHasStencil(attachmentFormat)) { in ConvertVkRenderPassCreateInfoToV2KHR()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp186 const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT) in makeGraphicsPipeline() argument
202 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2175 tcu::TextureFormat attachmentFormat; in checkFramebufferStatus() local
2232 attachmentFormat = level.getFormat(); in checkFramebufferStatus()
2241 attachmentFormat = renderbuffer->getFormat(); in checkFramebufferStatus()
2259 switch (attachmentFormat.order) in checkFramebufferStatus()