Home
last modified time | relevance | path

Searched refs:fLoadStoreState (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp118 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()
[all …]
DGrVkGpuCommandBuffer.h188 LoadStoreState fLoadStoreState = LoadStoreState::kUnknown; member
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp119 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()
[all …]
DGrVkGpuCommandBuffer.h188 LoadStoreState fLoadStoreState = LoadStoreState::kUnknown; member