Searched refs:VULKAN_CALL_ERRCHECK (Results 1 – 2 of 2) sorted by relevance
87 VULKAN_CALL_ERRCHECK(fSharedContext->interface(), ResetCommandPool(fSharedContext->device(), in onResetCommandBuffer()106 VULKAN_CALL_ERRCHECK(fSharedContext->interface(), BeginCommandBuffer(fPrimaryCommandBuffer, in begin()116 VULKAN_CALL_ERRCHECK(fSharedContext->interface(), EndCommandBuffer(fPrimaryCommandBuffer)); in end()234 VULKAN_CALL_ERRCHECK(fSharedContext->interface(), WaitForFences(fSharedContext->device(), in waitUntilFinished()
29 #define VULKAN_CALL_ERRCHECK(IFACE, X) \ macro