HomeSort by relevance Sort by last modified time
    Searched refs:dst_index (Results 1 - 25 of 37) sorted by null

1 2

  /external/v8/src/compiler/
gap-resolver.cc 56 int dst_index = -1; local
59 dst_index = dst_loc.register_code() * aliases;
61 dst_index = dst_loc.index();
67 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index));
71 dst_index += dst_step;
73 AllocatedOperand(dst_kind, smaller_rep, dst_index));
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_transform.h 272 unsigned dst_index,
283 inst.Dst[0].Register.Index = dst_index;
296 unsigned dst_index,
310 inst.Dst[0].Register.Index = dst_index;
325 unsigned dst_index,
340 inst.Dst[0].Register.Index = dst_index;
356 unsigned dst_index,
368 inst.Dst[0].Register.Index = dst_index;
397 unsigned dst_index,
413 inst.Dst[0].Register.Index = dst_index;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_relu_op.cc 459 const size_t dst_index = 0; // index of dst output tensor variable
524 static_cast<const int>(dst_index),
526 AllocateOutputSetMklShape(context, dst_index, dnn_shape_dst);
729 const size_t dst_index = 0; // index of dst output tensor local
739 AllocateOutputSetMklShape(context, dst_index, &dst_tensor,
792 const size_t dst_index = 0; // index of dst output tensor local
802 AllocateOutputSetMklShape(context, dst_index, &dst_tensor,
864 const size_t dst_index = 0; \/\/ index of dst output tensor local
936 const size_t dst_index = 0; \/\/ index of dst output tensor local
1008 const size_t dst_index = 0; \/\/ index of dst output tensor local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.cc 564 int dst_index) {
566 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index));
567 const Edge* e = FindEdge(dst, dst_index);
573 AddEdge(new_src, new_src_index, dst, dst_index);
575 (*dst->props_->node_def.mutable_input())[dst_index] =
589 int dst_index = 0; local
592 ++dst_index;
594 TF_RETURN_IF_ERROR(IsValidInputTensor(dst, dst_index));
595 AddEdge(new_src, new_src_index, dst, dst_index);
graph_constructor.cc 315 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {}
320 int dst_index; member in struct:tensorflow::__anon45035::GraphConstructor::EdgeInfo
    [all...]
graph.h 521 Status UpdateEdge(Node* new_src, int new_src_index, Node* dst, int dst_index);
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 265 int32_t dst_index; member in struct:__anon3410
320 int32_t dst_index; member in struct:__anon3411
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 839 unsigned dst_index = start_slot + i; local
841 pipe_vertex_buffer_unreference(&mgr->vertex_buffer[dst_index]);
842 pipe_vertex_buffer_unreference(&mgr->real_vertex_buffer[dst_index]);
850 unsigned dst_index = start_slot + i; local
852 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index];
853 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index];
864 nonzero_stride_vb_mask |= 1 << dst_index;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 1061 unsigned dst_index = start_slot + i; local
1064 nv50->vbo_user |= 1 << dst_index;
1066 nv50->vbo_constant |= 1 << dst_index;
1068 nv50->vbo_constant &= ~(1 << dst_index)
    [all...]
  /external/v8/src/wasm/baseline/
liftoff-assembler.cc 155 uint32_t dst_index, uint32_t src_index) {
156 const VarState& dst = dst_state.stack_state[dst_index];
163 if (src_index == dst_index) break;
164 asm_->MoveStackValue(dst_index, src_index, src.type());
167 asm_->Spill(dst_index, src.reg(), src.type());
170 asm_->Spill(dst_index, src.constant());
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 942 unsigned dst_index = start_slot + i; local
945 nvc0->vbo_user |= 1 << dst_index;
947 nvc0->constant_vbos |= 1 << dst_index;
949 nvc0->constant_vbos &= ~(1 << dst_index);
950 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
952 nvc0->vbo_user &= ~(1 << dst_index);
953 nvc0->constant_vbos &= ~(1 << dst_index);
957 nvc0->vtxbufs_coherent |= (1 << dst_index);
959 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpegdec.c 579 p_params->dest_buf[p_jobparams->dst_index].buf_size;
584 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].scanline;
586 p_params->dest_buf[p_jobparams->dst_index].offset.mp[0].stride;
631 p_session->p_out_omx_buf[p_jobparams->dst_index]);
763 (p_jobparams->dst_index >= (int32_t)p_session->dec_params.num_dst_bufs)) {
mm_jpeg.c     [all...]
  /external/v8/src/wasm/baseline/arm/
liftoff-assembler-arm.h 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
  /external/v8/src/wasm/baseline/ppc/
liftoff-assembler-ppc.h 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
  /external/v8/src/wasm/baseline/s390/
liftoff-assembler-s390.h 68 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 417 p_job_params->dst_index = 0;
494 jpeg_obj->job.encode_job.dst_index = (int32_t) i;
498 jpeg_obj->job.encode_job.dst_index = -1;
mm_jpegdec_test.c 301 p_job_params->dst_index = 0;
  /external/libaom/libaom/av1/encoder/x86/
highbd_fwd_txfm_sse4.c 1005 int dst_index = 0; local
    [all...]
  /external/v8/src/wasm/baseline/x64/
liftoff-assembler-x64.h 298 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
300 DCHECK_NE(dst_index, src_index);
303 Spill(dst_index, LiftoffRegister{kScratchRegister}, type);
306 popq(liftoff::GetStackSlot(dst_index));
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 684 unsigned int dst_index,
699 d->DstIndex = dst_index;
  /external/v8/src/wasm/baseline/mips/
liftoff-assembler-mips.h 455 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
457 DCHECK_NE(dst_index, src_index);
460 Spill(dst_index, reg, type);
    [all...]
  /external/v8/src/wasm/baseline/mips64/
liftoff-assembler-mips64.h 388 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
390 DCHECK_NE(dst_index, src_index);
393 Spill(dst_index, reg, type);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 118 job.encode_job.dst_index = 0;
  /external/v8/src/wasm/baseline/ia32/
liftoff-assembler-ia32.h 371 void LiftoffAssembler::MoveStackValue(uint32_t dst_index, uint32_t src_index,
373 DCHECK_NE(dst_index, src_index);
377 Spill(dst_index, reg, type);
380 pop(liftoff::GetStackSlot(dst_index));
    [all...]

Completed in 327 milliseconds

1 2