Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp398 .ALU_INST(ctx.alu_opcode(ALU_OP3_LDS_IDX_OP)) in build_alu()
425 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
443 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
458 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
472 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
488 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
Dsb_bc.h743 unsigned alu_opcode(unsigned op) { in alu_opcode() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.cpp810 EAluOp alu_opcode; member
1006 retval = new AluInstr(op_descr.alu_opcode, dest, sources, flags, slots); in from_string()