Home
last modified time | relevance | path

Searched refs:chans (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_parse.py157 chans = self.nr_channels()
158 self.be_channels = self.le_channels[chans -
159 1::-1] + self.le_channels[chans:4]
162 chan_map = {SWIZZLE_X: xyzw[chans - 1] if chans >= 1 else SWIZZLE_X,
163 SWIZZLE_Y: xyzw[chans - 2] if chans >= 2 else SWIZZLE_X,
164 SWIZZLE_Z: xyzw[chans - 3] if chans >= 3 else SWIZZLE_X,
165 SWIZZLE_W: xyzw[chans - 4] if chans >= 4 else SWIZZLE_X,
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h4545 static const mz_uint8 chans[] = {0x00, 0x00, 0x04, 0x02, 0x06}; in tdefl_write_image_to_png_file_in_memory_ex() local
4571 chans[num_chans], in tdefl_write_image_to_png_file_in_memory_ex()