Searched refs:fd_name (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_memory_fd.h | 47 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id);
|
| H A D | os_memory_fd.c | 102 os_malloc_aligned_fd(size_t size, size_t alignment, int *fd, char const *fd_name, char const *driver_id) argument 122 mem_fd = os_create_anonymous_file(alloc_size, fd_name);
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | xtypes.py | 99 def make_fd_of(self, module, complex_type, fd_name): 103 new_fd = Field(self, module.get_type_name('INT32'), fd_name, True, False, False, None, True) 582 fd_name = child.get('name') 584 type.make_fd_of(module, self, fd_name)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 208 const char *fd_name = fd_dev_name(&device->dev_id); local in function:tu_physical_device_init 209 if (strncmp(fd_name, "FD", 2) == 0) { 212 "Turnip Adreno (TM) %s", &fd_name[2]); 214 device->name = vk_strdup(&instance->vk.alloc, fd_name,
|
Completed in 8 milliseconds