Home
last modified time | relevance | path

Searched refs:childState (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp445 uint64_t parentHandle, HandleState childState, in addHandleDependency() argument
462 parentItemState.childHandles.insert({handles[i], static_cast<HandleState>(childState)}); in addHandleDependency()
463 childItem->states[childState].parentHandles.push_back( in addHandleDependency()
466 handles[i], childState, parentHandle, parentState); in addHandleDependency()
DVkReconstruction.h101 HandleState childState = CREATED, HandleState parentState = CREATED);