Searched refs:predicate_all (Results 1 – 1 of 1) sorted by relevance
43 int predicate_all = 0xFFFFFFFF; in verify_wg_all() local48 predicate_all = 0; in verify_wg_all()54 if ( (predicate_all && (outptr[i+j] == 0)) || in verify_wg_all()55 ((predicate_all == 0) && outptr[i+j]) ) in verify_wg_all()57 …g_info("work_group_all: Error at %lu: expected = %d, got = %d\n", i+j, predicate_all, outptr[i+j]); in verify_wg_all()