Home | History | Annotate | Download | only in vulkan

Lines Matching refs:temporary

2452    /* Stream objects for storing temporary data */
2582 /* Temporary fence state. A fence *may* have temporary state. That state
2584 * ANV_SEMAPHORE_TYPE_NONE when the fence is reset. A fence with temporary
2586 * before the temporary state can be exported from the fence in the other
2589 struct anv_fence_impl temporary;
2638 /* Temporary semaphore state. A semaphore *may* have temporary state.
2641 * semaphore with temporary state cannot be signaled because the semaphore
2642 * must already be signaled before the temporary state can be exported from
2645 struct anv_semaphore_impl temporary;