Searched defs:src_index (Results 1 - 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.h48 int src_index:8; member in struct:sp_setup_info::__anon16421
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h78 unsigned src_index:8; /**< map to post-xform attribs */ member in struct:vertex_info::__anon16051
108 * \param src_index indicates which post-transformed vertex attrib slot
115 int src_index)
119 /* If the src_index is negative, meaning it hasn't been found
121 if (src_index < 0) {
122 src_index = DRAW_ATTR_NONEXIST;
127 vinfo->attrib[n].src_index = src_index;
113 draw_emit_vertex_attr(struct vertex_info *vinfo, enum attrib_emit emit, int src_index) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h55 * src_index.
72 uint src_index:8; /* where to find values in incoming vertices */ member in struct:lp_shader_input
/external/tensorflow/tensorflow/core/graph/
H A Dnode_builder.cc48 NodeBuilder& NodeBuilder::Input(Node* src_node, int src_index) { argument
49 inputs_.emplace_back(src_node, src_index);
51 if (GetOutputType(src_node, src_index, &dt)) {
52 def_builder_.Input(src_node->name(), src_index, dt);
H A Dgraph_constructor.cc306 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {}
309 int src_index; member in struct:tensorflow::__anon26296::GraphConstructor::EdgeInfo
949 int src_index; local
956 src_index = id.second;
963 src_index = id.second;
966 if (src_node != nullptr && src_index >= src_node->num_outputs()) {
973 inputs.push_back(InputInfo(id.first.ToString(), src_node, src_index));
1035 if (e.src_index == Graph::kControlSlot) {
1039 MakeEdge(src_node, e.src_index, e.dst_node, e.dst_index));
/external/v8/src/compiler/
H A Dgap-resolver.cc49 int src_index = -1; local
53 src_index = src_loc.register_code() * aliases;
55 src_index = src_loc.index();
71 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index));
75 src_index += src_step;
77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index),
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c283 int src_index = get_src_chan_idx(inst->Instruction.Opcode, chan_index); local
285 if (src_index == -1)
288 emit_data.src_chan = src_index;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c109 unsigned src_index,
161 if ((!is_interp_instruction || src_index != 0) &&
106 scan_src_operand(struct tgsi_shader_info *info, const struct tgsi_full_instruction *fullinst, const struct tgsi_full_src_register *src, unsigned src_index, unsigned usage_mask, bool is_interp_instruction, bool *is_mem_inst) argument
H A Dtgsi_transform.h500 unsigned src_index,
511 inst.Src[0].Register.Index = src_index;
527 unsigned src_index,
544 inst.Src[0].Register.Index = src_index;
498 tgsi_transform_kill_inst(struct tgsi_transform_context *ctx, unsigned src_file, unsigned src_index, unsigned src_swizzle, boolean negate) argument
523 tgsi_transform_tex_inst(struct tgsi_transform_context *ctx, unsigned dst_file, unsigned dst_index, unsigned src_file, unsigned src_index, unsigned tex_target, unsigned sampler_index) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c87 int src_index = reader->U.P.Arg->Source; local
88 if (src_index == RC_PAIR_PRESUB_SRC) {
89 src_index = rc_pair_get_src_index(
97 src_index, old_mask)) {
104 pair_inst->RGB.Src[src_index]
106 pair_inst->RGB.Src[src_index]
108 pair_inst->RGB.Src[src_index]
112 pair_inst->Alpha.Src[src_index]
114 pair_inst->Alpha.Src[src_index]
116 pair_inst->Alpha.Src[src_index]
[all...]
H A Dradeon_optimize.c486 unsigned int src_index; local
491 for (src_index = 0; src_index < info->NumSrcRegs; src_index++) {
492 if (&reader.Inst->U.I.SrcReg[src_index] == reader.U.I.Src)
493 presub_replace(inst_add, reader.Inst, src_index);
504 unsigned int src_index)
522 inst_reader->U.I.SrcReg[src_index] =
523 chain_srcregs(inst_reader->U.I.SrcReg[src_index],
525 inst_reader->U.I.SrcReg[src_index]
501 presub_replace_add( struct rc_instruction * inst_add, struct rc_instruction * inst_reader, unsigned int src_index) argument
616 presub_replace_inv( struct rc_instruction * inst_add, struct rc_instruction * inst_reader, unsigned int src_index) argument
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_builder.cc87 NodeDefBuilder& NodeDefBuilder::Input(StringPiece src_node, int src_index, argument
90 if (arg != nullptr) SingleInput(arg, src_node, src_index, dt);
107 StringPiece src_node, int src_index,
109 AddInput(src_node, src_index);
164 void NodeDefBuilder::AddInput(StringPiece src_node, int src_index) { argument
170 } else if (src_index > 0) {
171 node_def_.add_input(strings::StrCat(src_node, ":", src_index));
106 SingleInput(const OpDef::ArgDef* input_arg, StringPiece src_node, int src_index, DataType dt) argument
/external/tensorflow/tensorflow/java/src/main/native/
H A Dsession_jni.cc59 jintArray src_index, TF_Output* dst, jint n) {
67 len = env->GetArrayLength(src_index);
75 jint* indices = env->GetIntArrayElements(src_index, nullptr);
85 env->ReleaseIntArrayElements(src_index, indices, JNI_ABORT);
58 resolveOutputs(JNIEnv* env, const char* type, jlongArray src_op, jintArray src_index, TF_Output* dst, jint n) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c124 * Initialize the source register at index src_index for the instruction based
136 unsigned int src_index,
142 struct rc_src_register * src_reg = &inst->U.I.SrcReg[src_index];
134 init_rc_normal_src( struct rc_instruction * inst, unsigned int src_index, const char * src_str) argument
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatrep.h296 // Create an entry for the key numbered src_index in *src and return
301 void FreshInsert(Bucket* src, uint32 src_index, Copier copier) { argument
302 size_t h = hash_(src->key(src_index));
313 copier(b, bi, src, src_index);
H A Dflatset.h260 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { argument
261 new (&storage.key[i]) Key(std::move(src->storage.key[src_index]));
263 void CopyFrom(uint32 i, Bucket* src, uint32 src_index) { argument
264 new (&storage.key[i]) Key(src->storage.key[src_index]);
H A Dflatmap.h338 void MoveFrom(uint32 i, Bucket* src, uint32 src_index) { argument
339 new (&storage.key[i]) Key(std::move(src->storage.key[src_index]));
340 new (&storage.val[i]) Val(std::move(src->storage.val[src_index]));
342 void CopyFrom(uint32 i, Bucket* src, uint32 src_index) { argument
343 new (&storage.key[i]) Key(src->storage.key[src_index]);
344 new (&storage.val[i]) Val(src->storage.val[src_index]);
/external/tensorflow/tensorflow/core/kernels/
H A Dmkl_conv_ops.h185 virtual inline void GetFilterSizeInMklOrder(size_t src_index, argument
189 GetFilterSizeInMklOrder(GetTfShape(context_, src_index),
274 size_t src_index, size_t filter_index, const memory::dims& strides,
282 auto input_tf_shape = GetTfShape(context_, src_index);
273 GetOutputAndPadSizeInMklOrder( size_t src_index, size_t filter_index, const memory::dims& strides, memory::dims* output_dims_tf_order, memory::dims* output_dims_mkl_order, memory::dims* pad_l, memory::dims* pad_r) argument
H A Dmkl_relu_op.cc385 const size_t src_index = 0; // index of src input tensor variable
387 const Tensor& src_tensor = MklGetInput(context, src_index);
389 GetMklShape(context, src_index, &dnn_shape_src);
480 const size_t src_index = 1; // index of src input tensor local
483 const Tensor& src_tensor = MklGetInput(context, src_index);
488 GetMklShape(context, src_index, &dnn_shape_src);
640 const size_t src_index = 0; // index of src input tensor local
642 const Tensor& src_tensor = MklGetInput(context, src_index);
644 GetMklShape(context, src_index, &dnn_shape_src);
670 const size_t src_index local
703 const size_t src_index = 0; // index of src input tensor local
737 const size_t src_index = 1; // index of src input tensor local
775 const size_t src_index = 0; // index of src input tensor local
808 const size_t src_index = 1; // index of src input tensor local
[all...]
/external/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c333 int src_index = 0; local
344 src_index = abs_shift;
350 &self->binary_far_history[src_index],
355 &self->far_bit_counts[src_index],
/external/drm_hwcomposer/
H A Dglworker.cpp640 for (unsigned src_index = 0; src_index < cmd.texture_count; src_index++) {
642 texture_name_formatter << "uLayerTexture" << src_index; local
646 const RenderingCommand::TextureSource &src = cmd.textures[src_index];
647 glUniform1f(gl_alpha_loc + src_index, src.alpha);
648 glUniform1f(gl_premult_loc + src_index, src.premult);
649 glUniform4f(gl_crop_loc + src_index, src.crop_bounds[0],
652 glUniform1i(gl_tex_loc, src_index);
653 glUniformMatrix2fv(gl_tex_matrix_loc + src_index,
[all...]
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.c1816 int src_index)
1818 const struct tgsi_full_src_register *s = &tgsi_inst->Src[src_index];
1847 const enum toy_type type = ra_get_type(tgsi, tgsi_inst, src_index, false);
1887 int src_index)
1889 const struct tgsi_full_src_register *s = &tgsi_inst->Src[src_index];
1894 return ra_get_src_indirect(tgsi, tgsi_inst, src_index);
1931 ra_get_type(tgsi, tgsi_inst, src_index, false);
1951 const enum toy_type type = ra_get_type(tgsi, tgsi_inst, src_index, false);
1814 ra_get_src_indirect(struct toy_tgsi *tgsi, const struct tgsi_full_instruction *tgsi_inst, int src_index) argument
1885 ra_get_src(struct toy_tgsi *tgsi, const struct tgsi_full_instruction *tgsi_inst, int src_index) argument
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1008 uint32_t src_index = src[i]; local
1009 assert(src_index <= 0xffff);
1010 dst[i] = src_index;
/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.cc234 int64 src_index = linear_index(src_literal.shape(), src_indexes);
239 src_literal.data<NativeT>(), src_index,
261 ShapeIndex src_index = {i}; local
263 src_index.push_back(j);
265 Piece& src_piece = piece(src_index);
416 const ShapeIndex& src_index = pair.first; local
423 for (int64 i : src_index) {
1862 ShapeIndex src_index = view_root; local
1864 src_index.push_back(i);
1866 const Piece& src_piece = literal.piece(src_index);
[all...]
/external/adhd/cras/src/tests/
H A Daudio_thread_unittest_obsolete.cc2101 const struct cras_audio_area *src, unsigned int src_index)
2106 if (src_index == 0)
2099 cras_audio_area_copy(const struct cras_audio_area *dst, unsigned int dst_offset, unsigned int dst_format_bytes, const struct cras_audio_area *src, unsigned int src_index) argument

Completed in 1096 milliseconds

12