Searched defs:vk_format_is_depth_and_stencil (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/common/
H A Dvk_layer_utils.cpp226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { function
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dvk_layer_utils.cpp226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { function
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
H A Dvk_layer_utils.cpp226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { function
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dvk_layer_utils.cpp226 return (vk_format_is_depth_and_stencil(format) || vk_format_is_depth_only(format) || vk_format_is_stencil_only(format));
230 bool vk_format_is_depth_and_stencil(VkFormat format) { function

Completed in 150 milliseconds