Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImageView.hpp108 …bool hasDepthAspect() const { return (subresourceRange.aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) != … in hasDepthAspect() function in vk::ImageView
DVkCommandBuffer.cpp1749 if(attachment->hasDepthAspect()) in bindAttachments()