Home
last modified time | relevance | path

Searched defs:waitSemaphore (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DSwapchain.cpp79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DGaneshVkRenderEngine.cpp73 VkSemaphore waitSemaphore = in waitFence() local
H A DGraphiteVkRenderEngine.cpp82 VkSemaphore waitSemaphore = in waitFence() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp413 VkSemaphore waitSemaphore, in initOneOffQueueSubmit()
988 VkSemaphore waitSemaphore, in enqueueSubmitOneOffCommands()
1582 VkSemaphore waitSemaphore, in queueSubmitOneOff()
H A DSyncVk.cpp529 DeviceScoped<Semaphore> waitSemaphore(device); in serverWait() local
H A Dvk_renderer.cpp6144 VkSemaphore waitSemaphore, in queueSubmitOneOff()
6183 const vk::Semaphore &waitSemaphore, in queueSubmitWaitSemaphore()
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.mm1616 void GrMtlGpu::waitSemaphore(GrSemaphore* semaphore) { function
/aosp_15_r20/external/skia/tools/window/
H A DGraphiteNativeVulkanWindowContext.cpp594 VkSemaphore waitSemaphore; in onSwapBuffers() member
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h74 void waitSemaphore(GrSemaphore* semaphore) override {} in waitSemaphore() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp1790 void GrD3DGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrD3DGpu
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_wrapper.cpp688 void VulkanQueue::submit(const VulkanSemaphore &waitSemaphore, in submit()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.cpp2700 void GrVkGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrVkGpu
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp4643 … const std::vector<VkBufferImageCopy> &copyRegions, const VkSemaphore *waitSemaphore, in copyBufferToImage()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp4421 void GrGLGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrGLGpu
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp8923 void Context::waitSemaphore(SemaphoreID semaphoreHandle, in waitSemaphore() function in gl::Context