Home
last modified time | relevance | path

Searched refs:FIXED (Results 1 – 3 of 3) 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):
205 if type.type == FIXED:
241 if type.type == FIXED:
389 if src_norm or src_type == FIXED:
413 if dst_channel.norm or dst_channel.type == FIXED:
Du_format_parse.py34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
61 self.sign = type in (SIGNED, FIXED, FLOAT)
89 if self.type == FIXED:
103 if self.type == FIXED:
338 'h': FIXED,
Du_format_table.py57 FIXED: "UTIL_FORMAT_TYPE_FIXED",