HomeSort by relevance Sort by last modified time
    Searched refs:vk_format_is_depth_and_stencil (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 106 bool vk_format_is_depth_and_stencil(VkFormat format);
vk_layer_utils.cpp 233 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
237 bool vk_format_is_depth_and_stencil(VkFormat format) { function
    [all...]
image.cpp 541 } else if (vk_format_is_depth_and_stencil(imageFormat)) {
    [all...]
core_validation.cpp     [all...]

Completed in 828 milliseconds