HomeSort by relevance Sort by last modified time
    Searched refs:align_to (Results 1 - 23 of 23) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferBase.cpp 54 yStride = align_to(align_to(mWidth, 32), yStride_align);
58 yStride = align_to(align_to(mWidth, 32), 64);
60 uvStride = align_to(yStride >> 1, 64);
65 yStride = align_to(align_to(mWidth, 32), 64);
72 yStride = align_to(align_to(mWidth, 32), 64);
79 yStride = align_to((align_to(mWidth, 32) << 1), 64)
    [all...]
WsbmWrapper.c 35 static inline uint32_t align_to(uint32_t arg, uint32_t align) function
162 ATRACE("size %d", align_to(size, 4096));
180 align_to(size, 4096), NULL, NULL, 0,
201 ATRACE("size %d", align_to(size, 4096));
218 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0);
VideoPayloadManager.cpp 67 metadata->scalingBuffer.bufWidth = align_to(p->scaling_width, 32);
68 metadata->scalingBuffer.bufHeight = align_to(p->scaling_height, 32);
OverlayPlaneBase.cpp 402 yStride = align_to(align_to(w, 32), yStride_align);
406 yStride = align_to(align_to(w, 32), 64);
408 uvStride = align_to(yStride >> 1, 64);
413 yStride = align_to(align_to(w, 32), 64);
424 yStride = align_to(align_to(w, 32), 64);
432 yStride = align_to((align_to(w, 32) << 1), 64)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferBase.cpp 56 yStride = align_to(align_to(mWidth, 32), yStride_align);
60 yStride = align_to(align_to(mWidth, 32), 64);
62 uvStride = align_to(yStride >> 1, 64);
67 yStride = align_to(align_to(mWidth, 32), 64);
74 yStride = align_to(align_to(mWidth, 32), 64);
81 yStride = align_to((align_to(mWidth, 32) << 1), 64)
    [all...]
WsbmWrapper.c 36 static inline uint32_t align_to(uint32_t arg, uint32_t align) function
163 ALOGTRACE("size %d", align_to(size, 4096));
181 align_to(size, 4096), NULL, NULL, 0,
201 ALOGTRACE("size %d", align_to(size, 4096));
218 ret = wsbmBOData(wsbmBuf, align_to(size, 4096), NULL, NULL, 0);
OverlayPlaneBase.cpp 387 yStride = align_to(align_to(w, 32), yStride_align);
391 yStride = align_to(align_to(w, 32), 64);
393 uvStride = align_to(yStride >> 1, 64);
398 yStride = align_to(align_to(w, 32), 64);
405 yStride = align_to(align_to(w, 32), 64);
412 yStride = align_to((align_to(w, 32) << 1), 64)
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/
runtime.cc 58 size_t align_to(size_t n, size_t align) { function in namespace:tensorflow::tfcompile::runtime::__anon38695
68 total += align_to(sizes[i], kAlign);
92 pos += align_to(sizes[i], kAlign);
  /external/v8/src/compiler/
frame.h 139 int align_to = (width & 15) == 0 ? 16 : (width & 7) == 0 ? 8 : kPointerSize; local
141 RoundUp(frame_slot_count_ + new_frame_slots, align_to / kPointerSize);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPrimaryPlane.cpp 58 mContext.ctx.prim_ctx.stride = align_to((4 * align_to(mPosition.w, 32)), 64);
  /hardware/intel/img/hwcomposer/merrifield/include/
DataBuffer.h 106 static inline uint32_t align_to(uint32_t arg, uint32_t align) function in namespace:android::intel
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 162 mContext.ctx.sp_ctx.stride = align_to(srcW, 32) * 4;
163 mContext.ctx.sp_ctx.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
284 stride = align_to((4 * align_to(mPosition.w, 32)), 64);
AnnOverlayPlane.cpp 235 uSurface = ySurface + yStride * align_to(h, 32);
236 vSurface = ySurface + yStride * align_to(h, 32);
246 uSurface = ySurface + yStride * align_to(h, 32);
247 vSurface = ySurface + yStride * align_to(h, 32);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DataBuffer.h 106 static inline uint32_t align_to(uint32_t arg, uint32_t align) function in namespace:android::intel
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp 221 mContext.ctx.sp_ctx.stride = align_to(srcW, 32) * 4;
222 mContext.ctx.sp_ctx.linoff = (align_to(srcW, 32) * srcH / 64) - 1;
342 stride = align_to((4 * align_to(mPosition.w, 32)), 64);
AnnOverlayPlane.cpp 230 vSurface = ySurface + yStride * align_to(h, 32);
231 uSurface = vSurface + uvStride * (align_to(h, 32) / 2);
266 uSurface = ySurface + yStride * align_to(h, 32);
267 vSurface = ySurface + yStride * align_to(h, 32);
277 uSurface = ySurface + yStride * align_to(h, 32);
278 vSurface = ySurface + yStride * align_to(h, 32);
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 1167 unsigned long align_down(unsigned long alignme, unsigned long align_to)
1169 return alignme & ~(align_to-1);
1172 unsigned long align_up(unsigned long alignme, unsigned long align_to)
1174 return (alignme + align_to - 1) & ~(align_to-1);
    [all...]
protection_keys.c 55 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1))
56 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1))
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_lib.h 569 /* Returns pointer to heap (or NULL) that is aligned to a align_to byte
573 * no longer needed. If align_to is 0 then aligns to OS's page size. Sets all
575 uint8_t * sg_memalign(uint32_t num_bytes, uint32_t align_to,
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 93 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to)
95 return align(util_format_get_nblocksx(format, width), align_to);
99 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to)
101 return align(util_format_get_nblocksy(format, width), align_to);
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 51 return align_to(val, 64);
56 return align_to(val, 16);
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mips.c 6323 int align_to; member in struct:fix_24k_store_info
    [all...]

Completed in 467 milliseconds