Lines Matching refs:VkFormat
119 VkFormat format;
140 const struct vk_format_description *vk_format_description(VkFormat format);
146 vk_format_get_blocksizebits(VkFormat format) in vk_format_get_blocksizebits()
162 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize()
177 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth()
190 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight()
207 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel()
234 vk_format_aspects(VkFormat format) in vk_format_aspects()
306 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed()
343 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
357 vk_format_is_depth(VkFormat format) in vk_format_is_depth()
370 vk_format_is_stencil(VkFormat format) in vk_format_is_stencil()
383 vk_format_is_color(VkFormat format) in vk_format_is_color()
388 static inline VkFormat
389 vk_format_depth_only(VkFormat format) in vk_format_depth_only()
404 vk_format_is_int(VkFormat format) in vk_format_is_int()
413 vk_format_is_srgb(VkFormat format) in vk_format_is_srgb()
419 static inline VkFormat
420 vk_format_stencil_only(VkFormat format) in vk_format_stencil_only()
426 vk_format_get_component_bits(VkFormat format, in vk_format_get_component_bits()
468 static inline VkFormat
469 vk_to_non_srgb_format(VkFormat format) in vk_to_non_srgb_format()