Searched refs:value_to_native (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 235 def value_to_native(type, value): function 266 return value_to_native(type, 1) 282 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min)) 283 dst_max_native = native_to_constant(src_channel, value_to_native(src_channel, dst_max))
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 233 def value_to_native(type, value): function 264 return value_to_native(type, 1) 280 dst_min_native = native_to_constant(src_channel, value_to_native(src_channel, dst_min)) 281 dst_max_native = native_to_constant(src_channel, value_to_native(src_channel, dst_max))
|