Searched refs:FIXED (Results 1 – 3 of 3) 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): 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:
|
D | u_format_parse.py | 34 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,
|
D | u_format_table.py | 57 FIXED: "UTIL_FORMAT_TYPE_FIXED",
|