Home
last modified time | relevance | path

Searched defs:hasDepthAspect (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp965 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in clearAttachments() local
1104 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local
1155 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local
1390 …const bool hasDepthAspect = tcu::hasDepthComponent(vk::mapVkFormat(m_attachments[i].format).orde… in end() local
1458 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in beginRendering() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkImageView.hpp129 …bool hasDepthAspect() const { return (subresourceRange.aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) != … in hasDepthAspect() function in vk::ImageView