Searched refs:tile__ (Results 1 – 2 of 2) sorted by relevance
123 #define for_each_tile(tile__, xe__, id__) \ argument125 for_each_if((tile__) = &(xe__)->tiles[(id__)])127 #define for_each_remote_tile(tile__, xe__, id__) \ argument129 for_each_if((tile__) = &(xe__)->tiles[(id__)])
67 #define tile_to_xe(tile__) \ argument68 _Generic(tile__, \69 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \70 struct xe_tile * : (tile__)->xe)
Completed in 6 milliseconds