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

  /external/mesa3d/src/intel/vulkan/
vk_format_info.h 62 vk_format_is_depth_or_stencil(VkFormat format) function
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp 233 VK_LAYER_EXPORT bool vk_format_is_depth_or_stencil(VkFormat format) { function
    [all...]
  /external/mesa3d/src/amd/vulkan/
vk_format.h 345 vk_format_is_depth_or_stencil(VkFormat format) function
374 return !vk_format_is_depth_or_stencil(format);

Completed in 86 milliseconds