Home
last modified time | relevance | path

Searched refs:VULKAN_CALL_ERRCHECK (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp87 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()
DVulkanGraphiteUtilsPriv.h29 #define VULKAN_CALL_ERRCHECK(IFACE, X) \ macro