| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_memory.h | 61 os_malloc_aligned(size_t size, size_t alignment);
|
| H A D | os_memory_stdc.h | 54 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 D | os_memory_aligned.h | 59 os_malloc_aligned(size_t size, size_t alignment) function in typeref:typename:void * 88 * Free memory returned by os_malloc_aligned().
|
| H A D | u_memory.h | 62 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_memory.h | 56 os_malloc_aligned(size_t size, size_t alignment);
|
| H A D | os_memory_aligned.h | 54 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 D | os_memory_stdc.h | 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
|
| H A D | u_memory.h | 61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
|
| H A D | sparse_array.c | 107 void *data = os_malloc_aligned(size, NODE_ALLOC_ALIGN);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_coro.c | 148 return os_malloc_aligned(size, 4096);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_texture.c | 953 return os_malloc_aligned(size, 256);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1488 p = os_malloc_aligned(sizeof(struct translate_sse), 16);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 1269 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 1510 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1488 p = os_malloc_aligned(sizeof(struct translate_sse), 16);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 2574 tc = os_malloc_aligned(sizeof(struct threaded_context), 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 2111 os_malloc_aligned(xfer->layer_stride * box->depth, 16);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 2150 - nvfx: Pair os_malloc_aligned() with os_free_aligned().
|