Searched refs:BRW_PREDICATE_ALIGN1_ALL8H (Results 1 – 5 of 5) sorted by relevance
266 <CHANNEL>".all8h" { yylval.integer = BRW_PREDICATE_ALIGN1_ALL8H; return ALL8H; }
981 BRW_PREDICATE_ALIGN1_ALL8H = 9, enumerator
223 [BRW_PREDICATE_ALIGN1_ALL8H] = ".all8h",
5392 set_predicate(dispatch_width == 8 ? BRW_PREDICATE_ALIGN1_ALL8H : in nir_emit_intrinsic()5433 set_predicate(dispatch_width == 8 ? BRW_PREDICATE_ALIGN1_ALL8H : in nir_emit_intrinsic()
974 case BRW_PREDICATE_ALIGN1_ALL8H: return 8; in predicate_width()