Home
last modified time | relevance | path

Searched refs:UTIL_FORMAT_LAYOUT_SUBSAMPLED (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c238 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_translate_tex_dataformat()
453 } else if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_translate_tex_numformat()
701 if (desc->format == PIPE_FORMAT_NONE || desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()
717 if (multiplanar || desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()
725 if (desc->layout != UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()
734 desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED ? 0 : tiling; in radv_physical_device_get_format_properties()
1535 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in radv_get_image_format_properties()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c178 if (desc->layout != UTIL_FORMAT_LAYOUT_SUBSAMPLED && in tu_physical_device_get_format_properties()
183 if (desc->layout != UTIL_FORMAT_LAYOUT_SUBSAMPLED) in tu_physical_device_get_format_properties()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c100 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_surface_format()
277 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in vl_video_buffer_sampler_view_components()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c246 if (!options->allow_subsampled && desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in get_random_format()
424 util_format_description(templ->format)->layout != UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in set_random_image_attrs()
Dsi_texture.c1207 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in si_choose_tiling()
Dsi_state.c1934 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in si_translate_texformat()
4273 } else if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in si_make_texture_descriptor()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_yuv.c495 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_format_aos.c707 if (format_desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in lp_build_fetch_rgba_aos()
/third_party/mesa3d/src/util/format/
Du_format.h67 UTIL_FORMAT_LAYOUT_SUBSAMPLED, enumerator
Du_format.c324 return desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED && in util_format_is_subsampled_422()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1058 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) in r600_choose_tiling()
Dr600_state_common.c2966 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED) { in r600_translate_texformat()