Searched refs:ISL_VOID (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/prebuilt-intermediates/isl/ |
D | isl_format_layout.c | 161 .a = { ISL_VOID, 96, 32 }, 579 .g = { ISL_VOID, 32, 8 }, 580 .b = { ISL_VOID, 40, 24 }, 598 .r = { ISL_VOID, 0, 32 }, 600 .b = { ISL_VOID, 40, 24 }, 701 .a = { ISL_VOID, 48, 16 }, 721 .a = { ISL_VOID, 48, 16 }, 742 .l = { ISL_VOID, 32, 32 }, 761 .a = { ISL_VOID, 32, 32 }, 781 .a = { ISL_VOID, 32, 32 }, [all …]
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_formats.c | 63 if (!util_format_has_alpha(pformat) && fmtl->channels.a.type != ISL_VOID) { in iris_format_for_usage()
|
/external/mesa3d/src/intel/isl/ |
D | isl.h | 415 ISL_VOID, enumerator 1699 fmtl->channels.a.type == ISL_VOID; in isl_format_is_rgbx()
|
D | isl_format.c | 1155 if (layout->type == ISL_VOID) in pack_channel() 1257 if (layout->type == ISL_VOID) in unpack_channel()
|