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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_utils.h 100 bool vk_format_is_depth_only(VkFormat format);
vk_layer_utils.cpp 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) { function
    [all...]
image.cpp     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 53 bool vk_format_is_depth_only(VkFormat format) { function
741 } else if (vk_format_is_depth_only(fmt)) {
    [all...]

Completed in 375 milliseconds