Home
last modified time | relevance | path

Searched refs:radv_format_to_pipe_format (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_formats.h23 radv_format_to_pipe_format(VkFormat vkformat) in radv_format_to_pipe_format() function
44 return util_format_get_first_non_void_channel(radv_format_to_pipe_format(format)); in vk_format_get_first_non_void_channel()
79 return util_format_is_subsampled_422(radv_format_to_pipe_format(format)); in vk_format_is_subsampled()
Dradv_buffer_view.c45 .format = radv_format_to_pipe_format(vk_format), in radv_make_texel_buffer_descriptor()
Dradv_formats.c251 …return ac_is_zs_format_supported(radv_format_to_pipe_format(format)) || format == VK_FORMAT_S8_UIN… in radv_is_zs_format_supported()
257 return ac_is_reduction_mode_supported(&pdev->info, radv_format_to_pipe_format(format), false); in radv_is_filter_minmax_format_supported()
660 …ac_get_supported_modifiers(&pdev->info, &radv_modifier_options, radv_format_to_pipe_format(format)… in radv_list_drm_format_modifiers()
669 …ac_get_supported_modifiers(&pdev->info, &radv_modifier_options, radv_format_to_pipe_format(format)… in radv_list_drm_format_modifiers()
711 …ac_get_supported_modifiers(&pdev->info, &radv_modifier_options, radv_format_to_pipe_format(format)… in radv_list_drm_format_modifiers_2()
720 …ac_get_supported_modifiers(&pdev->info, &radv_modifier_options, radv_format_to_pipe_format(format)… in radv_list_drm_format_modifiers_2()
Dradv_image_view.c105 enum pipe_format format = radv_format_to_pipe_format(vk_format); in gfx10_make_texture_descriptor()
162 .img_format = radv_format_to_pipe_format(image->vk.format), in gfx10_make_texture_descriptor()
233 enum pipe_format format = radv_format_to_pipe_format(vk_format); in gfx6_make_texture_descriptor()
273 .img_format = radv_format_to_pipe_format(image->vk.format), in gfx6_make_texture_descriptor()
Dradv_sdma.c209 …const uint32_t data_format = ac_get_cb_format(pdev->info.gfx_level, radv_format_to_pipe_format(for… in radv_sdma_get_metadata_config()
210 …const uint32_t alpha_is_on_msb = ac_alpha_is_on_msb(&pdev->info, radv_format_to_pipe_format(format… in radv_sdma_get_metadata_config()
Dradv_device.c1512 .format = radv_format_to_pipe_format(iview->vk.format), in radv_initialise_color_surface()
1594 .format = radv_format_to_pipe_format(iview->image->vk.format), in radv_initialise_ds_surface()
1614 .format = radv_format_to_pipe_format(iview->image->vk.format), in radv_initialise_ds_surface()
Dradv_image.c1322 …ac_get_supported_modifiers(&pdev->info, &modifier_options, radv_format_to_pipe_format(format), &mo… in radv_select_modifier()
1330 …ac_get_supported_modifiers(&pdev->info, &modifier_options, radv_format_to_pipe_format(format), &mo… in radv_select_modifier()
Dradv_pipeline_graphics.c1845 enum pipe_format format = radv_format_to_pipe_format(state->vi->attributes[i].format); in radv_generate_graphics_state_key()
3188 enum pipe_format format = radv_format_to_pipe_format(state->vi->attributes[i].format); in radv_pipeline_init_vertex_input_state()
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta_clear.c1320 if (ac_alpha_is_on_msb(&pdev->info, radv_format_to_pipe_format(iview->vk.format))) in gfx8_get_fast_clear_parameters()
1420 util_format_pack_rgba(radv_format_to_pipe_format(iview->vk.format), &value, clear_value, 1); in gfx11_get_fast_clear_parameters()