Home
last modified time | relevance | path

Searched refs:GpuSemaphore (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_semaphore.h26 class GpuSemaphore { class
28 GpuSemaphore() = default;
29 virtual ~GpuSemaphore() = default;
31 GpuSemaphore(const GpuSemaphore&) = delete;
32 GpuSemaphore& operator=(const GpuSemaphore&) = delete;
H A Ddevice.h58 class GpuSemaphore;
237 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() = 0;
238 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.h41 BASE_NS::array_view<BASE_NS::unique_ptr<GpuSemaphore>> GetGpuSemaphores();
93 BASE_NS::vector<BASE_NS::unique_ptr<GpuSemaphore>> gpuSemaphores;
107 BASE_NS::unique_ptr<GpuSemaphore> gpuSemaphore;
H A Drender_frame_util.cpp415 array_view<unique_ptr<GpuSemaphore>> RenderFrameUtil::GetGpuSemaphores() in GetGpuSemaphores()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.h33 class GpuSemaphoreGles final : public GpuSemaphore {
H A Ddevice_gles.h49 class GpuSemaphore;
166 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
167 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
H A Ddevice_gles.cpp2163 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphore()
2168 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphoreView(const uint64_t handle)
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_semaphore_vk.h33 class GpuSemaphoreVk final : public GpuSemaphore {
H A Ddevice_vk.h41 class GpuSemaphore;
175 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
176 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
H A Ddevice_vk.cpp1337 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphore() in CreateGpuSemaphore()
1342 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphoreView(const uint64_t handle) in CreateGpuSemaphoreView()

Completed in 8 milliseconds