Home
last modified time | relevance | path

Searched refs:op1_cos (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h139 op1_cos = 142, enumerator
Dsfn_alu_defines.cpp46 {op1_cos ,AluOp(1, 1, AluOp::t, AluOp::t, AluOp::t, "COS")},
Dsfn_instr_alu.cpp1212 case nir_op_fcos_amd: return emit_alu_trans_op1_cayman(*alu, op1_cos, shader); in from_nir()
1263 case nir_op_fcos_amd: return emit_alu_trans_op1_eg(*alu, op1_cos, shader); in from_nir()
Dsfn_assembler.cpp1315 {op1_cos, ALU_OP1_COS},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp275 EXPECT_NE(alu, AluInstr(op1_cos, R130x, R130y, {alu_write, alu_last_instr})); in TEST_F()
314 EXPECT_NE(alu, AluInstr(op1_cos, R130x, R130y, {alu_write, alu_last_instr})); in TEST_F()