Lines Matching refs:semaphores
581 _mesa_GenSemaphoresEXT(GLsizei n, GLuint *semaphores)
588 _mesa_debug(ctx, "%s(%d, %p)", func, n, semaphores);
600 if (!semaphores)
607 semaphores[i] = first + i;
609 semaphores[i], &DummySemaphoreObject);
617 _mesa_DeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores)
624 _mesa_debug(ctx, "%s(%d, %p)\n", func, n, semaphores);
637 if (!semaphores)
642 if (semaphores[i] > 0) {
644 = _mesa_lookup_semaphore_object_locked(ctx, semaphores[i]);
648 semaphores[i]);