Searched refs:BRW_CONDITIONAL_R (Results 1 – 10 of 10) sorted by relevance
171 { BRW_CONDITIONAL_R , 0.5f, false }, in TEST_F()
131 BRW_CONDITIONAL_R = 7, /* Gen <= 5 */ enumerator
1339 inst->conditional_mod = BRW_CONDITIONAL_R; in nir_emit_alu()1371 inst->conditional_mod = BRW_CONDITIONAL_R; in nir_emit_alu()
110 [BRW_CONDITIONAL_R] = ".r",
1596 set_condmod(BRW_CONDITIONAL_R, inst); in nir_emit_alu()1620 set_condmod(BRW_CONDITIONAL_R, inst); in nir_emit_alu()
444 ".r" { yylval.integer = BRW_CONDITIONAL_R; return ROUND_INCREMENT; }
581 #define BRW_CONDITIONAL_R 7 macro
99 [BRW_CONDITIONAL_R] = ".r",
969 rnd->header.destreg__conditionalmod = BRW_CONDITIONAL_R; \
364 ".r" { yylval.integer = BRW_CONDITIONAL_R; return ROUND_INCREMENT; }