/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.h | 290 unsigned dst_index, in tgsi_transform_op1_inst() argument 301 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_inst() 314 unsigned dst_index, in tgsi_transform_op2_inst() argument 328 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_inst() 343 unsigned dst_index, in tgsi_transform_op3_inst() argument 358 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op3_inst() 374 unsigned dst_index, in tgsi_transform_op1_swz_inst() argument 386 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_swz_inst() 415 unsigned dst_index, in tgsi_transform_op2_swz_inst() argument 431 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_swz_inst() [all …]
|
/external/tensorflow/tensorflow/lite/experimental/ruy/profiler/ |
D | test_instrumented_library.cc | 35 int dst_index = 0; in MergeSortRecurse() local 38 while (dst_index < size) { in MergeSortRecurse() 46 workspace[dst_index++] = val; in MergeSortRecurse()
|
/external/v8/src/compiler/backend/ |
D | gap-resolver.cc | 54 int dst_index = -1; in Split() local 57 dst_index = dst_loc.register_code() * aliases; in Split() 59 dst_index = dst_loc.index(); in Split() 65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split() 69 dst_index += dst_step; in Split() 71 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
|
/external/v8/src/objects/ |
D | fixed-array-inl.h | 189 void FixedArray::MoveElements(Isolate* isolate, int dst_index, int src_index, in MoveElements() argument 192 DCHECK_LE(dst_index + len, length()); in MoveElements() 195 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in MoveElements() 200 void FixedArray::CopyElements(Isolate* isolate, int dst_index, FixedArray src, in CopyElements() argument 203 DCHECK_LE(dst_index + len, length()); in CopyElements() 207 ObjectSlot dst_slot(RawFieldOfElementAt(dst_index)); in CopyElements() 394 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements() argument 399 MemMove(data_start + dst_index, data_start + src_index, len * kDoubleSize); in MoveElements() 430 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument 434 DCHECK_LE(dst_index + len, length()); in CopyElements() [all …]
|
D | property-array-inl.h | 79 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument 85 ObjectSlot dst_slot(data_start() + dst_index); in CopyElements()
|
D | fixed-array.h | 144 inline void MoveElements(Isolate* isolate, int dst_index, int src_index, 147 inline void CopyElements(Isolate* isolate, int dst_index, FixedArray src, 240 inline void MoveElements(Isolate* isolate, int dst_index, int src_index, 285 inline void CopyElements(Isolate* isolate, int dst_index, WeakFixedArray src, 365 inline void CopyElements(Isolate* isolate, int dst_index, WeakArrayList src,
|
D | property-array.h | 40 inline void CopyElements(Isolate* isolate, int dst_index, PropertyArray src,
|
D | elements.cc | 777 uint32_t dst_index) { in ConvertElementsWithCapacity() argument 792 from_kind, dst_index, packed_size, in ConvertElementsWithCapacity() 2113 Handle<FixedArrayBase> backing_store, int dst_index, in MoveElements() argument 2117 if (len > JSArray::kMaxCopyElements && dst_index == 0 && in MoveElements() 2131 dst_elms->MoveElements(isolate, dst_index, src_index, len, mode); in MoveElements() 2390 uint32_t dst_index) { in CopyArguments() argument 2398 Subclass::SetImpl(raw_backing_store, InternalIndex(dst_index + i), in CopyArguments()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_relu_op.cc | 459 const size_t dst_index = 0; // index of dst output tensor in Compute() local 476 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, tf_shape_dst, in Compute() 533 static_cast<const int>(dst_index), in Compute() 535 AllocateOutputSetMklShape(context, dst_index, dnn_shape_dst); in Compute() 747 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 757 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() 811 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 821 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() 884 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 894 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 593 int dst_index) { in UpdateEdge() argument 595 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index)); in UpdateEdge() 596 const Edge* e = FindEdge(dst, dst_index); in UpdateEdge() 602 AddEdge(new_src, new_src_index, dst, dst_index); in UpdateEdge() 604 (*dst->props_->node_def.mutable_input())[dst_index] = in UpdateEdge() 618 int dst_index = 0; in AddWhileInputHack() local 621 ++dst_index; in AddWhileInputHack() 623 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index)); in AddWhileInputHack() 624 AddEdge(new_src, new_src_index, dst, dst_index); in AddWhileInputHack()
|
D | graph_constructor.cc | 382 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {} in EdgeInfo() 387 int dst_index; member 1320 MakeEdge(src_node, e.src_index, e.dst_node, e.dst_index)); in AddBackEdges()
|
D | graph.h | 547 Status UpdateEdge(Node* new_src, int new_src_index, Node* dst, int dst_index);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 903 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 905 pipe_vertex_buffer_unreference(&mgr->vertex_buffer[dst_index]); in u_vbuf_set_vertex_buffers() 906 pipe_vertex_buffer_unreference(&mgr->real_vertex_buffer[dst_index]); in u_vbuf_set_vertex_buffers() 914 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 916 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 917 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 928 nonzero_stride_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 930 enabled_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 934 incompatible_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 943 user_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1090 unsigned dst_index = start_slot + i; in nv50_set_vertex_buffers() local 1093 nv50->vbo_user |= 1 << dst_index; in nv50_set_vertex_buffers() 1095 nv50->vbo_constant |= 1 << dst_index; in nv50_set_vertex_buffers() 1097 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1098 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1100 nv50->vbo_user &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1101 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1105 nv50->vtxbufs_coherent |= (1 << dst_index); in nv50_set_vertex_buffers() 1107 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1011 unsigned dst_index = start_slot + i; in nvc0_set_vertex_buffers() local 1014 nvc0->vbo_user |= 1 << dst_index; in nvc0_set_vertex_buffers() 1016 nvc0->constant_vbos |= 1 << dst_index; in nvc0_set_vertex_buffers() 1018 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 1019 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 1021 nvc0->vbo_user &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 1022 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 1026 nvc0->vtxbufs_coherent |= (1 << dst_index); in nvc0_set_vertex_buffers() 1028 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | export_graphdef.cc | 227 Status AddEdgeBetweenNodes(Value src, Node* dst_node, unsigned dst_index); 304 unsigned dst_index) { in AddEdgeBetweenNodes() argument 321 dst_index); in AddEdgeBetweenNodes() 331 graph_->AddEdge(input_node_it->second, 0, dst_node, dst_index); in AddEdgeBetweenNodes()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 1085 [&](int64 axis, int64 dst_index, int64 src_index, in GenerateIndices() 1087 if (!base(axis, dst_index, src_index, within_src_bounds)) { in GenerateIndices() 1093 generate(axis - 1, dst_index, src_index, within_src_bounds); in GenerateIndices() 1094 dst_index += dst_strides[axis]; in GenerateIndices() 1133 auto base_case = [&](int64 axis, int64 dst_index, int64 src_index, in CopyDataFromInput() 1149 data[dst_index + i * fft_strides[axis]] = value; in CopyDataFromInput() 1184 auto base_case = [&](int64 axis, int64 dst_index, int64 src_index, in CopyDataToOutput() 1197 output_data[dst_index + i * output_strides[axis]] = value; in CopyDataToOutput()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_fwd_txfm_sse4.c | 1005 int dst_index = 0; in convert_8x8_to_16x16() local 1010 out[dst_index] = in[src_index]; in convert_8x8_to_16x16() 1011 out[dst_index + 1] = in[src_index + 1]; in convert_8x8_to_16x16() 1012 out[dst_index + 2] = in[src_index + 16]; in convert_8x8_to_16x16() 1013 out[dst_index + 3] = in[src_index + 17]; in convert_8x8_to_16x16() 1014 dst_index += 4; in convert_8x8_to_16x16() 1022 out[dst_index] = in[src_index]; in convert_8x8_to_16x16() 1023 out[dst_index + 1] = in[src_index + 1]; in convert_8x8_to_16x16() 1024 out[dst_index + 2] = in[src_index + 16]; in convert_8x8_to_16x16() 1025 out[dst_index + 3] = in[src_index + 17]; in convert_8x8_to_16x16() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.c | 684 unsigned int dst_index, in get_readers_for_single_write() argument 699 d->DstIndex = dst_index; in get_readers_for_single_write()
|
/external/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 2018 int dst_index, const LogicVRegister& src, in ins_element() argument 2020 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element() 2025 int dst_index, uint64_t imm) { in ins_immediate() argument 2027 dst.SetUint(vform, dst_index, value); in ins_immediate()
|
D | simulator-arm64.h | 1724 int dst_index, const LogicVRegister& src, 1727 int dst_index, uint64_t imm);
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 1395 uint32_t dst_index = copy_backward ? (dst + count - i - 1) : dst + i; in CopyTableEntries() local 1397 WasmTableObject::Set(isolate, table_dst, dst_index, value); in CopyTableEntries()
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 2458 int dst_index, in ins_element() argument 2461 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element() 2468 int dst_index, in ins_immediate() argument 2471 dst.SetUint(vform, dst_index, value); in ins_immediate()
|
D | simulator-aarch64.h | 2351 int dst_index, 2356 int dst_index,
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 4448 TNode<IntPtrT> dst_index, in MoveElements() argument 4458 IntPtrLessThanOrEqual(IntPtrAdd(dst_index, length), in MoveElements() 4477 ElementOffsetFromIndex(dst_index, kind, fa_base_data_offset)); in MoveElements() 4498 IntPtrMul(IntPtrSub(dst_index, begin), in MoveElements() 4531 TNode<IntPtrT> dst_index, in CopyElements() argument 4544 IntPtrAdd(dst_index, length), in CopyElements() 4565 ElementOffsetFromIndex(dst_index, kind, fa_base_data_offset); in CopyElements() 4587 IntPtrMul(IntPtrSub(dst_index, src_index), in CopyElements()
|