Searched refs:radv_translate_tex_numformat (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 423 radv_translate_tex_numformat(VkFormat format, const struct util_format_description *desc, in radv_translate_tex_numformat() function 527 radv_translate_tex_numformat(format, desc, vk_format_get_first_non_void_channel(format)); in radv_is_sampler_format_supported() 562 radv_translate_tex_numformat(format, desc, vk_format_get_first_non_void_channel(format)); in radv_is_storage_image_format_supported()
|
H A D | radv_image.c | 1144 num_format = radv_translate_tex_numformat(vk_format, desc, first_non_void); in si_make_texture_descriptor()
|
H A D | radv_private.h | 2335 uint32_t radv_translate_tex_numformat(VkFormat format, const struct util_format_description *desc,
|
Completed in 15 milliseconds