Searched refs:os_malloc_aligned (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/util/ |
H A 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 100 * Free memory returned by os_malloc_aligned(). 121 void *newBuf = os_malloc_aligned(newsize, alignment); in os_realloc_aligned()
|
H A D | os_memory.h | 56 os_malloc_aligned(size_t size, size_t 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); in _util_sparse_array_node_alloc()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_coro.c | 148 return os_malloc_aligned(size, 4096); in coro_malloc()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 960 return os_malloc_aligned(size, alignment); in llvmpipe_allocate_memory()
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1516 p = os_malloc_aligned(sizeof(struct translate_sse), 16); in translate_sse2_create()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 1523 os_malloc_aligned(xfer->layer_stride * box->depth, 16); in crocus_map_tiled_memcpy()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 2262 os_malloc_aligned(xfer->layer_stride * box->depth, 16); in iris_map_tiled_memcpy()
|
Completed in 13 milliseconds