Searched refs:semaphoreInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_vulkan.cpp | 134 VkSemaphoreCreateInfo semaphoreInfo; in CreateVkSemaphore() local 135 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in CreateVkSemaphore() 136 semaphoreInfo.pNext = nullptr; in CreateVkSemaphore() 137 semaphoreInfo.flags = 0; in CreateVkSemaphore() 139 rsInterface.vkCreateSemaphore(rsInterface.GetDevice(), &semaphoreInfo, nullptr, semaphore); in CreateVkSemaphore() 275 VkSemaphoreCreateInfo semaphoreInfo; in NativeFlushFrame() local 276 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in NativeFlushFrame() 277 semaphoreInfo.pNext = &exportSemaphoreCreateInfo; in NativeFlushFrame() 278 semaphoreInfo.flags = 0; in NativeFlushFrame() 280 vkContext.vkCreateSemaphore(vkContext.GetDevice(), &semaphoreInfo, nullptr, &semaphore); in NativeFlushFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 117 VkSemaphoreCreateInfo semaphoreInfo; in CreateVkSemaphore() local 118 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in CreateVkSemaphore() 119 semaphoreInfo.pNext = nullptr; in CreateVkSemaphore() 120 semaphoreInfo.flags = 0; in CreateVkSemaphore() 122 …auto res = vkInterface.vkCreateSemaphore(vkInterface.GetDevice(), &semaphoreInfo, nullptr, &semaph… in CreateVkSemaphore()
|
H A D | rs_vulkan_context.cpp | 507 VkSemaphoreCreateInfo semaphoreInfo; in RequireSemaphore() local 508 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in RequireSemaphore() 509 semaphoreInfo.pNext = nullptr; in RequireSemaphore() 510 semaphoreInfo.flags = 0; in RequireSemaphore() 512 auto err = vkCreateSemaphore(device_, &semaphoreInfo, nullptr, &semaphore); in RequireSemaphore()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1755 VkSemaphoreCreateInfo semaphoreInfo; in OptimizedFlushAndSubmit() local 1756 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in OptimizedFlushAndSubmit() 1757 semaphoreInfo.pNext = &exportSemaphoreCreateInfo; in OptimizedFlushAndSubmit() 1758 semaphoreInfo.flags = 0; in OptimizedFlushAndSubmit() 1760 vkContext.vkCreateSemaphore(vkContext.GetDevice(), &semaphoreInfo, nullptr, &semaphore); in OptimizedFlushAndSubmit()
|