Home
last modified time | relevance | path

Searched defs:waitSemaphores (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/src/image/
DSkSurface_Base.h138 virtual bool onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait()
DSkSurface.cpp381 bool SkSurface::wait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in wait()
DSkSurface_Gpu.cpp268 bool SkSurface_Gpu::onWait(int numSemaphores, const GrBackendSemaphore* waitSemaphores, in onWait()
/external/skia/src/gpu/ganesh/vk/
DGrVkSecondaryCBDrawContext.cpp86 const GrBackendSemaphore waitSemaphores[], in wait()
DGrVkCommandBuffer.cpp532 const VkSemaphore* waitSemaphores, in submit_to_queue()
567 SkTArray<GrVkSemaphore::Resource*>& waitSemaphores) { in submitToQueue()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp28 const std::vector<VkSemaphore> &waitSemaphores, in InitializeSubmitInfo()
234 std::vector<VkSemaphore> &&waitSemaphores, in initFlushWaitSemaphores()
932 std::vector<VkSemaphore> &&waitSemaphores, in enqueueFlushWaitSemaphores()
1299 std::vector<VkSemaphore> &&waitSemaphores, in flushWaitSemaphores()
1373 std::vector<VkSemaphore> waitSemaphores = std::move(state.waitSemaphores); in submitCommands() local
DRendererVk.cpp5583 std::vector<VkSemaphore> &&waitSemaphores, in flushWaitSemaphores()
Dvk_helpers.h1088 std::vector<VkSemaphore> waitSemaphores; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp182 std::vector<VkSemaphore> waitSemaphores; in iterate() local
/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp125 const VkSemaphore* waitSemaphores, in submit_to_queue()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp353 const VkSemaphore* waitSemaphores, in submitCommandsAndWait()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFunctionPointers.inl136 WaitSemaphoresFunc waitSemaphores; variable
DvkDeviceDriverImpl.inl657 VkResult DeviceDriver::waitSemaphores (VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint6… function in DeviceDriver
DvkDeviceDriverSCImpl.inl1190 VkResult DeviceDriverSC::waitSemaphores (VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uin… function in DeviceDriverSC
DvkNullDriverImpl.inl1036 VKAPI_ATTR VkResult VKAPI_CALL waitSemaphores (VkDevice device, const VkSemaphoreWaitInfo* pWaitInf… function
/external/angle/src/tests/test_utils/
DVulkanHelper.cpp1002 const VkSemaphore waitSemaphores[] = { in waitSemaphoreAndAcquireImage() local
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp373 bool GrDirectContext::wait(int numSemaphores, const GrBackendSemaphore waitSemaphores[], in wait()
DDevice.cpp1337 const GrBackendSemaphore* waitSemaphores, in wait()
DSurfaceDrawContext.cpp1484 const GrBackendSemaphore waitSemaphores[], in waitOnSemaphores()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFunctionPointers.inl228 WaitSemaphoresFunc waitSemaphores; variable
DvkDeviceDriverImpl.inl1117 VkResult DeviceDriver::waitSemaphores (VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint6… function in DeviceDriver
DvkNullDriverImpl.inl2218 VKAPI_ATTR VkResult VKAPI_CALL waitSemaphores (VkDevice device, const VkSemaphoreWaitInfo* pWaitInf… function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp2516 SemaphoreVec waitSemaphores; in iterate() local
/external/swiftshader/include/vulkan/
Dvulkan_funcs.hpp5305 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitSemaphores( const VULKAN_HPP_NAMESPACE::… in waitSemaphores() function in VULKAN_HPP_NAMESPACE::Device
5313 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE VULKAN_HPP_NAMESPACE::Result Device::waitSemaphores( const … in waitSemaphores() function in VULKAN_HPP_NAMESPACE::Device
/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp6544 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::waitSemaphores( const VULKAN_HPP_NAMESPACE::… in waitSemaphores() function in VULKAN_HPP_NAMESPACE::Device
6555 …Device::waitSemaphores( const VULKAN_HPP_NAMESPACE::SemaphoreWaitInfo & waitInfo, uint64_t timeout… in waitSemaphores() function in VULKAN_HPP_NAMESPACE::Device

12