HomeSort by relevance Sort by last modified time
    Searched full:os_malloc_aligned (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 54 os_malloc_aligned(size_t size, size_t alignment) function
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
os_memory.h 61 os_malloc_aligned(size_t size, size_t alignment);
os_memory_aligned.h 59 os_malloc_aligned(size_t size, size_t alignment) function
os_memory_debug.h 89 /* TODO: wrap os_malloc_aligned() and os_free_aligned() too */
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c     [all...]
  /external/mesa3d/docs/relnotes/
7.10.html     [all...]

Completed in 119 milliseconds