Home
last modified time | relevance | path

Searched refs:ISL_VOID (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_formats.c63 if (!util_format_has_alpha(pformat) && fmtl->channels.a.type != ISL_VOID) { in iris_format_for_usage()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c386 if (!util_format_has_alpha(pformat) && fmtl->channels.a.type != ISL_VOID) { in crocus_format_for_usage()
/third_party/mesa3d/src/intel/isl/
Disl.h419 ISL_VOID, enumerator
1960 fmtl->channels.a.type == ISL_VOID; in isl_format_is_rgbx()
Disl_format.c1151 if (layout->type == ISL_VOID) in pack_channel()
1253 if (layout->type == ISL_VOID) in unpack_channel()