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.c128 } else if ((util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_RGTC) && in u_transfer_helper_resource_create()
318 } 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.h77 UTIL_FORMAT_LAYOUT_RGTC, enumerator
500 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_is_compressed()
Du_format.c582 case UTIL_FORMAT_LAYOUT_RGTC: in util_format_fits_8unorm()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c538 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in r300_is_blit_supported()
616 layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_resource_copy_region()
Dr300_texture.c270 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r300_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c724 if ((format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in virgl_is_format_supported()
771 if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in virgl_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c585 bool is_rgtc = format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC; in panfrost_is_format_supported()
Dpan_resource.c834 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) in pan_blit_format()
Dpan_cmdstream.c1672 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.c2567 assert(format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC); in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_sample_soa.c2842 else if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC || in lp_build_clamp_border_color()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c250 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in radv_translate_tex_dataformat()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2898 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in r600_translate_texformat()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1879 if (desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { in si_translate_texformat()