/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/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,
|
radeon_pixel_read.c | 101 intptr_t dst_offset; local 143 dst_offset = 0; 148 dst_offset = (intptr_t)pixels; 168 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...] |
/art/runtime/mirror/ |
object_array-inl.h | 102 MemberOffset dst_offset(DataOffset(sizeof(Object*)).Int32Value() + dst_pos * sizeof(Object*)); 111 dst->SetField32(dst_offset, reinterpret_cast<uint32_t>(object), false, true); 113 dst_offset = MemberOffset(dst_offset.Uint32Value() + sizeof(Object*)); 126 dst->SetField32(dst_offset, reinterpret_cast<uint32_t>(object), false, true); 128 dst_offset = MemberOffset(dst_offset.Uint32Value() + sizeof(Object*));
|
/bootable/recovery/minelf/ |
Retouch.c | 48 int32_t *dst_offset, uint32_t *dst_contents) { 50 *dst_offset = offs_prev + (((encoded_bytes[0]&0x60)>>5)+1)*4; 58 *dst_offset = offs_prev + (((encoded_bytes[0]&0x30)>>4)+1)*4; 67 *dst_offset = 72 if (*dst_offset == 0x3fffffff) *dst_offset = -1;
|
/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);
|