Searched refs:HandleState (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkReconstruction.h | 49 enum HandleState { BEGIN = 0, CREATED = 0, BOUND_MEMORY = 1, HANDLE_STATE_COUNT }; enum 51 typedef std::pair<uint64_t, HandleState> HandleWithState; 97 HandleState state = CREATED); 101 HandleState childState = CREATED, HandleState parentState = CREATED);
|
D | VkReconstruction.cpp | 76 HandleWithState handleWithState = {entityHandle, static_cast<HandleState>(state)}; in save() 390 {toRemove[i], static_cast<HandleState>(j)}); in removeHandles() 408 uint64_t apiHandle, HandleState state) { in forEachHandleAddApi() 445 uint64_t parentHandle, HandleState childState, in addHandleDependency() 446 HandleState parentState) { in addHandleDependency() 462 parentItemState.childHandles.insert({handles[i], static_cast<HandleState>(childState)}); in addHandleDependency() 464 {parentHandle, static_cast<HandleState>(parentState)}); in addHandleDependency()
|