Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/isl/
Disl_format_layout.c4567 .txc = ISL_TXC_ASTC,
4587 .txc = ISL_TXC_ASTC,
4607 .txc = ISL_TXC_ASTC,
4627 .txc = ISL_TXC_ASTC,
4647 .txc = ISL_TXC_ASTC,
4667 .txc = ISL_TXC_ASTC,
4687 .txc = ISL_TXC_ASTC,
4707 .txc = ISL_TXC_ASTC,
4727 .txc = ISL_TXC_ASTC,
4747 .txc = ISL_TXC_ASTC,
[all …]
/external/mesa3d/src/intel/isl/
Disl_gen7.c231 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
Disl.h453 ISL_TXC_ASTC, enumerator
1630 case ISL_TXC_ASTC: in isl_format_has_bc_compression()
Disl_format.c728 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_sampling()
735 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_sampling()
761 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_filtering()
768 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_filtering()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c580 isl_format_get_layout(plane_format.isl_format)->txc == ISL_TXC_ASTC) in anv_get_image_format_features()
588 isl_format_get_layout(plane_format.isl_format)->txc == ISL_TXC_ASTC) in anv_get_image_format_features()
Danv_blorp.c146 if (fmtl->txc == ISL_TXC_ASTC) { in get_blorp_surf_for_anv_buffer()
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c283 isl_format_get_layout(format)->txc == ISL_TXC_ASTC; in is_astc()
Diris_resource.c1925 if (fmtl->txc == ISL_TXC_ASTC) in iris_transfer_map()