Home
last modified time | relevance | path

Searched refs:SIGNED (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_pack.py81 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 …]
Du_format_parse.py34 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,
Du_format_table.py56 SIGNED: "UTIL_FORMAT_TYPE_SIGNED",
/hardware/interfaces/contexthub/1.0/
Dtypes.hal29 SIGNED = 1 << 0,