HomeSort by: relevance | last modified time | path
    Searched defs:vk_format_has_depth (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_format.h 55 vk_format_has_depth(VkFormat format) function
71 assert(vk_format_has_depth(format));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
vk_format_info.h 156 vk_format_has_depth(VkFormat format) function
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format.h 352 vk_format_has_depth(const struct vk_format_description *desc) function
375 return vk_format_has_depth(desc) ||
389 return vk_format_has_depth(desc);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format.h 359 vk_format_has_depth(const struct vk_format_description *desc) function
382 return vk_format_has_depth(desc) || vk_format_has_stencil(desc);
395 return vk_format_has_depth(desc);

Completed in 6 milliseconds