Home
last modified time | relevance | path

Searched refs:IR2_PRED_EQ (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h56 IR2_PRED_EQ = 1, enumerator
Dir-a2xx.c316 vtx->pred_condition = (instr->pred == IR2_PRED_EQ) ? 1 : 0; in instr_emit_fetch()
347 tex->pred_condition = (instr->pred == IR2_PRED_EQ) ? 1 : 0; in instr_emit_fetch()
474 alu->pred_select = (instr->pred == IR2_PRED_EQ) ? 3 : 2; in instr_emit_alu()
Dfd2_compiler.c1099 ctx->so->ir->pred = IR2_PRED_EQ; in translate_instruction()