Home
last modified time | relevance | path

Searched refs:set_src (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_to_qpu.c110 set_src(struct v3d_qpu_instr *instr, enum v3d_qpu_mux *mux, struct qpu_reg src) in set_src() function
270 set_src(&qinst->qpu, in v3d_generate_code_block()
274 set_src(&qinst->qpu, in v3d_generate_code_block()
282 set_src(&qinst->qpu, in v3d_generate_code_block()
286 set_src(&qinst->qpu, in v3d_generate_code_block()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels_shader.c56 set_src(struct tgsi_full_instruction *inst, unsigned i, unsigned file, unsigned index, in set_src() function
68 set_src(inst, i, file, index, TGSI_SWIZZLE_##x, TGSI_SWIZZLE_##y, \
Dst_atifs_to_tgsi.c627 set_src(struct tgsi_full_instruction *inst, unsigned i, unsigned file, unsigned index, in set_src() function
643 set_src(inst, i, file, index, TGSI_SWIZZLE_##x, TGSI_SWIZZLE_##y, \
/external/bcc/src/cc/frontends/clang/
Dloader.h46 void set_src(const std::string& name, const std::string& src);
Dloader.cc428 void FuncSource::set_src(const std::string& name, const std::string& src) { in set_src() function in ebpf::FuncSource
Db_frontend_action.cc701 fe_.func_src_.set_src(current_fn_, bd); in VisitFunctionDecl()