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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 122 unsigned input_offset = src->src_offset; local
134 input_offset = 0;
140 key.element[i].input_offset = input_offset;
draw_prim_assembler.c 103 unsigned input_offset = asmblr->input_verts->stride * idx; local
104 memcpy(output + output_offset, input + input_offset,
119 unsigned input_offset = asmblr->input_verts->stride * idx; local
120 struct vertex_header *v = (struct vertex_header*)(input + input_offset);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 66 unsigned input_offset:24; member in struct:translate_element
translate_generic.c 58 unsigned input_offset; member in struct:translate_generic::__anon27572
734 tg->attrib[i].input_offset);
818 tg->attrib[i].input_offset = key->element[i].input_offset;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 167 Fde(Relobj* object, unsigned int shndx, section_offset_type input_offset,
173 this->u_.from_object.input_offset = input_offset;
199 this->u_.from_object.input_offset, this->length(),
232 section_offset_type input_offset; member in struct:gold::Fde::__anon115863::__anon115864
269 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset,
274 input_offset_(input_offset),
merge.h 97 section_offset_type input_offset; member in struct:gold::Object_merge_map::Input_merge_entry
109 { return i1.input_offset < i2.input_offset; }
139 // Whether the ENTRIES field is sorted by input_offset.
incremental.cc 1267 unsigned int input_offset = this->header_size; local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 649 const int input_offset = num_x_input * (j + plane_kernel_offset); local
653 s[i + input_offset] = eval.coeff(tensor_index);
670 const int input_offset = i + num_x_input * (j + l + plane_kernel_offset); local
673 result += s[k + input_offset] * kernel[k + kernel_offset];
    [all...]
  /external/v8/src/
deoptimizer.h 504 static int input_offset() { return OFFSET_OF(Deoptimizer, input_); } function in class:v8::internal::Deoptimizer
    [all...]

Completed in 178 milliseconds