Lines Matching refs:VkFormat
37 vk_format_to_pipe_format(enum VkFormat vkformat);
40 vk_format_aspects(VkFormat format);
43 vk_format_is_color(VkFormat format) in vk_format_is_color()
49 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil()
56 vk_format_has_depth(VkFormat format) in vk_format_has_depth()
63 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil()
69 static inline VkFormat
70 vk_format_depth_only(VkFormat format) in vk_format_depth_only()
85 static inline VkFormat
86 vk_format_stencil_only(VkFormat format) in vk_format_stencil_only()
96 vk_format_is_int(VkFormat format) in vk_format_is_int()
102 vk_format_is_sint(VkFormat format) in vk_format_is_sint()
108 vk_format_is_uint(VkFormat format) in vk_format_is_uint()
114 vk_format_is_unorm(VkFormat format) in vk_format_is_unorm()
120 vk_format_is_snorm(VkFormat format) in vk_format_is_snorm()
126 vk_format_is_float(VkFormat format) in vk_format_is_float()
132 vk_format_is_srgb(VkFormat format) in vk_format_is_srgb()
138 vk_format_get_blocksize(VkFormat format) in vk_format_get_blocksize()
144 vk_format_get_blockwidth(VkFormat format) in vk_format_get_blockwidth()
150 vk_format_get_blockheight(VkFormat format) in vk_format_get_blockheight()
156 vk_format_is_compressed(VkFormat format) in vk_format_is_compressed()
163 vk_format_description(VkFormat format) in vk_format_description()
169 vk_format_get_component_bits(VkFormat format, enum util_format_colorspace colorspace, in vk_format_get_component_bits()
178 vk_format_get_nr_components(VkFormat format) in vk_format_get_nr_components()
184 vk_format_has_alpha(VkFormat format) in vk_format_has_alpha()
190 vk_format_get_blocksizebits(VkFormat format) in vk_format_get_blocksizebits()
196 vk_format_get_plane_count(VkFormat format) in vk_format_get_plane_count()
201 VkFormat
202 vk_format_get_plane_format(VkFormat format, unsigned plane_id);
204 VkFormat
205 vk_format_get_aspect_format(VkFormat format, const VkImageAspectFlags aspect);