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

/xsrc/external/mit/MesaLib.old/dist/src/util/
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 in typeref:typename:void *
69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Dos_memory_aligned.h59 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
88 * Free memory returned by os_malloc_aligned().
H A Du_memory.h62 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory.h56 os_malloc_aligned(size_t size, size_t alignment);
H A Dos_memory_aligned.h54 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
71 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void *
100 * Free memory returned by os_malloc_aligned().
121 void *newBuf = os_malloc_aligned(newsize, alignment);
H A Dos_memory_stdc.h52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
H A Du_memory.h61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
H A Dsparse_array.c107 void *data = os_malloc_aligned(size, NODE_ALLOC_ALIGN);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c148 return os_malloc_aligned(size, 4096);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c953 return os_malloc_aligned(size, 256);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1488 p = os_malloc_aligned(sizeof(struct translate_sse), 16);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1269 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1510 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1488 p = os_malloc_aligned(sizeof(struct translate_sse), 16);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2574 tc = os_malloc_aligned(sizeof(struct threaded_context), 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c2111 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst2150 - nvfx: Pair os_malloc_aligned() with os_free_aligned().

Completed in 32 milliseconds