Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.hpp127 …bool hasDepthAspect() const { return (subresourceRange.aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) != … in hasDepthAspect() function in vk::ImageView
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.cpp916 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in clearAttachments() local
1085 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local
1158 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local
1390 …const bool hasDepthAspect = tcu::hasDepthComponent(vk::mapVkFormat(m_attachments[i].format).order); in end() local
1468 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in beginRendering() local