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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_utils.h 101 bool vk_format_is_stencil_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));
254 VK_LAYER_EXPORT bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
    [all...]
image.cpp     [all...]
core_validation.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 50 bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UINT); } function
743 } else if (vk_format_is_stencil_only(fmt)) {
    [all...]

Completed in 121 milliseconds