Home
last modified time | relevance | path

Searched refs:expand_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_emit.c240 bool op_channeled, midgard_src_expand_mode *expand_mode) in mir_pack_swizzle() argument
244 *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() local
350 &expand_mode); in mir_pack_vector_srcs()
[all …]
Ddisassemble.c128 validate_expand_mode(midgard_src_expand_mode expand_mode, in validate_expand_mode() argument
131 switch (expand_mode) { in validate_expand_mode()
405 midgard_src_expand_mode expand_mode, in print_vec_selectors_64() argument
408 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 …]
Dmidgard.h307 midgard_src_expand_mode expand_mode : 3; member
/third_party/mksh/
Dedit.c3604 static enum expand_mode { enum
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2825 - pan/mdg: add proper expand_mode enum
2826 - pan/mdg: encode/decode expand_mode properly