Searched defs:hasDepthAspect (Results 1 – 2 of 2) sorted by relevance
965 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in clearAttachments() local1104 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local1155 const bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in transitionLayouts() local1390 …const bool hasDepthAspect = tcu::hasDepthComponent(vk::mapVkFormat(m_attachments[i].format).orde… in end() local1458 bool hasDepthAspect = tcu::hasDepthComponent(tcuFormat.order); in beginRendering() local
129 …bool hasDepthAspect() const { return (subresourceRange.aspectMask & VK_IMAGE_ASPECT_DEPTH_BIT) != … in hasDepthAspect() function in vk::ImageView