Searched refs:os_malloc_aligned (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/util/ |
D | os_memory_aligned.h | 54 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() function 71 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() function 121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned()
|
D | os_memory.h | 56 os_malloc_aligned(size_t size, size_t alignment);
|
D | os_memory_stdc.h | 52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) macro
|
D | u_memory.h | 61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
|
D | sparse_array.c | 107 void *data = os_malloc_aligned(size, NODE_ALLOC_ALIGN); in _util_sparse_array_node_alloc()
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_memory_stdc.h | 54 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
|
D | os_memory.h | 61 os_malloc_aligned(size_t size, size_t alignment);
|
D | os_memory_aligned.h | 46 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() function
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_memory.h | 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 148 return os_malloc_aligned(size, 4096); in coro_malloc()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 829 return os_malloc_aligned(size, 256); in llvmpipe_allocate_memory()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 79 return os_malloc_aligned(size, align); in default_alloc_func()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1488 p = os_malloc_aligned(sizeof(struct translate_sse), 16); in translate_sse2_create()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 1761 os_malloc_aligned(xfer->layer_stride * box->depth, 16); in iris_map_tiled_memcpy()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 2726 tc = os_malloc_aligned(sizeof(struct threaded_context), 16); in threaded_context_create()
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2150 - nvfx: Pair os_malloc_aligned() with os_free_aligned().
|