Searched refs:vk_format_is_depth_and_stencil (Results 1 – 5 of 5) sorted by relevance
99 bool vk_format_is_depth_and_stencil(VkFormat format);
234 …return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_… in vk_format_is_depth_or_stencil()238 VK_LAYER_EXPORT bool vk_format_is_depth_and_stencil(VkFormat format) { in vk_format_is_depth_and_stencil() function
556 } else if (vk_format_is_depth_and_stencil(imageFormat)) { in CreateImageView()1204 if (vk_format_is_depth_and_stencil(srcFormat)) { in CmdBlitImage()
3744 if (vk_format_is_depth_and_stencil(view_state->create_info.format)) { in SetLayout()8964 if (vk_format_is_depth_and_stencil(format)) { in ValidateBarriers()10383 … bool check_stencil_load_op = vk_format_is_depth_and_stencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings()
34 bool vk_format_is_depth_and_stencil(VkFormat format) { in vk_format_is_depth_and_stencil() function739 if (vk_format_is_depth_and_stencil(fmt)) { in init()1568 if (vk_format_is_depth_and_stencil(format)) in Init()