Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Datom.c217 case ATOM_ARG_PS: in atom_get_src_int()
372 case ATOM_ARG_PS: in atom_skip_src_int()
494 case ATOM_ARG_PS: in atom_put_dst()
1035 atom_op_move, ATOM_ARG_PS}, {
1041 atom_op_and, ATOM_ARG_PS}, {
1047 atom_op_or, ATOM_ARG_PS}, {
1053 atom_op_shift_left, ATOM_ARG_PS}, {
1059 atom_op_shift_right, ATOM_ARG_PS}, {
1065 atom_op_mul, ATOM_ARG_PS}, {
1071 atom_op_div, ATOM_ARG_PS}, {
[all …]
Datom.h72 #define ATOM_ARG_PS 1 macro