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

  /external/mesa3d/src/intel/vulkan/
vk_format_info.h 69 vk_format_has_depth(VkFormat format) function
  /external/mesa3d/src/amd/vulkan/
vk_format.h 331 vk_format_has_depth(const struct vk_format_description *desc) function
354 return vk_format_has_depth(desc) ||
368 return vk_format_has_depth(desc);
radv_image.c 61 is_depth = vk_format_has_depth(desc);
    [all...]

Completed in 287 milliseconds