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

  /external/mesa3d/src/intel/vulkan/
vk_format_info.h 62 vk_format_is_depth_or_stencil(VkFormat format) function
  /external/vulkan-validation-layers/layers/
vk_layer_utils.cpp 233 VK_LAYER_EXPORT bool vk_format_is_depth_or_stencil(VkFormat format) { function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_utils.cpp 225 bool vk_format_is_depth_or_stencil(VkFormat format) { function
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_utils.cpp 225 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 113 milliseconds