Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl_gfx7.c243 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gfx6_filter_tiling()
Disl.h552 ISL_TXC_ASTC, enumerator
1883 case ISL_TXC_ASTC: in isl_format_has_bc_compression()
Disl_format.c734 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_sampling()
745 if (fmtl->txc == ISL_TXC_ASTC || fmtl->txc == ISL_TXC_FXT1) in isl_format_supports_sampling()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c276 isl_format_get_layout(format)->txc == ISL_TXC_ASTC; in is_astc()
Diris_resource.c2282 if (fmtl->txc == ISL_TXC_ASTC) in iris_transfer_map()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c607 isl_format_get_layout(plane_format.isl_format)->txc == ISL_TXC_ASTC) in anv_get_image_format_features2()
Danv_blorp.c166 if (fmtl->txc == ISL_TXC_ASTC) { in get_blorp_surf_for_anv_buffer()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1684 if (fmtl->txc == ISL_TXC_ASTC) in crocus_transfer_map()