Lines Matching refs:temporary
347 anv_fence_impl_cleanup(device, &fence->temporary);
366 * temporary permanence, that fence’s prior permanent payload is
370 if (fence->temporary.type != ANV_FENCE_TYPE_NONE)
371 anv_fence_impl_cleanup(device, &fence->temporary);
403 fence->temporary.type != ANV_FENCE_TYPE_NONE ?
404 &fence->temporary : &fence->permanent;
409 assert(fence->temporary.type == ANV_FENCE_TYPE_NONE);
516 fence->temporary.type != ANV_FENCE_TYPE_NONE ?
517 &fence->temporary : &fence->permanent;
563 * have no temporary state. Since BO fences will never be exported,
567 assert(fence->temporary.type == ANV_FENCE_TYPE_NONE);
853 anv_fence_impl_cleanup(device, &fence->temporary);
854 fence->temporary = new_impl;
874 fence->temporary.type != ANV_FENCE_TYPE_NONE ?
875 &fence->temporary : &fence->permanent;
908 if (impl == &fence->temporary)
978 semaphore->temporary.type = ANV_SEMAPHORE_TYPE_NONE;
1018 if (semaphore->temporary.type == ANV_SEMAPHORE_TYPE_NONE)
1021 anv_semaphore_impl_cleanup(device, &semaphore->temporary);
1035 anv_semaphore_impl_cleanup(device, &semaphore->temporary);
1145 anv_semaphore_impl_cleanup(device, &semaphore->temporary);
1146 semaphore->temporary = new_impl;
1168 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ?
1169 &semaphore->temporary : &semaphore->permanent;
1224 if (impl == &semaphore->temporary)