Searched defs:set_op (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ | ||
H A D | sfn_instr_alu.h | 98 void set_op(EAluOp op) {m_opcode = op;} in set_op() function in r600::AluInstr |
/third_party/gn/src/gn/ | ||
H A D | parse_tree.h | 245 void set_op(const Token& t) { op_ = t; } in set_op() function in BinaryOpNode 546 void set_op(const Token& t) { op_ = t; } in set_op() function in UnaryOpNode |
/third_party/node/deps/v8/src/compiler/ | ||
H A D | node.h | 274 void set_op(const Operator* op) { op_ = op; } in set_op() function in v8::internal::compiler::final |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ | ||
H A D | sb_bc.h | 480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op() function 537 void set_op(unsigned op) { in set_op() function 631 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op() function |
Completed in 6 milliseconds