Home
last modified time | relevance | path

Searched refs:vk_format_is_depth_and_stencil (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h99 bool vk_format_is_depth_and_stencil(VkFormat format);
Dvk_layer_utils.cpp234 …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
Dimage.cpp556 } else if (vk_format_is_depth_and_stencil(imageFormat)) { in CreateImageView()
1204 if (vk_format_is_depth_and_stencil(srcFormat)) { in CmdBlitImage()
Dcore_validation.cpp3744 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()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp34 bool vk_format_is_depth_and_stencil(VkFormat format) { in vk_format_is_depth_and_stencil() function
739 if (vk_format_is_depth_and_stencil(fmt)) { in init()
1568 if (vk_format_is_depth_and_stencil(format)) in Init()