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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp77 static int fence_id = 0; local in function:swr_fence_create
83 fence->id = fence_id++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp77 static int fence_id = 0; local in function:swr_fence_create
83 fence->id = fence_id++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c47 static int fence_id; local in function:lp_fence_create
58 fence->id = fence_id++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.c47 static int fence_id; local in function:lp_fence_create
58 fence->id = fence_id++;
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_request.c63 #define VERIFY_FENCE_OR_NONE(fence_ptr, fence_id, client, access) do { \
64 if ((fence_id) == None) \
67 int __rc__ = SyncVerifyFence(&fence_ptr, fence_id, client, access); \

Completed in 3 milliseconds