Home
last modified time | relevance | path

Searched refs:IR2_ALU (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h64 IR2_ALU, enumerator
150 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_ALU); in ir2_instr_create_alu()
Dir-a2xx.c485 case IR2_ALU: return instr_emit_alu(instr, dwords, info); in instr_emit()