• Home
  • Raw
  • Download

Lines Matching refs:VK_CHECK

2294             VK_CHECK(vk->vkQueueWaitIdle(sVkEmulation->queue));  in teardownVkColorBufferLocked()
2490 VK_CHECK(vk->vkBeginCommandBuffer(commandBuffer, &beginInfo)); in readColorBufferToBytesLocked()
2527 VK_CHECK(vk->vkEndCommandBuffer(commandBuffer)); in readColorBufferToBytesLocked()
2543 VK_CHECK(vk->vkQueueSubmit(sVkEmulation->queue, 1, &submitInfo, in readColorBufferToBytesLocked()
2549 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readColorBufferToBytesLocked()
2552 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in readColorBufferToBytesLocked()
2562 VK_CHECK(vk->vkInvalidateMappedMemoryRanges(sVkEmulation->device, 1, &toInvalidate)); in readColorBufferToBytesLocked()
2700 VK_CHECK(vk->vkBeginCommandBuffer(commandBuffer, &beginInfo)); in updateColorBufferFromBytesLocked()
2769 VK_CHECK(vk->vkEndCommandBuffer(commandBuffer)); in updateColorBufferFromBytesLocked()
2785 VK_CHECK(vk->vkQueueSubmit(sVkEmulation->queue, 1, &submitInfo, in updateColorBufferFromBytesLocked()
2791 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in updateColorBufferFromBytesLocked()
2794 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in updateColorBufferFromBytesLocked()
2803 VK_CHECK(vk->vkInvalidateMappedMemoryRanges(sVkEmulation->device, 1, &toInvalidate)); in updateColorBufferFromBytesLocked()
3092 VK_CHECK(vk->vkQueueWaitIdle(sVkEmulation->queue)); in teardownVkBuffer()
3147 VK_CHECK(vk->vkBeginCommandBuffer(commandBuffer, &beginInfo)); in readBufferToBytes()
3162 VK_CHECK(vk->vkEndCommandBuffer(commandBuffer)); in readBufferToBytes()
3178 VK_CHECK(vk->vkQueueSubmit(sVkEmulation->queue, 1, &submitInfo, in readBufferToBytes()
3184 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readBufferToBytes()
3187 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in readBufferToBytes()
3197 VK_CHECK(vk->vkInvalidateMappedMemoryRanges(sVkEmulation->device, 1, &toInvalidate)); in readBufferToBytes()
3244 VK_CHECK(vk->vkFlushMappedMemoryRanges(sVkEmulation->device, 1, &toFlush)); in updateBufferFromBytes()
3254 VK_CHECK(vk->vkBeginCommandBuffer(commandBuffer, &beginInfo)); in updateBufferFromBytes()
3269 VK_CHECK(vk->vkEndCommandBuffer(commandBuffer)); in updateBufferFromBytes()
3285 VK_CHECK(vk->vkQueueSubmit(sVkEmulation->queue, 1, &submitInfo, in updateBufferFromBytes()
3291 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in updateBufferFromBytes()
3294 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in updateBufferFromBytes()
3409 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &fence)); in allocateQueueTransferCommandBuffer_locked()
3410 VK_CHECK(vk->vkResetCommandBuffer(commandBuffer, in allocateQueueTransferCommandBuffer_locked()
3419 VK_CHECK(res); in allocateQueueTransferCommandBuffer_locked()
3429 VK_CHECK(vk->vkAllocateCommandBuffers(sVkEmulation->device, &allocateInfo, &commandBuffer)); in allocateQueueTransferCommandBuffer_locked()
3436 VK_CHECK(vk->vkCreateFence(sVkEmulation->device, &fenceCi, nullptr, &fence)); in allocateQueueTransferCommandBuffer_locked()
3519 VK_CHECK(vk->vkResetCommandBuffer(commandBuffer, 0)); in releaseColorBufferForGuestUse()
3527 VK_CHECK(vk->vkBeginCommandBuffer(commandBuffer, &beginInfo)); in releaseColorBufferForGuestUse()
3545 VK_CHECK(vk->vkEndCommandBuffer(commandBuffer)); in releaseColorBufferForGuestUse()
3560 VK_CHECK(vk->vkQueueSubmit(sVkEmulation->queue, 1, &submitInfo, fence)); in releaseColorBufferForGuestUse()
3564 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &fence, VK_TRUE, ANB_MAX_WAIT_NS)); in releaseColorBufferForGuestUse()