Home
last modified time | relevance | path

Searched refs:fmtl2 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_format.c964 const struct isl_format_layout *fmtl2 = isl_format_get_layout(format2); in isl_formats_have_same_bits_per_channel() local
966 return fmtl1->channels.r.bits == fmtl2->channels.r.bits && in isl_formats_have_same_bits_per_channel()
967 fmtl1->channels.g.bits == fmtl2->channels.g.bits && in isl_formats_have_same_bits_per_channel()
968 fmtl1->channels.b.bits == fmtl2->channels.b.bits && in isl_formats_have_same_bits_per_channel()
969 fmtl1->channels.a.bits == fmtl2->channels.a.bits; in isl_formats_have_same_bits_per_channel()

Completed in 3 milliseconds