Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dos_memory_fd.h41 os_import_memory_fd(int fd, void **ptr, uint64_t *size, char const *driver_id);
Dos_memory_fd.c68 os_import_memory_fd(int fd, void **ptr, uint64_t *size, char const *driver_id) in os_import_memory_fd() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c973 return os_import_memory_fd(fd, (void**)ptr, size, driver_id); in llvmpipe_import_memory_fd()