Searched refs:SIGNED (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_pack.py | 81 elif channel.type in (SIGNED, FIXED): 101 elif channel.type in (SIGNED, FIXED): 140 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 164 elif channel.type in (SIGNED, FIXED): 203 if type.type == SIGNED: 247 if type.type == SIGNED: 368 if src_type in (SIGNED, UNSIGNED) and dst_channel.type in (SIGNED, UNSIGNED): 374 return "_mesa_%snorm_to_%snorm(%s, %d, %d)" % ("s" if src_type == SIGNED else "u", 375 … "s" if dst_channel.type == SIGNED else "u", 458 elif src_channel.type == SIGNED: [all …]
|
D | u_format_parse.py | 34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable 61 self.sign = type in (SIGNED, FIXED, FLOAT) 95 if self.type == SIGNED: 109 if self.type == SIGNED: 274 if channel.type not in (VOID, UNSIGNED, SIGNED): 292 if channel.type not in (VOID, UNSIGNED, SIGNED): 315 return self.is_pure_color() and self.channel_type() == SIGNED 337 's': SIGNED,
|
D | u_format_table.py | 56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
|
/hardware/interfaces/contexthub/1.0/ |
D | types.hal | 29 SIGNED = 1 << 0,
|