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

1 2

  /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);
61 *start = out_offset / 2;
69 &out_offset, out_buffer, &ptr);
75 *start = out_offset / 4;
  /external/mesa3d/src/gallium/drivers/r600/
r600_translate.c 36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_translate.c 36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.h 85 * \param min_out_offset Minimum offset that should be returned in out_offset.
87 * \param out_offset Pointer to where the new buffer offset will be returned.
94 unsigned *out_offset,
109 unsigned *out_offset,
124 unsigned *out_offset,
u_upload_mgr.c 159 unsigned *out_offset,
170 *out_offset = ~0;
207 *out_offset = offset;
217 unsigned *out_offset,
222 out_offset, outbuf,
242 unsigned *out_offset,
266 out_offset,
u_vbuf.c 270 unsigned out_offset, i; local
318 &out_offset, &out_buffer,
351 &out_offset, &out_buffer,
356 out_offset -= key->output_stride * start_vertex;
369 mgr->real_vertex_buffer[out_vb].buffer_offset = out_offset;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/websocket/
DeflateFrameExtension.java 131 int out_offset=0; local
136 out[out_offset++]=0x7f;
137 out[out_offset++]=(byte)0;
138 out[out_offset++]=(byte)0;
139 out[out_offset++]=(byte)0;
140 out[out_offset++]=(byte)0;
141 out[out_offset++]=(byte)((length>>24)&0xff);
142 out[out_offset++]=(byte)((length>>16)&0xff);
143 out[out_offset++]=(byte)((length>>8)&0xff);
144 out[out_offset++]=(byte)(length&0xff)
160 super.addFrame(setFlag(flags,1),opcode,out,0,l+out_offset); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 124 uint32_t *out_offset)
147 *out_offset = offset;
brw_state.h 162 uint32_t *out_offset, void *out_aux);
184 uint32_t *out_offset);
194 uint32_t *out_offset);
224 uint32_t *out_offset);
brw_state_cache.c 270 uint32_t *out_offset,
315 *out_offset = item->offset;
gen7_wm_surface_state.c 408 uint32_t *out_offset)
414 sizeof(*surf), 32, out_offset);
443 (*out_offset +
brw_wm_surface_state.c     [all...]
  /art/runtime/lambda/
closure.h 129 size_t* out_offset) const;
closure.cc 347 size_t* out_offset) const {
349 DCHECK(out_offset != nullptr);
361 *out_offset = offset;
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 54 __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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 392 LLVMValueRef *out_offset,
404 LLVMValueRef *out_offset,
lp_bld_sample.c     [all...]
  /system/update_engine/payload_consumer/
delta_performer.h 163 // Set |*out_offset| to the byte offset where the size of the metadata signature
166 bool GetMetadataSignatureSizeOffset(uint64_t* out_offset) const;
168 // Set |*out_offset| to the byte offset at which the manifest protobuf begins
170 bool GetManifestOffset(uint64_t* out_offset) const;
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 196 size_t out_ix, in_ix, out_offset, out_size; local
302 &out_ix, &out_offset, &out_size, &out_pts,
  /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/webp/src/demux/
anim_decode.c 340 const size_t out_offset = local
346 buf->rgba = dec->curr_frame_ + out_offset;
  /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...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 940 unsigned *out_offset)
1035 *out_offset = offset;

Completed in 823 milliseconds

1 2