Searched defs:dst_offset (Results 1 - 25 of 85) sorted by last modified time

1234

/external/valgrind/main/none/tests/s390x/
H A Dmvcl.c175 uint32_t dst_offset, dst_len, src_offset, src_len; local
264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset)
265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len)
268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc103 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, argument
106 if (array->Size() < dst_offset + length) { // insufficient space
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
H A Dgrowable_memory_byte_array.h38 virtual int32_t CopyTo(int32_t dst_offset, argument
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
H A Dmemory_byte_array.h50 virtual int32_t CopyTo(int32_t dst_offset, argument
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
/external/mesa3d/include/CL/
H A Dcl.hpp2654 ::size_t dst_offset,
2661 object_, src(), dst(), src_offset, dst_offset, size,
2834 ::size_t dst_offset,
2841 (const ::size_t *) region, dst_offset,
2650 enqueueCopyBuffer( const Buffer& src, const Buffer& dst, ::size_t src_offset, ::size_t dst_offset, ::size_t size, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
2829 enqueueCopyImageToBuffer( const Image& src, const Buffer& dst, const size_t<3>& src_origin, const size_t<3>& region, ::size_t dst_offset, const VECTOR_CLASS<Event>* events = NULL, Event* event = NULL) const argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c206 unsigned dst_offset; local
222 dst_offset = 0;
247 hw_key.element[i].output_offset = dst_offset;
249 dst_offset += emit_sz;
H A Ddraw_pt_emit.c56 unsigned dst_offset; local
77 dst_offset = 0;
101 hw_key.element[i].output_offset = dst_offset;
103 dst_offset += emit_sz;
H A Ddraw_pt_fetch.c68 unsigned dst_offset = 0; local
76 dst_offset += 1 * sizeof(float);
79 dst_offset += 8 * sizeof(float);
94 key.element[nr].output_offset = dst_offset;
96 dst_offset += sizeof(uint);
104 key.element[nr].output_offset = dst_offset;
107 dst_offset += 4 * sizeof(int);
115 key.element[nr].output_offset = dst_offset;
118 dst_offset += 4 * sizeof(unsigned);
126 key.element[nr].output_offset = dst_offset;
[all...]
H A Ddraw_pt_fetch_emit.c98 unsigned i, dst_offset; local
113 dst_offset = 0;
143 key.element[i].output_offset = dst_offset;
145 dst_offset += emit_sz;
H A Ddraw_pt_fetch_shade_emit.c125 unsigned dst_offset = 0; local
139 fse->key.element[i].out.offset = dst_offset;
141 dst_offset += emit_sz;
142 assert(fse->key.output_stride >= dst_offset);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c586 unsigned dst_offset = lp_const_offset(dst_type); local
589 if (dst_offset > src_offset && src_type.width > dst_type.width) {
682 unsigned dst_offset = lp_const_offset(dst_type); local
694 if (dst_offset > src_offset) {
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c41 unsigned dst_offset,
50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h);
82 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
96 unsigned dst_offset,
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
154 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset);
36 i915_fill_blit(struct i915_context *i915, unsigned cpp, unsigned rgba_mask, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short x, short y, short w, short h, unsigned color) argument
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
H A Di915_surface.c173 unsigned dst_offset, src_offset; /* in bytes */ local
187 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
203 (unsigned short) dst_tex->stride, dst_tex->buffer, dst_offset, local
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c163 uint dst_offset = jj * dst_stride + ii; local
165 dst32 + dst_offset,
183 uint dst_offset = jj * dst_stride + ii; local
185 dst16 + dst_offset,
252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local
255 dst32 + dst_offset,
272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) local
275 dst16 + dst_offset,
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.c504 unsigned dst_offset = dst->offset; local
509 dst_offset += (dst->y0 * dst->pitch) + (dst->x0 * dst->cpp);
524 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
539 dst_offset += dst->pitch * lines;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h204 unsigned dst_offset:16; /**< offset into the buffer in dwords */ member in struct:pipe_stream_output_info::__anon27545
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]
H A Dintel_pixel_read.c79 GLuint dst_offset; local
124 dst_offset = (GLintptr)pixels;
125 dst_offset += _mesa_image_offset(2, pack, width, height,
140 x == 0 && dst_offset == 0);
155 rowLength, dst_buffer, dst_offset, false,
H A Dintel_regions.c372 GLuint dst_offset,
395 dst->pitch, dst->bo, dst_offset, dst->tiling,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c2330 GLuint dst_offset = 0; local
2336 dst_offset += 2;
2372 dest = offset(dest, dst_offset);
H A Dbrw_structs.h911 GLuint dst_offset:8; member in struct:brw_vertex_element_state::__anon27830
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]
H A Dintel_pixel_read.c79 GLuint dst_offset; local
124 dst_offset = (GLintptr)pixels;
125 dst_offset += _mesa_image_offset(2, pack, width, height,
140 x == 0 && dst_offset == 0);
155 rowLength, dst_buffer, dst_offset, false,
H A Dintel_regions.c372 GLuint dst_offset,
395 dst->pitch, dst->bo, dst_offset, dst->tiling,
370 intel_region_copy(struct intel_context *intel, struct intel_region *dst, GLuint dst_offset, GLuint dstx, GLuint dsty, struct intel_region *src, GLuint src_offset, GLuint srcx, GLuint srcy, GLuint width, GLuint height, bool flip, GLenum logicop) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_blit.c99 GLuint dst_offset,
113 if (dst_offset & 4095)
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
206 dst_offset);
401 GLuint dst_offset,
411 if (dst_offset & 4095)
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
459 dst_offset);
483 unsigned int dst_offset,
499 pitch, dst_bo, dst_offset, I915_TILING_NON
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
481 intel_emit_linear_blit(struct intel_context *intel, drm_intel_bo *dst_bo, unsigned int dst_offset, drm_intel_bo *src_bo, unsigned int src_offset, unsigned int size) argument
[all...]

Completed in 856 milliseconds

1234