Searched refs:MayDecay (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/microsoft/resource_state_manager/ | ||
| H A D | D3D12ResourceState.cpp | 313 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 D | D3D12ResourceState.h | 108 bool MayDecay = false; member in struct:CCurrentResourceState::LogicalState |
Completed in 3 milliseconds