Lines Matching refs:temporary
339 anv_fence_impl_cleanup(device, &fence->temporary); in anv_DestroyFence()
362 if (fence->temporary.type != ANV_FENCE_TYPE_NONE) { in anv_ResetFences()
363 anv_fence_impl_cleanup(device, &fence->temporary); in anv_ResetFences()
364 fence->temporary.type = ANV_FENCE_TYPE_NONE; in anv_ResetFences()
397 fence->temporary.type != ANV_FENCE_TYPE_NONE ? in anv_GetFenceStatus()
398 &fence->temporary : &fence->permanent; in anv_GetFenceStatus()
403 assert(fence->temporary.type == ANV_FENCE_TYPE_NONE); in anv_GetFenceStatus()
476 fence->temporary.type != ANV_FENCE_TYPE_NONE ? in anv_wait_for_syncobj_fences()
477 &fence->temporary : &fence->permanent; in anv_wait_for_syncobj_fences()
553 assert(fence->temporary.type == ANV_FENCE_TYPE_NONE); in anv_wait_for_bo_fences()
778 anv_fence_impl_cleanup(device, &fence->temporary); in anv_ImportFenceFdKHR()
779 fence->temporary = new_impl; in anv_ImportFenceFdKHR()
799 fence->temporary.type != ANV_FENCE_TYPE_NONE ? in anv_GetFenceFdKHR()
800 &fence->temporary : &fence->permanent; in anv_GetFenceFdKHR()
833 if (impl == &fence->temporary) in anv_GetFenceFdKHR()
902 semaphore->temporary.type = ANV_SEMAPHORE_TYPE_NONE; in anv_CreateSemaphore()
939 if (semaphore->temporary.type == ANV_SEMAPHORE_TYPE_NONE) in anv_semaphore_reset_temporary()
942 anv_semaphore_impl_cleanup(device, &semaphore->temporary); in anv_semaphore_reset_temporary()
943 semaphore->temporary.type = ANV_SEMAPHORE_TYPE_NONE; in anv_semaphore_reset_temporary()
957 anv_semaphore_impl_cleanup(device, &semaphore->temporary); in anv_DestroySemaphore()
1065 anv_semaphore_impl_cleanup(device, &semaphore->temporary); in anv_ImportSemaphoreFdKHR()
1066 semaphore->temporary = new_impl; in anv_ImportSemaphoreFdKHR()
1088 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ? in anv_GetSemaphoreFdKHR()
1089 &semaphore->temporary : &semaphore->permanent; in anv_GetSemaphoreFdKHR()
1144 if (impl == &semaphore->temporary) in anv_GetSemaphoreFdKHR()