Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py613 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/
Du_format_pack.py615 def generate_format_unpack(format, dst_channel, dst_native_type, dst_suffix): function