Home
last modified time | relevance | path

Searched refs:value_to_native (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_pack.py234 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))