Searched refs:ISL_TXC_ASTC (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 4567 .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/ |
D | isl_gen7.c | 231 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
|
D | isl.h | 453 ISL_TXC_ASTC, enumerator 1630 case ISL_TXC_ASTC: in isl_format_has_bc_compression()
|
D | isl_format.c | 728 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/ |
D | anv_formats.c | 580 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()
|
D | anv_blorp.c | 146 if (fmtl->txc == ISL_TXC_ASTC) { in get_blorp_surf_for_anv_buffer()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 283 isl_format_get_layout(format)->txc == ISL_TXC_ASTC; in is_astc()
|
D | iris_resource.c | 1925 if (fmtl->txc == ISL_TXC_ASTC) in iris_transfer_map()
|