Home
last modified time | relevance | path

Searched refs:qfo_buffer_scoreboards (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h1129 … QFOTransferCBScoreboards<VkBufferMemoryBarrier>* qfo_buffer_scoreboards) const;
1147 … QFOTransferCBScoreboards<VkBufferMemoryBarrier>* qfo_buffer_scoreboards) const;
Dcore_validation.cpp3042 … QFOTransferCBScoreboards<VkBufferMemoryBarrier> *qfo_buffer_scoreboards) const { in ValidatePrimaryCommandBufferState()
3049 skip |= ValidateQueuedQFOTransfers(pCB, qfo_image_scoreboards, qfo_buffer_scoreboards); in ValidatePrimaryCommandBufferState()
3052 skip |= ValidateQueuedQFOTransfers(pSubCB, qfo_image_scoreboards, qfo_buffer_scoreboards); in ValidatePrimaryCommandBufferState()
3281 QFOTransferCBScoreboards<VkBufferMemoryBarrier> qfo_buffer_scoreboards; in ValidateCommandBuffersForSubmit() local
3290 &qfo_image_scoreboards, &qfo_buffer_scoreboards); in ValidateCommandBuffersForSubmit()
Dbuffer_validation.cpp996 … QFOTransferCBScoreboards<VkBufferMemoryBarrier> *qfo_buffer_scoreboards) const { in ValidateQueuedQFOTransfers()
999 …skip |= ValidateQueuedQFOTransferBarriers<VkBufferMemoryBarrier>(cb_state, qfo_buffer_scoreboards); in ValidateQueuedQFOTransfers()