Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dos_memory_fd.h47 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *drive…
Dos_memory_fd.c102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *drive… in os_malloc_aligned_fd() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c978 return os_malloc_aligned_fd(size, alignment, fd, "llvmpipe memory fd", driver_id); in llvmpipe_allocate_memory_fd()