Searched refs:BRW_CONDITIONAL_R (Results 1 – 6 of 6) sorted by relevance
183 { BRW_CONDITIONAL_R , 0.5f, false }, in TEST_F()
109 BRW_CONDITIONAL_R = 7, /* Gen <= 5 */ enumerator
1358 inst->conditional_mod = BRW_CONDITIONAL_R; in nir_emit_alu()1390 inst->conditional_mod = BRW_CONDITIONAL_R; in nir_emit_alu()
110 [BRW_CONDITIONAL_R] = ".r",
1627 set_condmod(BRW_CONDITIONAL_R, inst); in nir_emit_alu()1651 set_condmod(BRW_CONDITIONAL_R, inst); in nir_emit_alu()
365 ".r" { yylval.integer = BRW_CONDITIONAL_R; return ROUND_INCREMENT; }