Searched refs:MayDecay (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/resource_state_manager/
H A DD3D12ResourceState.cpp313 if(ExecutionId != CurrentLogicalState.ExecutionId && CurrentLogicalState.MayDecay)
318 bool MayDecay = false; local in function:ResourceStateManager::ProcessTransitioningSubresourceExplicit
334 MayDecay = CurrentState.SupportsSimultaneousAccess() && !IsD3D12WriteState(after);
344 MayDecay = !IsD3D12WriteState(after);
349 CCurrentResourceState::LogicalState NewLogicalState{after, ExecutionId, IsPromotion, MayDecay};
H A DD3D12ResourceState.h108 bool MayDecay = false; member in struct:CCurrentResourceState::LogicalState

Completed in 3 milliseconds