| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | SemaphoreTest.cpp | 57 GLSemaphore semaphore; in TEST_P() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | externalobjects.h | 61 _mesa_lookup_semaphore_object(struct gl_context *ctx, GLuint semaphore) in _mesa_lookup_semaphore_object() argument 71 _mesa_lookup_semaphore_object_locked(struct gl_context *ctx, GLuint semaphore) in _mesa_lookup_semaphore_object_locked() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_semaphore.h | 68 vk_semaphore_get_active_sync(struct vk_semaphore *semaphore) vk_semaphore_get_active_sync() argument [all...] |
| H A D | vk_android.c | 34 vk_common_AcquireImageANDROID(VkDevice _device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence) vk_common_AcquireImageANDROID() argument
|
| /third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
| H A D | deSemaphoreUnix.c | 53 void deSemaphore_destroy (deSemaphore semaphore) in deSemaphore_destroy() argument 61 void deSemaphore_increment (deSemaphore semaphore) in deSemaphore_increment() argument 69 void deSemaphore_decrement (deSemaphore semaphore) in deSemaphore_decrement() argument 77 deBool deSemaphore_tryDecrement (deSemaphore semaphore) in deSemaphore_tryDecrement() argument [all...] |
| H A D | deSemaphoreMach.c | 49 void deSemaphore_destroy (deSemaphore semaphore) in deSemaphore_destroy() argument 57 void deSemaphore_increment (deSemaphore semaphore) in deSemaphore_increment() argument 65 void deSemaphore_decrement (deSemaphore semaphore) in deSemaphore_decrement() argument 73 deBool deSemaphore_tryDecrement (deSemaphore semaphore) in deSemaphore_tryDecrement() argument [all...] |
| H A D | deNamedSemaphoreUnix.c | 36 sem_t* semaphore; member 70 void deSemaphore_destroy (deSemaphore semaphore) in deSemaphore_destroy() argument 86 void deSemaphore_increment (deSemaphore semaphore) in deSemaphore_increment() argument 94 deSemaphore_decrement(deSemaphore semaphore) deSemaphore_decrement() argument 102 deSemaphore_tryDecrement(deSemaphore semaphore) deSemaphore_tryDecrement() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | aupdate.c | 39 pa_semaphore *semaphore; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
| H A D | SemaphoreServiceNull.cpp | 46 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() argument
|
| H A D | SemaphoreServiceZirconHandle.cpp | 66 VkSemaphore semaphore = VK_NULL_HANDLE; in ImportSemaphore() local 118 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() argument [all...] |
| H A D | SemaphoreServiceFD.cpp | 121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() argument [all...] |
| /third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
| H A D | deSemaphoreWin32.c | 51 void deSemaphore_destroy (deSemaphore semaphore) in deSemaphore_destroy() argument 57 void deSemaphore_increment (deSemaphore semaphore) in deSemaphore_increment() argument 65 void deSemaphore_decrement (deSemaphore semaphore) in deSemaphore_decrement() argument 73 deBool deSemaphore_tryDecrement (deSemaphore semaphore) in deSemaphore_tryDecrement() argument
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | semaphore.h | 43 struct semaphore { struct
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkSemaphore.cpp | 25 VkSemaphore semaphore = VK_NULL_HANDLE; in Make() local 51 GrVkSemaphore::GrVkSemaphore(GrVkGpu* gpu, VkSemaphore semaphore, bool prohibitSignal, in GrVkSemaphore() argument 36 MakeWrapped(GrVkGpu* gpu, VkSemaphore semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) MakeWrapped() argument
|
| H A D | GrVkSemaphore.h | 36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, in Resource() argument 46 VkSemaphore semaphore() const { return fSemaphore; } in semaphore() function in GrVkSemaphore::Resource
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkSemaphore.hpp | 43 static inline Semaphore *Cast(VkSemaphore semaphore) in Cast() argument 193 Semaphore *semaphore = vk::Cast(object); DynamicCast() local [all...] |
| H A D | VkQueue.cpp | 334 auto *semaphore = vk::DynamicCast<BinarySemaphore>(presentInfo->pWaitSemaphores[i]); in present() local
|
| H A D | VkSemaphoreExternalLinux.hpp | 237 SharedSemaphore *semaphore = nullptr; global() member in vk::OpaqueFdExternalSemaphore [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | VkSwapchainKHR.cpp | 178 VkResult SwapchainKHR::getNextImage(uint64_t timeout, BinarySemaphore *semaphore, Fence *fence, uint32_t *pImageIndex) in getNextImage() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | FencedDeleter.cpp | 86 void FencedDeleter::DeleteWhenUnused(VkSemaphore semaphore) { in DeleteWhenUnused() argument
|
| H A D | NativeSwapChainImplVk.cpp | 168 VkSemaphore semaphore = VK_NULL_HANDLE; in GetNextTexture() local
|
| /third_party/skia/tools/skqp/ |
| H A D | jitter_gms.cpp | 120 SkSemaphore semaphore; in main() local
|
| /third_party/skia/include/gpu/ |
| H A D | GrBackendSemaphore.h | 52 void initVulkan(VkSemaphore semaphore) { in initVulkan() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
| H A D | vktPostmortemDeviceLossTests.cpp | 197 Move<VkSemaphore> semaphore[2]; in iterate() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrBackendTextureImageGenerator.cpp | 25 RefHelper( GrTexture* texture, GrDirectContext::DirectContextID owningContextID, std::unique_ptr<GrSemaphore> semaphore) RefHelper() argument 44 Make(sk_sp<GrTexture> texture, GrSurfaceOrigin origin, std::unique_ptr<GrSemaphore> semaphore, SkColorType colorType, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) Make() argument 68 GrBackendTextureImageGenerator( const SkImageInfo& info, GrTexture* texture, GrSurfaceOrigin origin, GrDirectContext::DirectContextID owningContextID, std::unique_ptr<GrSemaphore> semaphore, const GrBackendTexture& backendTex) GrBackendTextureImageGenerator() argument
|