Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_pack.py268 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument
272 if src_channel == dst_channel:
277 dst_min = dst_channel.min()
278 dst_max = dst_channel.max()
297 dst_channel, dst_native_type, argument
313 if dst_channel.type == FLOAT:
316 assert dst_channel.type == UNSIGNED
317 assert dst_channel.norm
318 assert dst_channel.size == 8
321 assert dst_channel.type == UNSIGNED
[all …]