Lines Matching refs:fLoadStoreState
118 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithClear; in init()
121 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in init()
123 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithDiscard; in init()
187 cbInfo.fLoadStoreState != LoadStoreState::kStartsWithClear && in submit()
188 cbInfo.fLoadStoreState != LoadStoreState::kStartsWithDiscard) { in submit()
214 if (cbInfo.fIsEmpty && cbInfo.fLoadStoreState == LoadStoreState::kStartsWithDiscard) { in submit()
346 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithDiscard; in discard()
452 cbInfo.fLoadStoreState = LoadStoreState::kStartsWithClear; in onClear()
535 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in addAdditionalRenderPass()
557 if (!cbInfo.fIsEmpty || LoadStoreState::kStartsWithClear == cbInfo.fLoadStoreState) { in copy()
563 LoadStoreState::kStartsWithDiscard == cbInfo.fLoadStoreState); in copy()
565 if (LoadStoreState::kLoadAndStore != cbInfo.fLoadStoreState) { in copy()
589 cbInfo.fLoadStoreState = LoadStoreState::kLoadAndStore; in copy()