OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_norm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py
317
src_norm
= src_channel.norm
327
if src_type == UNSIGNED and
src_norm
and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
337
if not
src_norm
and not dst_channel.norm:
344
if src_one > dst_one and
src_norm
and dst_channel.norm:
359
if
src_norm
or src_type == FIXED:
370
src_norm
= False
/external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py
317
src_norm
= src_channel.norm
327
if src_type == UNSIGNED and
src_norm
and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
337
if not
src_norm
and not dst_channel.norm:
344
if src_one > dst_one and
src_norm
and dst_channel.norm:
359
if
src_norm
or src_type == FIXED:
370
src_norm
= False
Completed in 166 milliseconds