Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l193 COS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, COS, 3); }
200 EX2{sat} { return_opcode( 1, SCALAR_OP, EX2, 3); }
201 EXP { return_opcode(require_ARB_vp, SCALAR_OP, EXP, 3); }
209 LG2{sat} { return_opcode( 1, SCALAR_OP, LG2, 3); }
210 LOG { return_opcode(require_ARB_vp, SCALAR_OP, LOG, 3); }
221 RCP{sat} { return_opcode( 1, SCALAR_OP, RCP, 3); }
222 RSQ{sat} { return_opcode( 1, SCALAR_OP, RSQ, 3); }
224 SCS{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SCS, 3); }
226 SIN{sat} { return_opcode(require_ARB_fp, SCALAR_OP, SIN, 3); }
Dprogram_parse.y174 %token <temp_inst> BIN_OP BINSC_OP SAMPLE_OP SCALAR_OP TRI_OP VECTOR_OP
406 SCALARop_instruction: SCALAR_OP maskedDstReg ',' scalarSrcReg
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dcc_implementations.cc198 #define SCALAR_OP(op_t) … macro
262 SCALAR_OP(Add)
263 SCALAR_OP(Sub) in SCALAR_OP() function
264 SCALAR_OP(Mul) in SCALAR_OP()
265 SCALAR_OP(Div) in SCALAR_OP()
266 SCALAR_OP(Mod) in SCALAR_OP()
267 SCALAR_OP(Pow) in SCALAR_OP()
268 SCALAR_OP(Floordiv) in SCALAR_OP()