Searched refs:tile__ (Results 1 – 2 of 2) sorted by relevance
125 #define for_each_tile(tile__, xe__, id__) \ argument127 for_each_if((tile__) = &(xe__)->tiles[(id__)])129 #define for_each_remote_tile(tile__, xe__, id__) \ argument131 for_each_if((tile__) = &(xe__)->tiles[(id__)])
69 #define tile_to_xe(tile__) \ argument70 _Generic(tile__, \71 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \72 struct xe_tile * : (tile__)->xe)