Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_args.h113 #define PICK_ARG3(args...) PICK_ARG2(DROP_FIRST_ARG(args)) macro
114 #define PICK_ARG4(args...) PICK_ARG3(DROP_FIRST_ARG(args))
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_args_test.c69 #define buz PICK_ARG3(foo) in pick_arg_example()