HomeSort by relevance Sort by last modified time
    Searched defs:dst_index (Results 1 - 11 of 11) sorted by null

  /system/update_engine/payload_generator/
topological_sort_unittest.cc 88 vector<Vertex::Index>::size_type dst_index = 0; local
89 EXPECT_TRUE(IndexOf(sorted, it->first, &dst_index));
90 EXPECT_LT(dst_index, src_index);
  /external/v8/src/compiler/
gap-resolver.cc 61 int dst_index = -1; local
64 dst_index = dst_loc.register_code() * aliases;
66 dst_index = dst_loc.index();
72 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index));
76 dst_index += dst_step;
78 AllocatedOperand(dst_kind, smaller_rep, dst_index));
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 1060 unsigned dst_index = start_slot + i; local
1063 nv50->vbo_user |= 1 << dst_index;
1065 nv50->vbo_constant |= 1 << dst_index;
1067 nv50->vbo_constant &= ~(1 << dst_index);
1068 nv50->vtxbufs_coherent &= ~(1 << dst_index);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_state.c 934 unsigned dst_index = start_slot + i; local
937 nvc0->vbo_user |= 1 << dst_index;
939 nvc0->constant_vbos |= 1 << dst_index;
941 nvc0->constant_vbos &= ~(1 << dst_index);
942 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
944 nvc0->vbo_user &= ~(1 << dst_index);
945 nvc0->constant_vbos &= ~(1 << dst_index);
949 nvc0->vtxbufs_coherent |= (1 << dst_index);
951 nvc0->vtxbufs_coherent &= ~(1 << dst_index);
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 265 int32_t dst_index; member in struct:__anon2429
320 int32_t dst_index; member in struct:__anon2430
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 836 unsigned dst_index = start_slot + i; local
838 pipe_resource_reference(&mgr->vertex_buffer[dst_index].buffer, NULL);
839 pipe_resource_reference(&mgr->real_vertex_buffer[dst_index].buffer,
848 unsigned dst_index = start_slot + i; local
850 struct pipe_vertex_buffer *orig_vb = &mgr->vertex_buffer[dst_index];
851 struct pipe_vertex_buffer *real_vb = &mgr->real_vertex_buffer[dst_index];
867 nonzero_stride_vb_mask |= 1 << dst_index;
869 enabled_vb_mask |= 1 << dst_index;
873 incompatible_vb_mask |= 1 << dst_index;
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 306 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {}
311 int dst_index; member in struct:tensorflow::__anon39617::GraphConstructor::EdgeInfo
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_relu_op.cc 386 const size_t dst_index = 0; // index of dst output tensor variable
438 AllocateOutputSetMklShape(context, dst_index, &dst_tensor, tf_shape_dst,
641 const size_t dst_index = 0; // index of dst output tensor local
651 AllocateOutputSetMklShape(context, dst_index, &dst_tensor,
704 const size_t dst_index = 0; // index of dst output tensor local
714 AllocateOutputSetMklShape(context, dst_index, &dst_tensor,
776 const size_t dst_index = 0; // index of dst output tensor local
786 AllocateOutputSetMklShape(context, dst_index, &dst_tensor,
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 268 int32_t dst_index; member in struct:__anon49232
323 int32_t dst_index; member in struct:__anon49233
  /external/v8/src/interpreter/
interpreter.cc 483 Node* dst_index = __ BytecodeOperandReg(1); local
484 __ StoreRegister(src_value, dst_index);
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 2192 HValue* dst_index = AddUncasted<HAdd>(dst_offset, index); local
    [all...]

Completed in 391 milliseconds