Searched refs:VK_CALL_RET (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 57 #define VK_CALL_RET(RET, X) GR_VK_CALL_RESULT(this, RET, X) macro 2815 VK_CALL_RET(result, CreateFence(this->device(), &createInfo, nullptr, &fence)); in insertFence() 2819 VK_CALL_RET(result, QueueSubmit(this->queue(), 0, nullptr, fence)); in insertFence() 2833 VK_CALL_RET(result, WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, 0)); in waitFence()
|
Completed in 5 milliseconds