Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp284 case ATOM_ARG_MC: in atom_get_src_int()
308 case ATOM_ARG_MC: in atom_skip_src_int()
486 case ATOM_ARG_MC: in atom_put_dst()
1078 { atom_op_move, ATOM_ARG_MC },
1084 { atom_op_and, ATOM_ARG_MC },
1090 { atom_op_or, ATOM_ARG_MC },
1096 { atom_op_shift_left, ATOM_ARG_MC },
1102 { atom_op_shift_right, ATOM_ARG_MC },
1108 { atom_op_mul, ATOM_ARG_MC },
1114 { atom_op_div, ATOM_ARG_MC },
[all …]
H A Datom.h96 #define ATOM_ARG_MC 7 macro