• Home
  • Raw
  • Download

Lines Matching refs:VK_CHECK

79     VK_CHECK(m_vk.vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool));  in DisplayVk()
96 VK_CHECK(vk_util::waitForVkQueueIdleWithRetry(m_vk, m_swapChainVkQueue)); in drainQueues()
103 VK_CHECK(vk_util::waitForVkQueueIdleWithRetry(m_vk, m_compositorVkQueue)); in drainQueues()
225 VK_CHECK(fenceStatus); in postImpl()
230 VK_CHECK(m_vk.vkWaitForFences( in postImpl()
233 VK_CHECK(m_vk.vkResetFences(m_vkDevice, 1, &(*freeImageBorrowResource)->m_completeFence)); in postImpl()
265 VK_CHECK( in postImpl()
284 VK_CHECK(m_vk.vkEndCommandBuffer(acquireResource.m_vkCommandBuffer)); in postImpl()
291 VK_CHECK( in postImpl()
307 VK_CHECK(m_vk.vkEndCommandBuffer(releaseResource.m_vkCommandBuffer)); in postImpl()
322 VK_CHECK( in postImpl()
345 VK_CHECK(m_vk.vkQueueSubmit(m_vkQueue, 1, &submitInfo, in postImpl()
401 VK_CHECK(acquireRes); in postImpl()
409 VK_CHECK(m_vk.vkResetCommandBuffer(cmdBuff, 0)); in postImpl()
415 VK_CHECK(m_vk.vkBeginCommandBuffer(cmdBuff, &beginInfo)); in postImpl()
510 VK_CHECK(m_vk.vkEndCommandBuffer(cmdBuff)); in postImpl()
513 VK_CHECK(m_vk.vkResetFences(m_vkDevice, 1, &postCompleteFence)); in postImpl()
526 VK_CHECK(m_vk.vkQueueSubmit(m_compositorVkQueue, 1, &submitInfo, postCompleteFence)); in postImpl()
540 VK_CHECK(res); in postImpl()
561 VK_CHECK(presentRes); in postImpl()
688 VK_CHECK(vk.vkCreateFence(vkDevice, &fenceCi, nullptr, &fence)); in create()
694 VK_CHECK(vk.vkCreateSemaphore(vkDevice, &semaphoreCi, nullptr, &semaphores[i])); in create()
703 VK_CHECK(vk.vkAllocateCommandBuffers(vkDevice, &commandBufferAllocInfo, &commandBuffer)); in create()
739 VK_CHECK(vk.vkAllocateCommandBuffers(device, &allocInfo, &commandBuffer)); in create()
746 VK_CHECK(vk.vkCreateFence(device, &fenceCi, nullptr, &fence)); in create()