/external/chromium_org/third_party/mesa/src/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 …]
|
/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 …]
|
/external/chromium_org/third_party/mesa/src/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/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()
|
/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/ots/src/ |
D | woff2.cc | 138 uint32_t dst_offset; member 147 dst_offset(0), in Table() 716 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length > in ReconstructTransformed() 720 if (static_cast<uint64_t>(loca_table->dst_offset) + loca_table->dst_length > in ReconstructTransformed() 725 dst + glyf_table->dst_offset, glyf_table->dst_length, in ReconstructTransformed() 726 dst + loca_table->dst_offset, loca_table->dst_length); in ReconstructTransformed() 755 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset; in FixChecksums() 756 if (adjustment_offset < head_table->dst_offset) { in FixChecksums() 765 uint8_t* table_data = dst + table->dst_offset; in FixChecksums() 913 uint64_t dst_offset = kSfntHeaderSize + in ConvertWOFF2ToTTF() local [all …]
|
/external/chromium_org/third_party/brotli/src/woff2/ |
D | woff2_dec.cc | 606 if (static_cast<uint64_t>(glyf_table->dst_offset + glyf_table->dst_length) > in ReconstructTransformed() 610 if (static_cast<uint64_t>(loca_table->dst_offset + loca_table->dst_length) > in ReconstructTransformed() 615 dst + glyf_table->dst_offset, glyf_table->dst_length, in ReconstructTransformed() 616 dst + loca_table->dst_offset, loca_table->dst_length); in ReconstructTransformed() 645 size_t adjustment_offset = head_table->dst_offset + kCheckSumAdjustmentOffset; in FixChecksums() 652 uint8_t* table_data = dst + table->dst_offset; in FixChecksums() 778 uint64_t dst_offset = kSfntHeaderSize + in ConvertWOFF2ToTTF() local 790 table->dst_offset = dst_offset; in ConvertWOFF2ToTTF() 791 dst_offset += table->dst_length; in ConvertWOFF2ToTTF() 792 if (dst_offset > std::numeric_limits<uint32_t>::max()) { in ConvertWOFF2ToTTF() [all …]
|
/external/valgrind/main/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/chromium_org/chrome/browser/chromeos/system/ |
D | timezone_util.cc | 89 int raw_offset, dst_offset; in GetTimezoneName() local 92 timezone.getOffset(now, false, raw_offset, dst_offset, status); in GetTimezoneName() 94 int offset = raw_offset + dst_offset; in GetTimezoneName() 114 timezone.getDisplayName(dst_offset != 0, icu::TimeZone::LONG, name); in GetTimezoneName()
|