Searched refs:generate_format_unpack (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 613 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): function 714 generate_format_unpack(format, channel, native_type, suffix) 721 generate_format_unpack(format, channel, native_type, suffix) 728 generate_format_unpack(format, channel, native_type, suffix) 735 generate_format_unpack(format, channel, native_type, suffix) 742 generate_format_unpack(format, channel, native_type, suffix) 750 generate_format_unpack(format, channel, native_type, suffix)
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_format_pack.py | 615 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): function
|