Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py671 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): function
716 generate_format_fetch(format, channel, native_type, suffix)
730 generate_format_fetch(format, channel, native_type, suffix)
744 generate_format_fetch(format, channel, native_type, suffix)
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_pack.py673 def generate_format_fetch(format, dst_channel, dst_native_type, dst_suffix): function