Home
last modified time | relevance | path

Searched refs:chan (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h700 unsigned chan; in util_format_colormask() local
707 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() local
807 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 …]
Du_format.c520 unsigned chan; in util_is_format_compatible() local
537 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() local
606 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 …]
/hardware/google/camera/common/sensor_listener/
Dgoog_gyro_direct.cc176 [&](const auto& chan, auto result) { in EnableDirectChannel() argument
182 gyro_direct_channel_ = chan; in EnableDirectChannel()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
Dwlioctl.h2127 uint8 chan; /* channel */ member
5482 uint8 chan; member
5491 uint8 chan; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9439 const EXRChannelInfo &chan = channels[i]; in DecompressPiz() local
9442 if (chan.pixel_type == TINYEXR_PIXELTYPE_HALF) { in DecompressPiz()