Searched refs:native_type (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_pack.py | 157 def native_type(format): function 454 src_native_type = native_type(format) 557 dst_native_type = native_type(format) 721 native_type = 'unsigned' 725 generate_format_unpack(format, channel, native_type, suffix) 726 generate_format_pack(format, channel, native_type, suffix) 727 generate_format_fetch(format, channel, native_type, suffix) 730 native_type = 'int' 732 generate_format_unpack(format, channel, native_type, suffix) 733 generate_format_pack(format, channel, native_type, suffi [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_pack.py | 147 def native_type(format): function 534 dst_native_type = native_type(format) 713 native_type = 'unsigned' 717 generate_format_unpack(format, channel, native_type, suffix) 718 generate_format_pack(format, channel, native_type, suffix) 719 generate_format_fetch(format, channel, native_type) 722 native_type = 'int' 724 generate_format_pack(format, channel, native_type, suffix) 726 native_type = 'int' 730 generate_format_unpack(format, channel, native_type, suffi [all...] |
Completed in 4 milliseconds