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)
49 vk_format_is_depth_or_stencil(VkFormat format)
56 vk_format_has_depth(VkFormat format)
63 vk_format_has_stencil(VkFormat format)
69 static inline VkFormat
70 vk_format_depth_only(VkFormat format)
85 static inline VkFormat
86 vk_format_stencil_only(VkFormat format)
96 vk_format_is_int(VkFormat format)
102 vk_format_is_sint(VkFormat format)
108 vk_format_is_uint(VkFormat format)
114 vk_format_is_unorm(VkFormat format)
120 vk_format_is_snorm(VkFormat format)
126 vk_format_is_float(VkFormat format)
132 vk_format_is_srgb(VkFormat format)
138 vk_format_get_blocksize(VkFormat format)
144 vk_format_get_blockwidth(VkFormat format)
150 vk_format_get_blockheight(VkFormat format)
156 vk_format_is_compressed(VkFormat format)
163 vk_format_description(VkFormat format)
169 vk_format_get_component_bits(VkFormat format, enum util_format_colorspace colorspace,
178 vk_format_get_nr_components(VkFormat format)
184 vk_format_has_alpha(VkFormat format)
190 vk_format_get_blocksizebits(VkFormat format)
196 vk_format_get_plane_count(VkFormat format)
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);