Lines Matching refs:VkFormat

124 	VkFormat format;
145 VkFormat plane_formats[3];
150 const struct vk_format_description *vk_format_description(VkFormat format);
156 vk_format_get_blocksizebits(VkFormat format) in vk_format_get_blocksizebits()
172 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize()
187 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth()
200 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight()
217 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel()
244 vk_format_aspects(VkFormat format) in vk_format_aspects()
316 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed()
339 vk_format_is_subsampled(VkFormat format) in vk_format_is_subsampled()
366 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
380 vk_format_is_depth(VkFormat format) in vk_format_is_depth()
393 vk_format_is_stencil(VkFormat format) in vk_format_is_stencil()
406 vk_format_is_color(VkFormat format) in vk_format_is_color()
411 static inline VkFormat
412 vk_format_depth_only(VkFormat format) in vk_format_depth_only()
427 vk_format_is_int(VkFormat format) in vk_format_is_int()
436 vk_format_is_srgb(VkFormat format) in vk_format_is_srgb()
442 static inline VkFormat
443 vk_format_no_srgb(VkFormat format) in vk_format_no_srgb()
482 static inline VkFormat
483 vk_format_stencil_only(VkFormat format) in vk_format_stencil_only()
489 vk_format_get_component_bits(VkFormat format, in vk_format_get_component_bits()
531 static inline VkFormat
532 vk_to_non_srgb_format(VkFormat format) in vk_to_non_srgb_format()
555 vk_format_get_nr_components(VkFormat format) in vk_format_get_nr_components()
562 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count()
569 static inline VkFormat
570 vk_format_get_plane_format(VkFormat format, unsigned plane_id) in vk_format_get_plane_format()