Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dvk_format.h117 struct vk_format_description struct
138 extern const struct vk_format_description vk_format_description_table[]; argument
140 const struct vk_format_description *vk_format_description(VkFormat format);
148 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blocksizebits()
179 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockwidth()
192 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockheight()
209 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_first_non_void_channel()
308 const struct vk_format_description *desc = vk_format_description(format); in vk_format_is_compressed()
329 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth()
336 vk_format_has_stencil(const struct vk_format_description *desc) in vk_format_has_stencil()
[all …]
Dradv_formats.c36 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc, in radv_translate_buffer_dataformat()
110 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc, in radv_translate_buffer_numformat()
143 const struct vk_format_description *desc, in radv_translate_tex_dataformat()
339 const struct vk_format_description *desc, in radv_translate_tex_numformat()
395 const struct vk_format_description *desc, in radv_translate_color_numformat()
426 const struct vk_format_description *desc = vk_format_description(format); in radv_is_sampler_format_supported()
444 return radv_translate_tex_dataformat(format, vk_format_description(format), in radv_is_sampler_format_supported()
452 const struct vk_format_description *desc = vk_format_description(format); in radv_is_storage_image_format_supported()
504 const struct vk_format_description *desc = vk_format_description(format); in radv_is_buffer_format_supported()
521 const struct vk_format_description *desc = vk_format_description(format); in radv_is_colorbuffer_format_supported()
[all …]
Dradv_private.h1314 struct vk_format_description;
1315 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc,
1317 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc,
1321 const struct vk_format_description *desc,
1327 const struct vk_format_description *desc,
1330 const struct vk_format_description *desc,
Dradv_image.c73 const struct vk_format_description *desc = in radv_init_surface()
74 vk_format_description(pCreateInfo->format); in radv_init_surface()
206 const struct vk_format_description *desc; in radv_make_buffer_descriptor()
212 desc = vk_format_description(vk_format); in radv_make_buffer_descriptor()
394 const struct vk_format_description *desc; in si_make_texture_descriptor()
399 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.c299 const struct vk_format_description *desc = vk_format_description(vk_format); in si_choose_spi_color_format()
458 const struct vk_format_description *desc = vk_format_description(format); in format_is_int8()
468 const struct vk_format_description *desc = vk_format_description(format); in format_is_int10()
2662 const struct vk_format_description *format_desc; in radv_pipeline_init()
2665 format_desc = vk_format_description(desc->format); in radv_pipeline_init()
Dradv_meta_clear.c876 const struct vk_format_description *desc = vk_format_description(format); in vi_get_fast_clear_parameters()
Dradv_device.c3089 const struct vk_format_description *desc; in radv_initialise_color_surface()
3095 desc = vk_format_description(iview->vk_format); in radv_initialise_color_surface()