Searched refs:chan (Results 1 – 6 of 6) sorted by relevance
700 unsigned chan; in util_format_colormask() local707 for (chan = 0; chan < 4; ++chan) { in util_format_colormask()708 if (desc->swizzle[chan] < 4) { in util_format_colormask()709 colormask |= (1 << chan); in util_format_colormask()800 unsigned chan; in util_format_is_rgba8_variant() local807 for(chan = 0; chan < 4; ++chan) { in util_format_is_rgba8_variant()808 if(desc->channel[chan].type != UTIL_FORMAT_TYPE_UNSIGNED && in util_format_is_rgba8_variant()809 desc->channel[chan].type != UTIL_FORMAT_TYPE_VOID) in util_format_is_rgba8_variant()811 if(desc->channel[chan].type == UTIL_FORMAT_TYPE_UNSIGNED && in util_format_is_rgba8_variant()812 !desc->channel[chan].normalized) in util_format_is_rgba8_variant()[all …]
520 unsigned chan; in util_is_format_compatible() local537 for (chan = 0; chan < 4; ++chan) { in util_is_format_compatible()538 if (src_desc->channel[chan].size != in util_is_format_compatible()539 dst_desc->channel[chan].size) { in util_is_format_compatible()544 for (chan = 0; chan < 4; ++chan) { in util_is_format_compatible()545 enum pipe_swizzle swizzle = dst_desc->swizzle[chan]; in util_is_format_compatible()548 if (src_desc->swizzle[chan] != swizzle) { in util_is_format_compatible()567 unsigned chan; in util_format_fits_8unorm() local606 for (chan = 0; chan < format_desc->nr_channels; ++chan) { in util_format_fits_8unorm()607 switch (format_desc->channel[chan].type) { in util_format_fits_8unorm()[all …]
176 [&](const auto& chan, auto result) { in EnableDirectChannel() argument182 gyro_direct_channel_ = chan; in EnableDirectChannel()
308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
2127 uint8 chan; /* channel */ member5482 uint8 chan; member5491 uint8 chan; member
9439 const EXRChannelInfo &chan = channels[i]; in DecompressPiz() local9442 if (chan.pixel_type == TINYEXR_PIXELTYPE_HALF) { in DecompressPiz()