Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp206 case ATOM_ARG_WS: in atom_get_src_int()
310 case ATOM_ARG_WS: in atom_skip_src_int()
439 case ATOM_ARG_WS: in atom_put_dst()
1075 { atom_op_move, ATOM_ARG_WS },
1081 { atom_op_and, ATOM_ARG_WS },
1087 { atom_op_or, ATOM_ARG_WS },
1093 { atom_op_shift_left, ATOM_ARG_WS },
1099 { atom_op_shift_right, ATOM_ARG_WS },
1105 { atom_op_mul, ATOM_ARG_WS },
1111 { atom_op_div, ATOM_ARG_WS },
[all …]
H A Datom.h91 #define ATOM_ARG_WS 2 macro