Home
last modified time | relevance | path

Searched refs:alu_opcode (Results 1 – 2 of 2) 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