Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c263 *expand_mode = lo ? midgard_src_expand_high : in mir_pack_swizzle()
266 *expand_mode = hi ? midgard_src_expand_high : in mir_pack_swizzle()
314 *expand_mode = upper ? midgard_src_expand_high : in mir_pack_swizzle()
320 *expand_mode = upper ? midgard_src_expand_high : in mir_pack_swizzle()
Ddisassemble.c154 case midgard_src_expand_high: in validate_expand_mode()
486 case midgard_src_expand_high: in print_vec_swizzle()
1796 texture->in_reg_upper ? midgard_src_expand_high : midgard_src_passthrough; in print_texture_word()
1820 upper ? midgard_src_expand_high : midgard_src_passthrough; in print_texture_word()
Dmidgard.h290 midgard_src_expand_high = 5, /* expand high 64 bits */ enumerator