Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.h552 ISL_TXC_ASTC, enumerator
1936 case ISL_TXC_ASTC: in isl_format_has_bc_compression()
Disl_surface_state.c409 if (isl_format_get_layout(info->view->format)->txc == ISL_TXC_ASTC) in isl_genX()
Disl_format.c744 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_sampling()
755 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.c283 isl_format_get_layout(format)->txc == ISL_TXC_ASTC; in is_astc()
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c609 isl_format_get_layout(plane_format.isl_format)->txc == ISL_TXC_ASTC) in anv_get_image_format_features2()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1697 if (fmtl->txc == ISL_TXC_ASTC) in crocus_transfer_map()