• Home
  • Raw
  • Download

Lines Matching refs:VkFormat

36 const std::map<VkFormat, VULKAN_FORMAT_INFO> vk_format_table = {
233 VK_LAYER_EXPORT bool vk_format_is_depth_or_stencil(VkFormat format) { in vk_format_is_depth_or_stencil()
238 VK_LAYER_EXPORT bool vk_format_is_depth_and_stencil(VkFormat format) { in vk_format_is_depth_and_stencil()
254 VK_LAYER_EXPORT bool vk_format_is_stencil_only(VkFormat format) { return (format == VK_FORMAT_S8_UI… in vk_format_is_stencil_only()
257 VK_LAYER_EXPORT bool vk_format_is_depth_only(VkFormat format) { in vk_format_is_depth_only()
274 VK_LAYER_EXPORT bool vk_format_is_norm(VkFormat format) { in vk_format_is_norm()
349 VK_LAYER_EXPORT bool vk_format_is_int(VkFormat format) { return (vk_format_is_sint(format) || vk_fo… in vk_format_is_int()
352 VK_LAYER_EXPORT bool vk_format_is_uint(VkFormat format) { in vk_format_is_uint()
387 VK_LAYER_EXPORT bool vk_format_is_sint(VkFormat format) { in vk_format_is_sint()
422 VK_LAYER_EXPORT bool vk_format_is_float(VkFormat format) { in vk_format_is_float()
452 VK_LAYER_EXPORT bool vk_format_is_srgb(VkFormat format) { in vk_format_is_srgb()
494 VK_LAYER_EXPORT bool vk_format_is_compressed(VkFormat format) { in vk_format_is_compressed()
557 VK_LAYER_EXPORT VkExtent2D vk_format_compressed_block_size(VkFormat format) { in vk_format_compressed_block_size()
649 VK_LAYER_EXPORT VkFormatCompatibilityClass vk_format_get_compatibility_class(VkFormat format) { in vk_format_get_compatibility_class()
658 VK_LAYER_EXPORT size_t vk_format_get_size(VkFormat format) { in vk_format_get_size()
667 unsigned int vk_format_get_channel_count(VkFormat format) { in vk_format_get_channel_count()