/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 68 unsigned dst_offset = 0; in draw_pt_fetch_prepare() local 76 dst_offset += 1 * sizeof(float); in draw_pt_fetch_prepare() 79 dst_offset += 8 * sizeof(float); in draw_pt_fetch_prepare() 94 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 96 dst_offset += sizeof(uint); in draw_pt_fetch_prepare() 104 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 107 dst_offset += 4 * sizeof(int); in draw_pt_fetch_prepare() 115 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() 118 dst_offset += 4 * sizeof(unsigned); in draw_pt_fetch_prepare() 126 key.element[nr].output_offset = dst_offset; in draw_pt_fetch_prepare() [all …]
|
D | draw_pt_emit.c | 56 unsigned dst_offset; in draw_pt_emit_prepare() local 77 dst_offset = 0; in draw_pt_emit_prepare() 101 hw_key.element[i].output_offset = dst_offset; in draw_pt_emit_prepare() 103 dst_offset += emit_sz; in draw_pt_emit_prepare()
|
D | draw_pt_fetch_emit.c | 98 unsigned i, dst_offset; in fetch_emit_prepare() local 113 dst_offset = 0; in fetch_emit_prepare() 143 key.element[i].output_offset = dst_offset; in fetch_emit_prepare() 145 dst_offset += emit_sz; in fetch_emit_prepare()
|
D | draw_pt_fetch_shade_emit.c | 125 unsigned dst_offset = 0; in fse_prepare() local 139 fse->key.element[i].out.offset = dst_offset; in fse_prepare() 141 dst_offset += emit_sz; in fse_prepare() 142 assert(fse->key.output_stride >= dst_offset); in fse_prepare()
|
D | draw_pipe_vbuf.c | 206 unsigned dst_offset; in vbuf_start_prim() local 222 dst_offset = 0; in vbuf_start_prim() 247 hw_key.element[i].output_offset = dst_offset; in vbuf_start_prim() 249 dst_offset += emit_sz; in vbuf_start_prim()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.c | 41 unsigned dst_offset, in i915_fill_blit() argument 50 __FUNCTION__, dst_buffer, dst_pitch, dst_offset, x, y, w, h); in i915_fill_blit() 82 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_fill_blit() 96 unsigned dst_offset, in i915_copy_blit() argument 111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in i915_copy_blit() 154 OUT_RELOC_FENCED(dst_buffer, I915_USAGE_2D_TARGET, dst_offset); in i915_copy_blit()
|
D | i915_blit.h | 40 unsigned dst_offset, 50 unsigned dst_offset,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 99 GLuint dst_offset, in intelEmitCopyBlit() argument 113 if (dst_offset & 4095) in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 206 dst_offset); in intelEmitCopyBlit() 401 GLuint dst_offset, in intelEmitImmediateColorExpandBlit() argument 411 if (dst_offset & 4095) in intelEmitImmediateColorExpandBlit() 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); in intelEmitImmediateColorExpandBlit() 459 dst_offset); in intelEmitImmediateColorExpandBlit() 483 unsigned int dst_offset, in intel_emit_linear_blit() argument 499 pitch, dst_bo, dst_offset, I915_TILING_NONE, in intel_emit_linear_blit() [all …]
|
D | intel_pixel_read.c | 79 GLuint dst_offset; in do_blit_readpixels() local 124 dst_offset = (GLintptr)pixels; in do_blit_readpixels() 125 dst_offset += _mesa_image_offset(2, pack, width, height, in do_blit_readpixels() 140 x == 0 && dst_offset == 0); in do_blit_readpixels() 155 rowLength, dst_buffer, dst_offset, false, in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_blit.c | 99 GLuint dst_offset, in intelEmitCopyBlit() argument 113 if (dst_offset & 4095) in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 206 dst_offset); in intelEmitCopyBlit() 401 GLuint dst_offset, in intelEmitImmediateColorExpandBlit() argument 411 if (dst_offset & 4095) in intelEmitImmediateColorExpandBlit() 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); in intelEmitImmediateColorExpandBlit() 459 dst_offset); in intelEmitImmediateColorExpandBlit() 483 unsigned int dst_offset, in intel_emit_linear_blit() argument 499 pitch, dst_bo, dst_offset, I915_TILING_NONE, in intel_emit_linear_blit() [all …]
|
D | intel_pixel_read.c | 79 GLuint dst_offset; in do_blit_readpixels() local 124 dst_offset = (GLintptr)pixels; in do_blit_readpixels() 125 dst_offset += _mesa_image_offset(2, pack, width, height, in do_blit_readpixels() 140 x == 0 && dst_offset == 0); in do_blit_readpixels() 155 rowLength, dst_buffer, dst_offset, false, in do_blit_readpixels()
|
D | intel_blit.h | 47 GLuint dst_offset, 61 GLuint dst_offset, 68 unsigned int dst_offset,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 99 GLuint dst_offset, in intelEmitCopyBlit() argument 113 if (dst_offset & 4095) in intelEmitCopyBlit() 145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); in intelEmitCopyBlit() 206 dst_offset); in intelEmitCopyBlit() 401 GLuint dst_offset, in intelEmitImmediateColorExpandBlit() argument 411 if (dst_offset & 4095) in intelEmitImmediateColorExpandBlit() 428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); in intelEmitImmediateColorExpandBlit() 459 dst_offset); in intelEmitImmediateColorExpandBlit() 483 unsigned int dst_offset, in intel_emit_linear_blit() argument 499 pitch, dst_bo, dst_offset, I915_TILING_NONE, in intel_emit_linear_blit() [all …]
|
D | intel_pixel_read.c | 79 GLuint dst_offset; in do_blit_readpixels() local 124 dst_offset = (GLintptr)pixels; in do_blit_readpixels() 125 dst_offset += _mesa_image_offset(2, pack, width, height, in do_blit_readpixels() 140 x == 0 && dst_offset == 0); in do_blit_readpixels() 155 rowLength, dst_buffer, dst_offset, false, in do_blit_readpixels()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tile_image.c | 163 uint dst_offset = jj * dst_stride + ii; in lp_tiled_to_linear() local 165 dst32 + dst_offset, in lp_tiled_to_linear() 183 uint dst_offset = jj * dst_stride + ii; in lp_tiled_to_linear() local 185 dst16 + dst_offset, in lp_tiled_to_linear() 252 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) in lp_linear_to_tiled() local 255 dst32 + dst_offset, in lp_linear_to_tiled() 272 uint dst_offset = (jj / tile_h * tiles_per_row + ii / tile_w) in lp_linear_to_tiled() local 275 dst16 + dst_offset, in lp_linear_to_tiled()
|
/external/valgrind/none/tests/s390x/ |
D | mvcl.c | 175 uint32_t dst_offset, dst_len, src_offset, src_len; in main() local 264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset) in main() 265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len) in main() 268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x'); in main()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 101 intptr_t dst_offset; in do_blit_readpixels() local 143 dst_offset = 0; in do_blit_readpixels() 148 dst_offset = (intptr_t)pixels; in do_blit_readpixels() 168 dst_offset, in do_blit_readpixels()
|
D | radeon_tex_copy.c | 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); in do_copy_texsubimage() local 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage() 130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 101 intptr_t dst_offset; in do_blit_readpixels() local 143 dst_offset = 0; in do_blit_readpixels() 148 dst_offset = (intptr_t)pixels; in do_blit_readpixels() 168 dst_offset, in do_blit_readpixels()
|
D | radeon_tex_copy.c | 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); in do_copy_texsubimage() local 90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage() 130 timg->mt->bo, dst_offset, dst_mesaformat, in do_copy_texsubimage()
|
D | radeon_blit.c | 351 intptr_t dst_offset, in r100_blit() argument 388 if (src_offset % 32 || dst_offset % 32) { in r100_blit() 400 dst_pitch, dst_offset, dst_x_offset, dst_y_offset, in r100_blit() 418 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height); in r100_blit()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | growable_memory_byte_array.h | 38 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() argument 42 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
D | memory_byte_array.h | 50 virtual int32_t CopyTo(int32_t dst_offset, in CopyTo() argument 54 return ByteArray::CopyTo(dst_offset, array, src_offset, length); in CopyTo()
|
D | byte_array.cc | 105 int32_t ByteArray::CopyTo(int32_t dst_offset, ByteArray* array, in CopyTo() argument 108 if (array->Size() < dst_offset + length) { // insufficient space in CopyTo() 119 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read); in CopyTo()
|
/external/v8/test/cctest/ |
D | test-utils.cc | 182 for (int dst_offset = kMinOffset; dst_offset <= kMaxOffset; dst_offset++) { in TEST() local 184 TestMemMove(area1, area2, src_offset, dst_offset, length); in TEST()
|