Home | History | Annotate | Download | only in layers

Lines Matching refs:vk_format_is_depth_only

234     return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
257 VK_LAYER_EXPORT bool vk_format_is_depth_only(VkFormat format) {