Searched refs:expand_mode (Results 1 – 5 of 5) sorted by relevance
240 bool op_channeled, midgard_src_expand_mode *expand_mode) in mir_pack_swizzle() argument244 *expand_mode = midgard_src_passthrough; in mir_pack_swizzle()263 *expand_mode = lo ? midgard_src_expand_high : in mir_pack_swizzle()266 *expand_mode = hi ? midgard_src_expand_high : in mir_pack_swizzle()310 *expand_mode = upper ? midgard_src_rep_high : in mir_pack_swizzle()314 *expand_mode = upper ? midgard_src_expand_high : in mir_pack_swizzle()317 *expand_mode = midgard_src_swap; in mir_pack_swizzle()320 *expand_mode = upper ? midgard_src_expand_high : in mir_pack_swizzle()347 midgard_src_expand_mode expand_mode = midgard_src_passthrough; in mir_pack_vector_srcs() local350 &expand_mode); in mir_pack_vector_srcs()[all …]
128 validate_expand_mode(midgard_src_expand_mode expand_mode, in validate_expand_mode() argument131 switch (expand_mode) { in validate_expand_mode()405 midgard_src_expand_mode expand_mode, in print_vec_selectors_64() argument408 bool expands = INPUT_EXPANDS(expand_mode); in print_vec_selectors_64()417 if (INPUT_EXPANDS(expand_mode)) { in print_vec_selectors_64()555 bool expands = INPUT_EXPANDS(src->expand_mode); in print_vector_constants()577 switch (src->expand_mode) { in print_vector_constants()604 switch (src->expand_mode) { in print_vector_constants()625 printf(" (%u)", src->expand_mode); in print_vector_constants()668 validate_expand_mode(src->expand_mode, mode); in print_vector_src()[all …]
307 midgard_src_expand_mode expand_mode : 3; member
3604 static enum expand_mode { enum
2825 - pan/mdg: add proper expand_mode enum2826 - pan/mdg: encode/decode expand_mode properly