Searched refs:next_handle (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c57 static uint32_t next_handle; variable in typeref:typename:uint32_t
60 return ++next_handle;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_context.c61 static uint32_t next_handle; variable in typeref:typename:uint32_t
64 return p_atomic_inc_return(&next_handle);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst3319 - virgl: next_handle variable modify to atomic inc in virgl_object_assign_handle

Completed in 10 milliseconds