Searched refs:value_to_native (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 | 244 def value_to_native(type, value): function 275 return value_to_native(type, 1) 291 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min)) 292 dst_max_native = native_to_constant(src_channel, value_to_native(src_channel, dst_max))
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_pack.py | 234 def value_to_native(type, value): function 265 return value_to_native(type, 1) 281 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min)) 282 dst_max_native = native_to_constant(src_channel, value_to_native(src_channel, dst_max))
|
Completed in 5 milliseconds