Home
last modified time | relevance | path

Searched refs:vk_format_get_first_non_void_channel (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c489 vk_format_get_first_non_void_channel(format)); in radv_is_sampler_format_supported()
503 vk_format_get_first_non_void_channel(format)) != ~0U; in radv_is_sampler_format_supported()
516 vk_format_get_first_non_void_channel(format)); in radv_is_storage_image_format_supported()
518 vk_format_get_first_non_void_channel(format)); in radv_is_storage_image_format_supported()
568 vk_format_get_first_non_void_channel(format)); in radv_is_buffer_format_supported()
570 vk_format_get_first_non_void_channel(format)); in radv_is_buffer_format_supported()
586 vk_format_get_first_non_void_channel(format)); in radv_is_colorbuffer_format_supported()
Dvk_format.h217 vk_format_get_first_non_void_channel(VkFormat format) in vk_format_get_first_non_void_channel() function
430 int channel = vk_format_get_first_non_void_channel(format); in vk_format_is_int()
Dradv_image.c580 first_non_void = vk_format_get_first_non_void_channel(vk_format); in radv_make_buffer_descriptor()
956 first_non_void = vk_format_get_first_non_void_channel(vk_format); in si_make_texture_descriptor()
Dradv_pipeline.c466 vk_format_get_first_non_void_channel(vk_format)); in radv_choose_spi_color_format()
485 int channel = vk_format_get_first_non_void_channel(format); in format_is_int8()
2486 first_non_void = vk_format_get_first_non_void_channel(desc->format); in radv_generate_graphics_pipeline_key()
Dradv_device.c6835 vk_format_get_first_non_void_channel(iview->vk_format)); in radv_initialise_color_surface()