Searched refs:op1_cos (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 139 op1_cos = 142, enumerator
|
D | sfn_alu_defines.cpp | 46 {op1_cos ,AluOp(1, 1, AluOp::t, AluOp::t, AluOp::t, "COS")},
|
D | sfn_instr_alu.cpp | 1212 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()
|
D | sfn_assembler.cpp | 1315 {op1_cos, ALU_OP1_COS},
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 275 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()
|