Searched refs:os_malloc_aligned (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory.h61 os_malloc_aligned(size_t size, size_t alignment);
H A Dos_memory_stdc.h54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Dos_memory_aligned.h46 os_malloc_aligned(size_t size, size_t alignment) function
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory.h61 os_malloc_aligned(size_t size, size_t alignment);
H A Dos_memory_stdc.h54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Dos_memory_aligned.h46 os_malloc_aligned(size_t size, size_t alignment) function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1463 p = os_malloc_aligned(sizeof(struct translate_sse), 16);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1463 p = os_malloc_aligned(sizeof(struct translate_sse), 16);

Completed in 512 milliseconds