Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp396 .ALU_INST(ctx.alu_opcode(ALU_OP3_LDS_IDX_OP)) in build_alu()
423 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
441 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
456 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
470 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
486 .ALU_INST(ctx.alu_opcode(bc.op)) in build_alu()
Dsb_bc.h696 unsigned alu_opcode(unsigned op) { in alu_opcode() function