Home
last modified time | relevance | path

Searched refs:os_malloc_aligned (Results 1 – 5 of 5) sorted by relevance

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