Searched refs:os_malloc_aligned_fd (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory_fd.h47 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id);
50 * Free memory returned by os_malloc_aligned_fd().
H A Dos_memory_fd.c102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id) function in typeref:typename:void *
167 * Free memory returned by os_malloc_aligned_fd().
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c968 return os_malloc_aligned_fd(size, 256, fd, "llvmpipe memory fd", driver_id);

Completed in 5 milliseconds