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

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_blit.h 40 unsigned dst_offset,
50 unsigned dst_offset,
i915_blit.c 41 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);
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.h 40 unsigned dst_offset,
50 unsigned dst_offset,
i915_blit.c 41 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);
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 156 unsigned int src_offset, dst_offset; local
165 dst_offset = width * i + j;
167 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
169 dst_offset += width;
170 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
172 dst_offset += width;
177 dst_offset = width * i + j;
179 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
181 dst_offset += width;
182 memcpy(y_dst + dst_offset, y_src + src_offset, width - j)
243 unsigned int src_offset, dst_offset; local
327 unsigned int src_offset, dst_offset; local
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_common.h 43 uint32_t dst_offset; member in struct:woff2::Table
  /system/core/libmincrypt/
dsa_sig.c 37 int dst_offset; local
45 dst_offset = P256_NBYTES - src_len;
46 memset(dst, 0, dst_offset);
47 memcpy(dst + dst_offset, src, src_len);
  /system/media/audio_utils/
channels.c 77 size_t dst_offset; \
78 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \
81 for (; dst_offset < out_buff_chans; dst_offset++) { \
108 size_t dst_offset; \
109 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.h 45 intptr_t dst_offset,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.h 45 intptr_t dst_offset,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 45 intptr_t dst_offset,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 45 intptr_t dst_offset,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch.c 68 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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.h 47 GLuint dst_offset,
61 GLuint dst_offset,
68 unsigned int dst_offset,
intel_pixel_read.c 79 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,
intel_blit.c 99 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_NONE
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch.c 68 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...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.h 47 GLuint dst_offset,
61 GLuint dst_offset,
68 unsigned int dst_offset,
intel_pixel_read.c 79 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,
intel_blit.c 99 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_NONE
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.h 38 virtual int32_t CopyTo(int32_t dst_offset,
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
memory_byte_array.h 50 virtual int32_t CopyTo(int32_t dst_offset,
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.h 38 virtual int32_t CopyTo(int32_t dst_offset,
42 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
memory_byte_array.h 50 virtual int32_t CopyTo(int32_t dst_offset,
54 return ByteArray::CopyTo(dst_offset, array, src_offset, length);
  /external/chromium_org/chrome/browser/chromeos/system/
timezone_util.cc 89 int raw_offset, dst_offset; local
92 timezone.getOffset(now, false, raw_offset, dst_offset, status);
94 int offset = raw_offset + dst_offset;
114 timezone.getDisplayName(dst_offset != 0, icu::TimeZone::LONG, name);

Completed in 574 milliseconds

1 2 3 4 5