Home
last modified time | relevance | path

Searched refs:vk_format_description (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format.h119 struct vk_format_description struct
140 extern const struct vk_format_description vk_format_description_table[]; argument
142 const struct vk_format_description *vk_format_description(VkFormat format);
150 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blocksizebits()
181 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockwidth()
194 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockheight()
211 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_first_non_void_channel()
310 const struct vk_format_description *desc = vk_format_description(format); in vk_format_is_compressed()
331 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth()
338 vk_format_has_stencil(const struct vk_format_description *desc) in vk_format_has_stencil()
[all …]
Dradv_formats.c34 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc, in radv_translate_buffer_dataformat()
108 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc, in radv_translate_buffer_numformat()
141 const struct vk_format_description *desc, in radv_translate_tex_dataformat()
337 const struct vk_format_description *desc, in radv_translate_tex_numformat()
393 const struct vk_format_description *desc, in radv_translate_color_numformat()
424 const struct vk_format_description *desc = vk_format_description(format); in radv_is_sampler_format_supported()
442 return radv_translate_tex_dataformat(format, vk_format_description(format), in radv_is_sampler_format_supported()
450 const struct vk_format_description *desc = vk_format_description(format); in radv_is_storage_image_format_supported()
502 const struct vk_format_description *desc = vk_format_description(format); in radv_is_buffer_format_supported()
518 const struct vk_format_description *desc = vk_format_description(format); in radv_is_colorbuffer_format_supported()
[all …]
Dradv_private.h956 struct vk_format_description;
957 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc,
959 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc,
963 const struct vk_format_description *desc,
969 const struct vk_format_description *desc,
972 const struct vk_format_description *desc,
Dradv_image.c57 const struct vk_format_description *desc = in radv_init_surface()
58 vk_format_description(pCreateInfo->format); in radv_init_surface()
164 const struct vk_format_description *desc; in radv_make_buffer_descriptor()
170 desc = vk_format_description(vk_format); in radv_make_buffer_descriptor()
261 const struct vk_format_description *desc; in si_make_texture_descriptor()
266 desc = vk_format_description(vk_format); in si_make_texture_descriptor()
Dradv_meta_copy.c30 const struct vk_format_description *desc = vk_format_description(image->vk_format); in meta_image_block_size()
Dradv_pipeline.c582 const struct vk_format_description *desc = vk_format_description(vk_format); in si_choose_spi_color_format()
772 const struct vk_format_description *desc = vk_format_description(format); in format_is_int8()
1391 const struct vk_format_description *format_desc; in radv_pipeline_init()
1394 format_desc = vk_format_description(desc->format); in radv_pipeline_init()
Dradv_device.c1585 const struct vk_format_description *desc; in radv_initialise_color_surface()
1593 desc = vk_format_description(iview->vk_format); in radv_initialise_color_surface()