Searched refs:tmp_fd (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c351 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 Dradv_android.c350 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 Dradv_android.c472 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 Dvmwgfx_driver.c1065 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 Dtu_drm.c1860 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