Lines Matching refs:fLoadStoreState
119 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithClear; in init()
122 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in init()
124 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithDiscard; in init()
188 cbInfo.fLoadStoreState != LoadStoreState::kStartsWithClear && in submit()
189 cbInfo.fLoadStoreState != LoadStoreState::kStartsWithDiscard) { in submit()
213 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState == LoadStoreState::kStartsWithDiscard) { in submit()
343 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithDiscard; in discard()
449 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithClear; in onClear()
532 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in addAdditionalRenderPass()
554 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) { in copy()
560 LoadStoreState::kStartsWithDiscard == cbInfo.fLoadStoreState); in copy()
562 if (LoadStoreState::kLoadAndStore != cbInfo.fLoadStoreState) { in copy()
586 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in copy()