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__)])
64 #define tile_to_xe(tile__) \ argument65 _Generic(tile__, \66 const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \67 struct xe_tile * : (tile__)->xe)