Lines Matching defs:format

36 vk_format_description(VkFormat format)  in vk_format_description()
45 vk_format_get_blocksizebits(VkFormat format) in vk_format_get_blocksizebits()
54 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize()
60 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth()
66 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight()
76 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel()
113 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed()
119 vk_format_is_subsampled(VkFormat format) in vk_format_is_subsampled()
125 vk_format_is_int(VkFormat format) in vk_format_is_int()
131 vk_format_is_uint(VkFormat format) in vk_format_is_uint()
137 vk_format_is_sint(VkFormat format) in vk_format_is_sint()
143 vk_format_is_unorm(VkFormat format) in vk_format_is_unorm()
149 vk_format_is_srgb(VkFormat format) in vk_format_is_srgb()
155 vk_format_no_srgb(VkFormat format) in vk_format_no_srgb()
195 vk_format_get_component_bits(VkFormat format, enum util_format_colorspace colorspace, in vk_format_get_component_bits()
237 vk_to_non_srgb_format(VkFormat format) in vk_to_non_srgb_format()
260 vk_format_get_nr_components(VkFormat format) in vk_format_get_nr_components()
266 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count()
272 vk_format_get_plane_width(VkFormat format, unsigned plane, unsigned width) in vk_format_get_plane_width()
278 vk_format_get_plane_height(VkFormat format, unsigned plane, unsigned height) in vk_format_get_plane_height()
284 vk_format_get_plane_format(VkFormat format, unsigned plane_id) in vk_format_get_plane_format()