Home
last modified time | relevance | path

Searched defs:align (Results 1 – 17 of 17) sorted by relevance

/hardware/google/aemu/base/
DAlignedBuf_unittest.cpp28 static void checkAligned(size_t align, void* ptr) { in checkAligned()
76 constexpr int align = 64; in TEST() local
100 constexpr int align = 64; in TEST() local
124 constexpr int align = 64; in TEST() local
DAlignedBuf.cpp20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
Dbits.h34 constexpr size_t align(size_t len) { in align() function
/hardware/libhardware/tests/hardware/
Dstruct-last.cpp27 #define GET_PADDING(align, size) (((align) - ((size) % (align))) % (align)) argument
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAlignedBuf.cpp20 void* aligned_buf_alloc(size_t align, size_t size) { in aligned_buf_alloc()
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp53 uint32_t align = 16; in get_yv12_offsets() local
68 uint32_t align = 1; in get_yuv420p_offsets() local
92 int align = 16; in rgb565_to_yv12() local
133 int align = 16; in rgb888_to_yv12() local
238 int align = 16; in yv12_to_rgb565() local
283 int align = 16; in yv12_to_rgb888() local
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp480 const int32_t align = unpackAlignment - 1; in doCompressedTexImage2D() local
512 const int32_t align = unpackAlignment - 1; in doCompressedTexImage2D() local
596 const int32_t align = unpackAlignment - 1; in doCompressedTexImage2D() local
912 static uint32_t s_texAlign(uint32_t v, uint32_t align) { in s_texAlign()
DSaveableTexture.cpp67 static uint32_t s_texAlign(uint32_t v, uint32_t align) { in s_texAlign()
/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp25 size_t align(size_t value, size_t alignment) { in align() function
Daddress_space_shared_slots_host_memory_allocator.cpp30 size_t align(size_t value, size_t alignment) { in align() function
/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils.cpp127 inline uint32_t alignToPower2(uint32_t val, uint32_t align) { in alignToPower2()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp48 #define HIGHEST_MULTIPLE_OF(align, x) \ argument
231 static int computePitch(GLsizei inputWidth, GLenum format, GLenum type, int align) { in computePitch()
236 …ackingOffset(GLenum format, GLenum type, GLsizei width, GLsizei height, int align, int skipPixels,… in computePackingOffset()
/hardware/libhardware/modules/gralloc/
Dgralloc.cpp198 inline size_t align(size_t value, size_t alignment) in align() function
/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp29 int Utils::align(int value) { in align() function in android::hardware::automotive::evs::common::Utils
/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp295 inline uint32_t alignToPower2(uint32_t val, uint32_t align) { in alignToPower2()
930 uint32_t align = (mFormat == FRAMEWORK_FORMAT_YV12) ? 16 : 1; in getDataSize() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c952 int align; in dhd_membytes() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h2139 T* aligned_malloc(size_t size, size_t align) in aligned_malloc()