Searched refs:native_type (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_pack.py | 147 def native_type(format): function 535 dst_native_type = native_type(format) 714 native_type = 'unsigned' 718 generate_format_unpack(format, channel, native_type, suffix) 719 generate_format_pack(format, channel, native_type, suffix) 720 generate_format_fetch(format, channel, native_type) 723 native_type = 'int' 725 generate_format_pack(format, channel, native_type, suffix) 727 native_type = 'int' 731 generate_format_unpack(format, channel, native_type, suffix) [all …]
|