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

  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 107 bool vk_format_is_depth_only(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));
256 bool vk_format_is_depth_only(VkFormat format) { function
    [all...]
image.cpp 558 } else if (vk_format_is_depth_only(imageFormat)) {
    [all...]

Completed in 317 milliseconds