Searched defs:semObj (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_semaphoreobjects.c53 st_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument
61 st_import_semaphoreobj_fd(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument
78 st_server_wait_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument
125 st_server_signal_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_semaphoreobjects.c53 st_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument
61 st_import_semaphoreobj_fd(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument
78 st_server_wait_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument
127 st_server_signal_semaphore(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshared.c327 struct gl_semaphore_object *semObj = (struct gl_semaphore_object *) data; local in function:delete_semaphore_object_cb
H A Dexternalobjects.c719 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_WaitSemaphoreEXT
780 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_SignalSemaphoreEXT
561 _mesa_delete_semaphore_object(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument
879 struct gl_semaphore_object *semObj = _mesa_lookup_semaphore_object(ctx, local in function:_mesa_ImportSemaphoreFdEXT
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshared.c325 struct gl_semaphore_object *semObj = (struct gl_semaphore_object *) data; local in function:delete_semaphore_object_cb
H A Dexternalobjects.c715 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_WaitSemaphoreEXT
775 struct gl_semaphore_object *semObj = NULL; local in function:_mesa_SignalSemaphoreEXT
559 _mesa_delete_semaphore_object(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument
873 struct gl_semaphore_object *semObj = _mesa_lookup_semaphore_object(ctx, local in function:_mesa_ImportSemaphoreFdEXT
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_sync.c100 intel_semaphoreobj_free(struct gl_context * ctx,struct gl_semaphore_object * semObj) argument
107 intel_semaphoreobj_import(struct gl_context * ctx,struct gl_semaphore_object * semObj,int fd) argument
125 intel_semaphoreobj_signal(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * dstLayouts) argument
143 intel_semaphoreobj_wait(struct gl_context * ctx,struct gl_semaphore_object * semObj,GLuint numBufferBarriers,struct gl_buffer_object ** bufObjs,GLuint numTextureBarriers,struct gl_texture_object ** texObjs,const GLenum * srcLayouts) argument

Completed in 10 milliseconds