Lines Matching refs:semaphore
61 _mesa_lookup_semaphore_object(struct gl_context *ctx, GLuint semaphore) in _mesa_lookup_semaphore_object() argument
63 if (!semaphore) in _mesa_lookup_semaphore_object()
67 _mesa_HashLookup(ctx->Shared->SemaphoreObjects, semaphore); in _mesa_lookup_semaphore_object()
71 _mesa_lookup_semaphore_object_locked(struct gl_context *ctx, GLuint semaphore) in _mesa_lookup_semaphore_object_locked() argument
73 if (!semaphore) in _mesa_lookup_semaphore_object_locked()
77 _mesa_HashLookupLocked(ctx->Shared->SemaphoreObjects, semaphore); in _mesa_lookup_semaphore_object_locked()
221 _mesa_IsSemaphoreEXT(GLuint semaphore);
224 _mesa_SemaphoreParameterui64vEXT(GLuint semaphore,
229 _mesa_GetSemaphoreParameterui64vEXT(GLuint semaphore,
234 _mesa_WaitSemaphoreEXT(GLuint semaphore,
242 _mesa_SignalSemaphoreEXT(GLuint semaphore,
256 _mesa_ImportSemaphoreFdEXT(GLuint semaphore,