/external/mesa3d/src/gallium/state_trackers/clover/api/ |
transfer.cpp | 251 size_t src_offset, size_t dst_offset, size_t size, 260 hard_copy_op(q, dst_obj, { dst_offset }, 386 size_t dst_offset, 398 dst_obj, { dst_offset },
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.c | 452 * @param[in] dst_offset offset of the destination image in the @a dst_bo 473 intptr_t dst_offset, 510 if (src_offset % 32 || dst_offset % 32) { 540 emit_cb_setup(r200, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
pcm_extplug.h | 130 snd_pcm_uframes_t dst_offset,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
pcm_extplug.h | 130 snd_pcm_uframes_t dst_offset,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
|
pcm_extplug.h | 130 snd_pcm_uframes_t dst_offset,
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DataFormatFieldTest.java | 158 "ofCalendarField(Calendar.DST_OFFSET) returned the wrong value", 159 DateFormat.Field.ofCalendarField(Calendar.DST_OFFSET));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local 181 untiled_s8z24_map[dst_offset/4] = tiled_s8z24_map[src_offset/4]; 219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local 220 untiled_z16_map[dst_offset/2] = tiled_z16_map[src_offset/2]; 369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); local 371 tiled_s8z24_map[dst_offset/4] = untiled_s8z24_map[src_offset/4]; 402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); local 404 tiled_z16_map[dst_offset/2] = untiled_z16_map[src_offset/2];
|
radeon_ioctl.h | 71 GLuint dst_offset,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local 181 untiled_s8z24_map[dst_offset/4] = tiled_s8z24_map[src_offset/4]; 219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; local 220 untiled_z16_map[dst_offset/2] = tiled_z16_map[src_offset/2]; 369 uint32_t dst_offset = get_depth_z32(rrb, rrb->map_x + pix_x, flipped_y); local 371 tiled_s8z24_map[dst_offset/4] = untiled_s8z24_map[src_offset/4]; 402 uint32_t dst_offset = get_depth_z16(rrb, rrb->map_x + pix_x, flipped_y); local 404 tiled_z16_map[dst_offset/2] = untiled_z16_map[src_offset/2];
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
csc_tiled_to_linear_uv_neon.s | 61 @r7 dst_offset 91 add r7, r0, r12 @ dst_offset = y_dst + temp1
|
csc_tiled_to_linear_y_neon.s | 62 @r7 dst_offset 96 add r7, r0, r12 @ dst_offset = y_dst + temp1
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_surface.c | 173 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/i915/ |
i915_surface.c | 173 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
|
/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 150 * System.out.println("DST_OFFSET: " 151 * + (calendar.get(Calendar.DST_OFFSET)/(60*60*1000))); 175 * System.out.println("DST_OFFSET: " 176 * + (calendar.get(Calendar.DST_OFFSET)/(60*60*1000))); // in hours 349 * if the specified field is DST_OFFSET or ZONE_OFFSET. 498 fields[DST_OFFSET] = dstOffset; 570 fields[DST_OFFSET] = dstOffset; [all...] |
/external/chromium_org/v8/src/x64/ |
deoptimizer-x64.cc | 213 int dst_offset = i * kDoubleSize + double_regs_offset; local 214 __ pop(Operand(rbx, dst_offset));
|
/frameworks/base/core/tests/coretests/src/android/util/ |
TimeUtilsTest.java | 425 return TimeUtils.getTimeZone(c.get(c.ZONE_OFFSET) + c.get(c.DST_OFFSET), 426 c.get(c.DST_OFFSET) != 0,
|
/external/chromium_org/third_party/icu/source/i18n/ |
cecal.h | 79 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltztst.cpp | 207 cal->get(Calendar::DST_OFFSET, status);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 586 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_transfer.c | 504 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/icu4c/i18n/ |
cecal.h | 79 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set.
|
/external/icu4c/test/intltest/ |
caltztst.cpp | 207 cal->get(Calendar::DST_OFFSET, status);
|