Home
last modified time | relevance | path

Searched refs:vkCreateSemaphore (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_semaphore_vk.cpp38 VALIDATE_VK_RESULT(vkCreateSemaphore(vkDev, // device in RENDER_BEGIN_NAMESPACE()
H A Dswapchain_vk.cpp381 VALIDATE_VK_RESULT(vkCreateSemaphore(vkDevice, // device in SwapchainVk()
H A Dnode_context_pool_manager_vk.cpp256 VALIDATE_VK_RESULT(vkCreateSemaphore(device, // device in CreateContextCommandPool()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp139 rsInterface.vkCreateSemaphore(rsInterface.GetDevice(), &semaphoreInfo, nullptr, semaphore); in CreateVkSemaphore()
280 vkContext.vkCreateSemaphore(vkContext.GetDevice(), &semaphoreInfo, nullptr, &semaphore); in NativeFlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp975 PFN_vkCreateSemaphore vkCreateSemaphore = reinterpret_cast<PFN_vkCreateSemaphore>( variable
977 EXPECT_NE(vkCreateSemaphore, nullptr);
978 VkResult err = vkCreateSemaphore(device_, &semaphoreCreateInfo, nullptr, &semaphore_);
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dvulkan.md125 |FUNC|vkCreateSemaphore|
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dvulkan.md125 |FUNC|vkCreateSemaphore|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp122 …auto res = vkInterface.vkCreateSemaphore(vkInterface.GetDevice(), &semaphoreInfo, nullptr, &semaph… in CreateVkSemaphore()
H A Drs_vulkan_context.cpp512 auto err = vkCreateSemaphore(device_, &semaphoreInfo, nullptr, &semaphore); in RequireSemaphore()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1760 vkContext.vkCreateSemaphore(vkContext.GetDevice(), &semaphoreInfo, nullptr, &semaphore); in OptimizedFlushAndSubmit()