HomeSort by relevance Sort by last modified time
    Searched defs:src_index (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.h 48 int src_index:8; member in struct:sp_setup_info::__anon29766
  /system/update_engine/payload_generator/
topological_sort_unittest.cc 84 vector<Vertex::Index>::size_type src_index = 0; local
85 EXPECT_TRUE(IndexOf(sorted, i, &src_index));
90 EXPECT_LT(dst_index, src_index);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 78 unsigned src_index:8; /**< map to post-xform attribs */ member in struct:vertex_info::__anon29396
108 * \param src_index indicates which post-transformed vertex attrib slot
115 int src_index)
119 /* If the src_index is negative, meaning it hasn't been found
121 if (src_index < 0) {
122 src_index = DRAW_ATTR_NONEXIST;
127 vinfo->attrib[n].src_index = src_index;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 283 int src_index = get_src_chan_idx(inst->Instruction.Opcode, chan_index); local
285 if (src_index == -1)
288 emit_data.src_chan = src_index;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 55 * src_index.
72 uint src_index:8; /* where to find values in incoming vertices */ member in struct:lp_shader_input
  /external/v8/src/compiler/
gap-resolver.cc 49 int src_index = -1; local
53 src_index = src_loc.register_code() * aliases;
55 src_index = src_loc.index();
71 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index));
75 src_index += src_step;
77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index),
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 87 int src_index = reader->U.P.Arg->Source; local
88 if (src_index == RC_PAIR_PRESUB_SRC) {
89 src_index = rc_pair_get_src_index(
97 src_index, old_mask)) {
104 pair_inst->RGB.Src[src_index]
106 pair_inst->RGB.Src[src_index]
108 pair_inst->RGB.Src[src_index]
112 pair_inst->Alpha.Src[src_index]
114 pair_inst->Alpha.Src[src_index]
116 pair_inst->Alpha.Src[src_index]
    [all...]
radeon_optimize.c 486 unsigned int src_index; local
491 for (src_index = 0; src_index < info->NumSrcRegs; src_index++) {
492 if (&reader.Inst->U.I.SrcReg[src_index] == reader.U.I.Src)
493 presub_replace(inst_add, reader.Inst, src_index);
504 unsigned int src_index)
522 inst_reader->U.I.SrcReg[src_index] =
523 chain_srcregs(inst_reader->U.I.SrcReg[src_index],
525 inst_reader->U.I.SrcReg[src_index].File = RC_FILE_PRESUB
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 333 int src_index = 0; local
344 src_index = abs_shift;
350 &self->binary_far_history[src_index],
355 &self->far_bit_counts[src_index],
  /external/drm_hwcomposer/
glworker.cpp 640 for (unsigned src_index = 0; src_index < cmd.texture_count; src_index++) {
642 texture_name_formatter << "uLayerTexture" << src_index; local
646 const RenderingCommand::TextureSource &src = cmd.textures[src_index];
647 glUniform1f(gl_alpha_loc + src_index, src.alpha);
648 glUniform1f(gl_premult_loc + src_index, src.premult);
649 glUniform4f(gl_crop_loc + src_index, src.crop_bounds[0],
652 glUniform1i(gl_tex_loc, src_index);
653 glUniformMatrix2fv(gl_tex_matrix_loc + src_index, 1, GL_FALSE
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 1008 uint32_t src_index = src[i]; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 264 int32_t src_index; member in struct:__anon2429
319 int32_t src_index; member in struct:__anon2430
  /external/tensorflow/tensorflow/compiler/xla/
literal_util.cc 234 int64 src_index = linear_index(src_literal.shape(), src_indexes);
239 src_literal.data<NativeT>(), src_index,
261 ShapeIndex src_index = {i}; local
263 src_index.push_back(j);
265 Piece& src_piece = piece(src_index);
416 const ShapeIndex& src_index = pair.first; local
423 for (int64 i : src_index) {
1862 ShapeIndex src_index = view_root; local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 306 : src_name(name), src_index(i1), dst_node(n), dst_index(i2) {}
309 int src_index; member in struct:tensorflow::__anon39617::GraphConstructor::EdgeInfo
949 int src_index; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_relu_op.cc 385 const size_t src_index = 0; // index of src input tensor variable
387 const Tensor& src_tensor = MklGetInput(context, src_index);
389 GetMklShape(context, src_index, &dnn_shape_src);
480 const size_t src_index = 1; // index of src input tensor local
483 const Tensor& src_tensor = MklGetInput(context, src_index);
488 GetMklShape(context, src_index, &dnn_shape_src);
640 const size_t src_index = 0; // index of src input tensor local
642 const Tensor& src_tensor = MklGetInput(context, src_index);
644 GetMklShape(context, src_index, &dnn_shape_src);
670 const size_t src_index = 1; // index of src input tenso local
703 const size_t src_index = 0; \/\/ index of src input tensor local
737 const size_t src_index = 1; \/\/ index of src input tensor local
775 const size_t src_index = 0; \/\/ index of src input tensor local
808 const size_t src_index = 1; \/\/ index of src input tensor local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 267 int32_t src_index; member in struct:__anon49232
322 int32_t src_index; member in struct:__anon49233
  /external/v8/src/interpreter/
interpreter.cc 481 Node* src_index = __ BytecodeOperandReg(0); local
482 Node* src_value = __ LoadRegister(src_index);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 656 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
657 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 327 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
328 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 577 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
578 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 672 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
673 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 660 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
661 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 639 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
640 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 608 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
609 translation->StoreLiteral(src_index);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 599 int src_index = DefineDeoptimizationLiteral(constant->handle(isolate())); local
600 translation->StoreLiteral(src_index);
    [all...]

Completed in 7116 milliseconds

1 2