Lines Matching defs:channels
415 * Numerical base type for channels of isl_format.
1343 } channels;
1347 /** Set if all channels have the same isl_base_type. Otherwise, ISL_VOID. */
2006 return fmtl->channels.r.bits > 0 &&
2007 fmtl->channels.g.bits > 0 &&
2008 fmtl->channels.b.bits > 0 &&
2009 fmtl->channels.a.bits == 0;
2017 return fmtl->channels.r.bits > 0 &&
2018 fmtl->channels.g.bits > 0 &&
2019 fmtl->channels.b.bits > 0 &&
2020 fmtl->channels.a.bits > 0 &&
2021 fmtl->channels.a.type == ISL_VOID;
2368 layout->channels.name.bits == 0)