Searched refs:os_create_anonymous_file (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Danon_file.h31 int os_create_anonymous_file(off_t size, const char *debug_name);
H A Danon_file.c115 os_create_anonymous_file(off_t size, const char *debug_name) function in typeref:typename:int
H A Dos_memory_fd.c122 mem_fd = os_create_anonymous_file(alloc_size, fd_name);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_gem_stubs.c33 int fd = os_create_anonymous_file(size, "fake bo");
79 int fd = os_create_anonymous_file(size, "fake bo");
H A Danv_allocator.c157 table->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "state table");
393 pool->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "block pool");
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daub_mem.c383 mem->mem_fd = os_create_anonymous_file(0, "phys memory");
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.8.rst229 - util: fix os_create_anonymous_file on android
H A D19.2.0.rst401 - util: fix os_create_anonymous_file on android
H A D19.3.0.rst3190 - util: fix os_create_anonymous_file on android
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_wayland.c1665 os_create_anonymous_file(off_t size) function in typeref:typename:int
1719 fd = os_create_anonymous_file(size_map);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_wayland.c1168 fd = os_create_anonymous_file(image->data_size, NULL);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_wayland.c1719 fd = os_create_anonymous_file(size_map, NULL);

Completed in 20 milliseconds