Searched refs:tmp_fd (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_android.c | 351 int tmp_fd; local in function:tu_QueueSignalReleaseImageANDROID 359 &tmp_fd); 367 fd = tmp_fd; 368 else if (tmp_fd >= 0) { 369 sync_accumulate("tu", &fd, tmp_fd); 370 close(tmp_fd);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 350 int tmp_fd; local in function:radv_QueueSignalReleaseImageANDROID 356 }, &tmp_fd); 364 fd = tmp_fd; 365 else if (tmp_fd >= 0) { 366 sync_accumulate("radv", &fd, tmp_fd); 367 close(tmp_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 472 int tmp_fd; local in function:radv_QueueSignalReleaseImageANDROID 480 &tmp_fd); 488 fd = tmp_fd; 489 else if (tmp_fd >= 0) { 490 sync_accumulate("radv", &fd, tmp_fd); 491 close(tmp_fd);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_driver.c | 1065 int tmp_fd = dup(ms->fd); local in function:drv_screen_init 1070 if (tmp_fd == -1 || flags == -1 || fcntl(tmp_fd, F_SETFD, flags)) { 1075 ms->fd = tmp_fd; 1077 close(tmp_fd);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 1860 int tmp_fd; local in function:tu_QueueSignalReleaseImageANDROID 1868 &tmp_fd); 1876 fd = tmp_fd; 1877 else if (tmp_fd >= 0) { 1878 sync_accumulate("tu", &fd, tmp_fd); 1879 close(tmp_fd);
|
Completed in 9 milliseconds