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

  /external/chromium_org/third_party/mesa/src/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 46 os_malloc_aligned(size_t size, size_t alignment) function
os_memory_debug.h 80 /* TODO: wrap os_malloc_aligned() and os_free_aligned() too */
  /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 46 os_malloc_aligned(size_t size, size_t alignment) function
os_memory_debug.h 80 /* TODO: wrap os_malloc_aligned() and os_free_aligned() too */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]

Completed in 2154 milliseconds