Searched refs:native_to_constant (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py262 def native_to_constant(type, value): function
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 Du_format_pack.py252 def native_to_constant(type, value): function
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