Searched refs:BRW_PREDICATE_ALIGN1_ALL16H (Results 1 – 5 of 5) sorted by relevance
268 <CHANNEL>".all16h" { yylval.integer = BRW_PREDICATE_ALIGN1_ALL16H; return ALL16H; }
967 BRW_PREDICATE_ALIGN1_ALL16H = 11, enumerator
225 [BRW_PREDICATE_ALIGN1_ALL16H] = ".all16h",
5302 dispatch_width == 16 ? BRW_PREDICATE_ALIGN1_ALL16H : in nir_emit_intrinsic()5343 dispatch_width == 16 ? BRW_PREDICATE_ALIGN1_ALL16H : in nir_emit_intrinsic()
1058 case BRW_PREDICATE_ALIGN1_ALL16H: return 16; in predicate_width()