/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_transform.h | 272 unsigned dst_index, in tgsi_transform_op1_inst() argument 283 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_inst() 296 unsigned dst_index, in tgsi_transform_op2_inst() argument 310 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_inst() 325 unsigned dst_index, in tgsi_transform_op3_inst() argument 340 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op3_inst() 356 unsigned dst_index, in tgsi_transform_op1_swz_inst() argument 368 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op1_swz_inst() 397 unsigned dst_index, in tgsi_transform_op2_swz_inst() argument 413 inst.Dst[0].Register.Index = dst_index; in tgsi_transform_op2_swz_inst() [all …]
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 56 int dst_index = -1; in Split() local 59 dst_index = dst_loc.register_code() * aliases; in Split() 61 dst_index = dst_loc.index(); in Split() 67 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split() 71 dst_index += dst_step; in Split() 73 AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
|
/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 524 static_cast<const int>(dst_index), in Compute() 526 AllocateOutputSetMklShape(context, dst_index, dnn_shape_dst); in Compute() 729 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 739 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() 792 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 802 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() 864 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local 874 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, in Compute_Scalar() 936 const size_t dst_index = 0; // index of dst output tensor in Compute_Scalar() local [all …]
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 564 int dst_index) { in UpdateEdge() argument 566 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index)); in UpdateEdge() 567 const Edge* e = FindEdge(dst, dst_index); in UpdateEdge() 573 AddEdge(new_src, new_src_index, dst, dst_index); in UpdateEdge() 575 (*dst->props_->node_def.mutable_input())[dst_index] = in UpdateEdge() 589 int dst_index = 0; in AddWhileInputHack() local 592 ++dst_index; in AddWhileInputHack() 594 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index)); in AddWhileInputHack() 595 AddEdge(new_src, new_src_index, dst, dst_index); in AddWhileInputHack()
|
D | graph_constructor.cc | 315 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {} in EdgeInfo() 320 int dst_index; member 1075 MakeEdge(src_node, e.src_index, e.dst_node, e.dst_index)); in AddBackEdges()
|
D | graph.h | 521 Status UpdateEdge(Node* new_src, int new_src_index, Node* dst, int dst_index);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 839 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 841 pipe_vertex_buffer_unreference(&mgr->vertex_buffer[dst_index]); in u_vbuf_set_vertex_buffers() 842 pipe_vertex_buffer_unreference(&mgr->real_vertex_buffer[dst_index]); in u_vbuf_set_vertex_buffers() 850 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 852 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 853 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index]; in u_vbuf_set_vertex_buffers() 864 nonzero_stride_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 866 enabled_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 870 incompatible_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers() 879 user_vb_mask |= 1 << dst_index; in u_vbuf_set_vertex_buffers()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 155 uint32_t dst_index, uint32_t src_index) { in TransferStackSlot() argument 156 const VarState& dst = dst_state.stack_state[dst_index]; in TransferStackSlot() 163 if (src_index == dst_index) break; in TransferStackSlot() 164 asm_->MoveStackValue(dst_index, src_index, src.type()); in TransferStackSlot() 167 asm_->Spill(dst_index, src.reg(), src.type()); in TransferStackSlot() 170 asm_->Spill(dst_index, src.constant()); in TransferStackSlot()
|
D | liftoff-assembler.h | 367 inline void MoveStackValue(uint32_t dst_index, uint32_t src_index, ValueType);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1061 unsigned dst_index = start_slot + i; in nv50_set_vertex_buffers() local 1064 nv50->vbo_user |= 1 << dst_index; in nv50_set_vertex_buffers() 1066 nv50->vbo_constant |= 1 << dst_index; in nv50_set_vertex_buffers() 1068 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1069 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1071 nv50->vbo_user &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1072 nv50->vbo_constant &= ~(1 << dst_index); in nv50_set_vertex_buffers() 1076 nv50->vtxbufs_coherent |= (1 << dst_index); in nv50_set_vertex_buffers() 1078 nv50->vtxbufs_coherent &= ~(1 << dst_index); in nv50_set_vertex_buffers()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 942 unsigned dst_index = start_slot + i; in nvc0_set_vertex_buffers() local 945 nvc0->vbo_user |= 1 << dst_index; in nvc0_set_vertex_buffers() 947 nvc0->constant_vbos |= 1 << dst_index; in nvc0_set_vertex_buffers() 949 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 950 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 952 nvc0->vbo_user &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 953 nvc0->constant_vbos &= ~(1 << dst_index); in nvc0_set_vertex_buffers() 957 nvc0->vtxbufs_coherent |= (1 << dst_index); in nvc0_set_vertex_buffers() 959 nvc0->vtxbufs_coherent &= ~(1 << dst_index); in nvc0_set_vertex_buffers()
|
/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/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 298 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument 300 DCHECK_NE(dst_index, src_index); in MoveStackValue() 303 Spill(dst_index, LiftoffRegister{kScratchRegister}, type); in MoveStackValue() 306 popq(liftoff::GetStackSlot(dst_index)); in MoveStackValue()
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 388 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument 390 DCHECK_NE(dst_index, src_index); in MoveStackValue() 393 Spill(dst_index, reg, type); in MoveStackValue()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 371 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument 373 DCHECK_NE(dst_index, src_index); in MoveStackValue() 377 Spill(dst_index, reg, type); in MoveStackValue() 380 pop(liftoff::GetStackSlot(dst_index)); in MoveStackValue()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 455 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument 457 DCHECK_NE(dst_index, src_index); in MoveStackValue() 460 Spill(dst_index, reg, type); in MoveStackValue()
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 291 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument 296 Str(scratch, liftoff::GetStackSlot(dst_index)); in MoveStackValue()
|
/external/v8/src/ |
D | elements.cc | 856 uint32_t dst_index, int copy_size) { in ConvertElementsWithCapacity() argument 871 from_kind, dst_index, packed_size, copy_size); in ConvertElementsWithCapacity() 2283 Handle<FixedArrayBase> backing_store, int dst_index, in MoveElements() argument 2288 if (len > JSArray::kMaxCopyElements && dst_index == 0 && in MoveElements() 2300 MemMove(dst_elms->data_start() + dst_index, in MoveElements() 2305 heap->MoveElements(FixedArray::cast(*dst_elms), dst_index, src_index, in MoveElements() 2616 uint32_t dst_index) { in CopyArguments() argument 2624 Subclass::SetImpl(raw_backing_store, dst_index + i, argument, mode); in CopyArguments()
|
/external/v8/src/arm64/ |
D | simulator-logic-arm64.cc | 2019 int dst_index, const LogicVRegister& src, in ins_element() argument 2021 dst.SetUint(vform, dst_index, src.Uint(vform, src_index)); in ins_element() 2026 int dst_index, uint64_t imm) { in ins_immediate() argument 2028 dst.SetUint(vform, dst_index, value); in ins_immediate()
|
D | simulator-arm64.h | 1580 int dst_index, const LogicVRegister& src, 1583 int dst_index, uint64_t imm);
|
/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()
|