Home
last modified time | relevance | path

Searched refs:dst_index (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h272 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/
Dgap-resolver.cc56 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/
Dmkl_relu_op.cc459 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/
Dgraph.cc564 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()
Dgraph_constructor.cc315 : 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()
Dgraph.h521 Status UpdateEdge(Node* new_src, int new_src_index, Node* dst, int dst_index);
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c839 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/
Dliftoff-assembler.cc155 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()
Dliftoff-assembler.h367 inline void MoveStackValue(uint32_t dst_index, uint32_t src_index, ValueType);
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1061 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/
Dnvc0_state.c942 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/
Dhighbd_fwd_txfm_sse4.c1005 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/
Dradeon_dataflow.c684 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/
Dliftoff-assembler-arm.h68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index, in MoveStackValue() argument
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h298 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/
Dliftoff-assembler-mips64.h388 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/
Dliftoff-assembler-ia32.h371 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/
Dliftoff-assembler-mips.h455 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/
Dliftoff-assembler-arm64.h291 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/
Delements.cc856 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/
Dsimulator-logic-arm64.cc2019 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()
Dsimulator-arm64.h1580 int dst_index, const LogicVRegister& src,
1583 int dst_index, uint64_t imm);
/external/vixl/src/aarch64/
Dlogic-aarch64.cc2458 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()

12