Searched refs:set_src (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | vir_to_qpu.c | 110 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/ |
D | st_cb_drawpixels_shader.c | 56 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, \
|
D | st_atifs_to_tgsi.c | 627 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/ |
D | loader.h | 46 void set_src(const std::string& name, const std::string& src);
|
D | loader.cc | 428 void FuncSource::set_src(const std::string& name, const std::string& src) { in set_src() function in ebpf::FuncSource
|
D | b_frontend_action.cc | 701 fe_.func_src_.set_src(current_fn_, bd); in VisitFunctionDecl()
|