Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eDepth

11141     eDepth = VK_IMAGE_ASPECT_DEPTH_BIT,
20291 case ImageAspectFlagBits::eDepth: return "Depth";
20303 if (value & ImageAspectFlagBits::eDepth) result += "Depth | ";