Searched refs:xe_assert_msg (Results 1 – 1 of 1) sorted by relevance
109 #define xe_assert(xe, condition) xe_assert_msg((xe), condition, "")110 #define xe_assert_msg(xe, condition, msg, arg...) ({ \ macro148 xe_assert_msg(tile_to_xe(__tile), condition, "tile: %u VRAM %s\n" msg, \