HomeSort by relevance Sort by last modified time
    Searched refs:set_src (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/broadcom/compiler/
vir_to_qpu.c 110 set_src(struct v3d_qpu_instr *instr, enum v3d_qpu_mux *mux, struct qpu_reg src) function
270 set_src(&qinst->qpu,
274 set_src(&qinst->qpu,
282 set_src(&qinst->qpu,
286 set_src(&qinst->qpu,
  /external/bcc/src/cc/frontends/clang/
loader.h 46 void set_src(const std::string& name, const std::string& src);
loader.cc 428 void FuncSource::set_src(const std::string& name, const std::string& src) { function in class:ebpf::FuncSource
b_frontend_action.cc 701 fe_.func_src_.set_src(current_fn_, bd);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels_shader.c 56 set_src(struct tgsi_full_instruction *inst, unsigned i, unsigned file, unsigned index, function
67 #define SET_SRC(inst, i, file, index, x, y, z, w) \
68 set_src(inst, i, file, index, TGSI_SWIZZLE_##x, TGSI_SWIZZLE_##y, \
174 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, X, Y, Y, Y);
182 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->color_temp, Z, W, W, W);
st_atifs_to_tgsi.c 627 set_src(struct tgsi_full_instruction *inst, unsigned i, unsigned file, unsigned index, function
642 #define SET_SRC(inst, i, file, index, x, y, z, w) \
643 set_src(inst, i, file, index, TGSI_SWIZZLE_##x, TGSI_SWIZZLE_##y, \
719 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W);
720 SET_SRC(&inst, 1, TGSI_FILE_CONSTANT, MAX_NUM_FRAGMENT_CONSTANTS_ATI, X, X, X, X);
721 SET_SRC(&inst, 2, TGSI_FILE_CONSTANT, MAX_NUM_FRAGMENT_CONSTANTS_ATI, Y, Y, Y, Y);
735 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W);
736 SET_SRC(&inst, 1, TGSI_FILE_CONSTANT, MAX_NUM_FRAGMENT_CONSTANTS_ATI, Z, Z, Z, Z);
746 SET_SRC(&inst, 0, TGSI_FILE_TEMPORARY, ctx->fog_factor_temp, X, Y, Z, W);
761 SET_SRC(&inst, 0, TGSI_FILE_INPUT, fogc_index, X, Y, Z, W)
    [all...]

Completed in 1002 milliseconds