/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SemaphoreTest.cpp | 36 GLuint semaphores[kSemaphoreCount]; in TEST_P() local
|
/third_party/skia/src/gpu/ |
H A D | GrWaitRenderTask.h | 16 GrWaitRenderTask(GrSurfaceProxyView surfaceView, std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, int numSemaphores) GrWaitRenderTask() argument
|
H A D | GrDrawingManager.cpp | 770 newWaitRenderTask(sk_sp<GrSurfaceProxy> proxy, std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, int numSemaphores) newWaitRenderTask() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | swapchain_vk.h | 39 BASE_NS::vector<VkSemaphore> semaphores; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 208 uint32_t semaphores[nr_semaphores]; in queue_submit() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.h | 130 std::vector<vk::Semaphore> semaphores; member
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.cpp | 496 std::vector<GrBackendSemaphore> semaphores; in Wait() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | externalobjects.c | 762 _mesa_GenSemaphoresEXT(GLsizei n, GLuint *semaphores) in _mesa_GenSemaphoresEXT() argument 796 _mesa_DeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores) in _mesa_DeleteSemaphoresEXT() argument [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 70 VkSemaphore *semaphores; member 1071 vn_find_first_signaled_semaphore(VkDevice device, const VkSemaphore *semaphores, const uint64_t *values, uint32_t count) vn_find_first_signaled_semaphore() argument 1087 vn_remove_signaled_semaphores(VkDevice device, VkSemaphore *semaphores, uint64_t *values, uint32_t *count) vn_remove_signaled_semaphores() argument 1124 VkSemaphore *semaphores = local_semaphores; vn_WaitSemaphores() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 1411 std::fill(begin(semaphores) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(semaphores), SemaphoreSp()); variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 923 addSemaphore(const DeviceInterface& vk, VkDevice device, std::vector<Move<VkSemaphore> >& semaphores, std::vector<VkSemaphore>& semaphoreHandles, std::vector<deUint64>& timelineValues, bool exportable, deUint64 firstTimelineValue) addSemaphore() argument 1586 addSemaphore(const DeviceInterface& vk, VkDevice device, std::vector<Move<VkSemaphore> >& semaphores, std::vector<VkSemaphore>& semaphoreHandles, std::vector<deUint64>& timelineValues, deUint64 firstTimelineValue) addSemaphore() argument [all...] |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 180 std::vector<VkSemaphore> semaphores; in iterate() local 238 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 369 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 426 std::vector<VkSemaphore> semaphores; iterate() local 485 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 2499 hostSignal(const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores, const ValuesVec& signalValues) hostSignal() argument 2508 hostWait(const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores, const ValuesVec& waitValues) hostWait() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 271 initSemaphores(const DeviceInterface& vkd, VkDevice device, std::vector<VkSemaphore>& semaphores) initSemaphores() argument 279 deinitSemaphores(const DeviceInterface& vkd, VkDevice device, std::vector<VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiDisplayTimingTests.cpp | 192 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 200 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiIncrementalPresentTests.cpp | 194 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 202 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiSharedPresentableImageTests.cpp | 206 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 214 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiSwapchainTests.cpp | 1477 vector<VkSemaphore> semaphores; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 1410 std::fill(begin(semaphores) + VERIFYMAXVALUES_OBJECT_COUNT / 2, end(semaphores), SemaphoreSp()); variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 904 addSemaphore(const DeviceInterface& vk, VkDevice device, std::vector<Move<VkSemaphore> >& semaphores, std::vector<VkSemaphore>& semaphoreHandles, std::vector<deUint64>& timelineValues, bool exportable, deUint64 firstTimelineValue) addSemaphore() argument 1566 addSemaphore(const DeviceInterface& vk, VkDevice device, std::vector<Move<VkSemaphore> >& semaphores, std::vector<VkSemaphore>& semaphoreHandles, std::vector<deUint64>& timelineValues, deUint64 firstTimelineValue) addSemaphore() argument [all...] |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 181 std::vector<VkSemaphore> semaphores; in iterate() local 239 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 370 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 427 std::vector<VkSemaphore> semaphores; iterate() local 481 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; createTimelineSemaphores() local 2489 hostSignal(const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores, const ValuesVec& signalValues) hostSignal() argument 2498 hostWait(const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores, const ValuesVec& waitValues) hostWait() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 271 initSemaphores(const DeviceInterface& vkd, VkDevice device, std::vector<VkSemaphore>& semaphores) initSemaphores() argument 279 deinitSemaphores(const DeviceInterface& vkd, VkDevice device, std::vector<VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiDisplayTimingTests.cpp | 192 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 200 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiIncrementalPresentTests.cpp | 194 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 202 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiSharedPresentableImageTests.cpp | 206 initSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) initSemaphores() argument 214 deinitSemaphores(const vk::DeviceInterface& vkd, vk::VkDevice device, std::vector<vk::VkSemaphore>& semaphores) deinitSemaphores() argument
|
H A D | vktWsiSwapchainTests.cpp | 1461 vector<VkSemaphore> semaphores; member [all...] |