Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h1128 … QFOTransferCBScoreboards<VkImageMemoryBarrier>* qfo_image_scoreboards,
1146 … QFOTransferCBScoreboards<VkImageMemoryBarrier>* qfo_image_scoreboards,
Dcore_validation.cpp3041 … QFOTransferCBScoreboards<VkImageMemoryBarrier> *qfo_image_scoreboards, in ValidatePrimaryCommandBufferState() argument
3049 skip |= ValidateQueuedQFOTransfers(pCB, qfo_image_scoreboards, qfo_buffer_scoreboards); in ValidatePrimaryCommandBufferState()
3052 skip |= ValidateQueuedQFOTransfers(pSubCB, qfo_image_scoreboards, qfo_buffer_scoreboards); in ValidatePrimaryCommandBufferState()
3280 QFOTransferCBScoreboards<VkImageMemoryBarrier> qfo_image_scoreboards; in ValidateCommandBuffersForSubmit() local
3290 &qfo_image_scoreboards, &qfo_buffer_scoreboards); in ValidateCommandBuffersForSubmit()
Dbuffer_validation.cpp995 … QFOTransferCBScoreboards<VkImageMemoryBarrier> *qfo_image_scoreboards, in ValidateQueuedQFOTransfers() argument
998 … skip |= ValidateQueuedQFOTransferBarriers<VkImageMemoryBarrier>(cb_state, qfo_image_scoreboards); in ValidateQueuedQFOTransfers()