Home
last modified time | relevance | path

Searched refs:UTIL_FORMAT_LAYOUT_ASTC (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c103 } else if (desc->layout == UTIL_FORMAT_LAYOUT_ASTC) { in panfrost_compression_tag()
398 if (desc->layout == UTIL_FORMAT_LAYOUT_ASTC) { in panfrost_emit_plane()
469 assert(PAN_ARCH >= 5 || desc->layout != UTIL_FORMAT_LAYOUT_ASTC); in panfrost_emit_texture_payload()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c132 (util_format_description(format)->layout == UTIL_FORMAT_LAYOUT_ASTC); in use_astc_srgb_workaround()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c447 if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC || in softpipe_is_format_supported()
/third_party/mesa3d/src/util/format/
Du_format.h89 UTIL_FORMAT_LAYOUT_ASTC, enumerator
503 case UTIL_FORMAT_LAYOUT_ASTC: in util_format_is_compressed()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c295 if (util_format_description(sv->format)->layout == UTIL_FORMAT_LAYOUT_ASTC) in texture_use_int_filter()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c802 if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC || in llvmpipe_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c787 if (format_desc->layout == UTIL_FORMAT_LAYOUT_ASTC) { in virgl_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c84 desc->layout == UTIL_FORMAT_LAYOUT_ASTC) && in nvc0_screen_is_format_supported()