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

  /external/mesa3d/src/gallium/drivers/r300/
r300_render_translate.c 34 unsigned out_offset; local
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
62 *start = out_offset / 2;
70 &out_offset, out_buffer, &ptr);
77 *start = out_offset / 4;
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 209 size_t out_ix, in_ix, out_offset, out_size; local
324 &out_ix, &out_offset, &out_size, &out_pts,
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 47 __s64 out_offset; member in struct:scifioctl_reg
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 116 * @out_offset: offset returned
124 __s64 out_offset; member in struct:scifioctl_reg
  /external/webp/src/demux/
anim_decode.c 349 const size_t out_offset = local
355 buf->rgba = dec->curr_frame_ + out_offset;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 1105 unsigned out_offset, start, count, start_offset; local
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 956 size_t out_offset = local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 413 uint8_t* out_offset = pRegion.begin(); local
424 memset(out_offset, fill_frag.getValue(), fill_frag.size());
431 memcpy(out_offset, start, size);
439 std::memset(out_offset, align_frag.getValue(), count);
456 out_offset += size;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 181 uint8_t* out_offset = pRegion.begin(); local
191 memset(out_offset, fill_frag.getValue(), fill_frag.size());
198 memcpy(out_offset, start, size);
206 std::memset(out_offset, align_frag.getValue(), count);
223 out_offset += size;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 409 unsigned out_offset, mask; local
459 &out_offset, &out_buffer,
492 &out_offset, &out_buffer,
497 out_offset -= key->output_stride * start_vertex;
513 mgr->real_vertex_buffer[out_vb].buffer_offset = out_offset;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 284 uint8_t* out_offset = pRegion.begin(); local
294 memset(out_offset, fill_frag.getValue(), fill_frag.size());
301 memcpy(out_offset, start, size);
310 std::memset(out_offset, align_frag.getValue(), count);
327 out_offset += size;
    [all...]
  /frameworks/ml/nn/common/operations/internal/optimized/
optimized_ops.h 673 int out_offset = local
697 memcpy(conv_buffer_data + out_offset, in_data + in_offset,
699 out_offset += kwidth_times_indepth;
705 const int left_start = (out_offset - (left_padding * in_depth));
709 memcpy(conv_buffer_data + out_offset, in_data + in_offset,
712 const int right_start = (out_offset + single_row_num);
716 out_offset += kwidth_times_indepth;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 1715 unsigned out_offset; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 1595 off_t out_offset = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 

Completed in 557 milliseconds