Home
last modified time | relevance | path

Searched refs:UTIL_FORMAT_LAYOUT_RGTC (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c114 } else if ((util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) && in u_transfer_helper_resource_create()
303 } else if (util_format_description(prsc->format)->layout == UTIL_FORMAT_LAYOUT_RGTC) { in u_transfer_helper_transfer_map()
/third_party/mesa3d/src/util/format/
Du_format.h75 UTIL_FORMAT_LAYOUT_RGTC, enumerator
498 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_is_compressed()
Du_format.c581 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_fits_8unorm()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c529 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in r300_is_blit_supported()
607 layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_resource_copy_region()
Dr300_texture.c272 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c691 if ((format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in virgl_is_format_supported()
738 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in virgl_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c556 bool is_rgtc = format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in panfrost_is_format_supported()
Dpan_resource.c785 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) in pan_blit_format()
Dpan_cmdstream.c1267 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC && fake_rgtc) { in panfrost_create_sampler_view_bo()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c762 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in lp_build_fetch_rgba_aos()
Dlp_bld_format_soa.c751 format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in lp_build_fetch_rgba_soa()
Dlp_bld_format_s3tc.c2570 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC); in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_sample_soa.c2819 else if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in lp_build_clamp_border_color()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c252 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in radv_translate_tex_dataformat()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2834 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r600_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1763 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in si_translate_texformat()