Home
last modified time | relevance | path

Searched defs:semaphores (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSemaphoreTest.cpp36 GLuint semaphores[kSemaphoreCount]; in TEST_P() local
/third_party/skia/src/gpu/
DGrWaitRenderTask.h17 std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, in GrWaitRenderTask()
DGrDrawingManager.cpp771 std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores, in newWaitRenderTask()
DGrGpu.cpp637 std::unique_ptr<std::unique_ptr<GrSemaphore>[]> semaphores( in executeFlushInfo() local
/third_party/libuv/docs/src/guide/
Dthreads.rst147 .. _semaphores: https://en.wikipedia.org/wiki/Semaphore_(programming) target
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c208 uint32_t semaphores[nr_semaphores]; in panvk_per_arch() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c70 VkSemaphore *semaphores; member
1072 const VkSemaphore *semaphores, in vn_find_first_signaled_semaphore()
1088 VkSemaphore *semaphores, in vn_remove_signaled_semaphores()
1124 VkSemaphore *semaphores = local_semaphores; in vn_WaitSemaphores() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.h130 std::vector<vk::Semaphore> semaphores; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp180 std::vector<VkSemaphore> semaphores; in iterate() local
238 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; in createTimelineSemaphores() local
369 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; in createTimelineSemaphores() local
426 std::vector<VkSemaphore> semaphores; in iterate() local
480 std::vector<SharedPtr<Move<VkSemaphore > > > semaphores; in createTimelineSemaphores() local
2385 void hostSignal (const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores in hostSignal()
2394 void hostWait (const vk::DeviceInterface& vkd, vk::VkDevice device, const PlainSemVec& semaphores, … in hostWait()
DvktSynchronizationSignalOrderTests.cpp902 void addSemaphore (const DeviceInterface& vk, in addSemaphore()
1566 void addSemaphore (const DeviceInterface& vk, in addSemaphore()
/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp135 SkAutoTArray<GrBackendSemaphore> semaphores(2); in surface_semaphore_test() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp206 std::vector<vk::VkSemaphore>& semaphores) in initSemaphores()
214 std::vector<vk::VkSemaphore>& semaphores) in deinitSemaphores()
DvktWsiDisplayControlTests.cpp272 std::vector<VkSemaphore>& semaphores) in initSemaphores()
280 std::vector<VkSemaphore>& semaphores) in deinitSemaphores()
DvktWsiDisplayTimingTests.cpp192 std::vector<vk::VkSemaphore>& semaphores) in initSemaphores()
200 std::vector<vk::VkSemaphore>& semaphores) in deinitSemaphores()
DvktWsiIncrementalPresentTests.cpp194 std::vector<vk::VkSemaphore>& semaphores) in initSemaphores()
202 std::vector<vk::VkSemaphore>& semaphores) in deinitSemaphores()
DvktWsiFullScreenExclusiveTests.cpp315 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
DvktWsiColorSpaceTests.cpp353 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
DvktWsiSwapchainTests.cpp1181 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
1457 vector<VkSemaphore> semaphores; member
DvktWsiPresentIdWaitTests.cpp300 vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
/third_party/mesa3d/src/mesa/main/
Dexternalobjects.c762 _mesa_GenSemaphoresEXT(GLsizei n, GLuint *semaphores) in _mesa_GenSemaphoresEXT()
796 _mesa_DeleteSemaphoresEXT(GLsizei n, const GLuint *semaphores) in _mesa_DeleteSemaphoresEXT()
/third_party/vk-gl-cts/modules/egl/
DteglColorClearCase.cpp356 vector<SemaphoreSp> semaphores (numPackets+1); in executeForContexts() local
DteglRenderTests.cpp962 vector<SemaphoreSp> semaphores (numPackets+1); in executeForContexts() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1105 std::vector<SemaphoreSp> semaphores(numSemaphores); in createSemaphores() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationESEXT.cpp1175 const SemaphoreID *semaphores) in ValidateDeleteSemaphoresEXT()
1189 const SemaphoreID *semaphores) in ValidateGenSemaphoresEXT()
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json306 "semaphores": "const SemaphoreID *" string
470 "semaphores": "SemaphoreID *" string

12