• Home
  • Raw
  • Download

Lines Matching refs:Fence

11132   class Fence  class
11135 VULKAN_HPP_CONSTEXPR Fence() in Fence() function in VULKAN_HPP_NAMESPACE::Fence
11139 VULKAN_HPP_CONSTEXPR Fence( std::nullptr_t ) in Fence() function in VULKAN_HPP_NAMESPACE::Fence
11143 VULKAN_HPP_TYPESAFE_EXPLICIT Fence( VkFence fence ) in Fence() function in VULKAN_HPP_NAMESPACE::Fence
11148 Fence & operator=(VkFence fence) in operator =()
11155 Fence & operator=( std::nullptr_t ) in operator =()
11161 bool operator==( Fence const & rhs ) const in operator ==()
11166 bool operator!=(Fence const & rhs ) const in operator !=()
11171 bool operator<(Fence const & rhs ) const in operator <()
11194 static_assert( sizeof( Fence ) == sizeof( VkFence ), "handle and wrapper have different size!" );
13313 …Result bindSparse( uint32_t bindInfoCount, const BindSparseInfo* pBindInfo, Fence fence, Dispatch …
13316 …ResultValueType<void>::type bindSparse( ArrayProxy<const BindSparseInfo> bindInfo, Fence fence, Di…
13337 …Result submit( uint32_t submitCount, const SubmitInfo* pSubmits, Fence fence, Dispatch const &d = …
13340 …ResultValueType<void>::type submit( ArrayProxy<const SubmitInfo> submits, Fence fence, Dispatch co…
13395 …template <typename Dispatch> class UniqueHandleTraits<Fence, Dispatch> { public: using deleter = O…
13396 using UniqueFence = UniqueHandle<Fence, DispatchLoaderStatic>;
13483 …tImageKHR( SwapchainKHR swapchain, uint64_t timeout, Semaphore semaphore, Fence fence, uint32_t* p…
13486 …tImageKHR( SwapchainKHR swapchain, uint64_t timeout, Semaphore semaphore, Fence fence, Dispatch co…
13708 …onst FenceCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch …
13711 …ResultValueType<Fence>::type createFence( const FenceCreateInfo & createInfo, Optional<const Alloc…
13714 …typename ResultValueType<UniqueHandle<Fence,Dispatch>>::type createFenceUnique( const FenceCreateI…
14103 …void destroyFence( Fence fence, const AllocationCallbacks* pAllocator, Dispatch const &d = Dispatc…
14106 …void destroyFence( Fence fence, Optional<const AllocationCallbacks> allocator = nullptr, Dispatch …
14110 …void destroy( Fence fence, const AllocationCallbacks* pAllocator, Dispatch const &d = Dispatch() )…
14113 …void destroy( Fence fence, Optional<const AllocationCallbacks> allocator = nullptr, Dispatch const…
14562 Result getFenceStatus( Fence fence, Dispatch const &d = Dispatch() ) const;
14863 …iceEventInfoEXT* pDeviceEventInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch …
14866 …ResultValueType<Fence>::type registerEventEXT( const DeviceEventInfoEXT & deviceEventInfo, Optiona…
14870 …ayEventInfoEXT* pDisplayEventInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch …
14873 …ResultValueType<Fence>::type registerDisplayEventEXT( DisplayKHR display, const DisplayEventInfoEX…
14908 …Result resetFences( uint32_t fenceCount, const Fence* pFences, Dispatch const &d = Dispatch() ) co…
14911 …ResultValueType<void>::type resetFences( ArrayProxy<const Fence> fences, Dispatch const &d = Dispa…
14973 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout,…
14976 …Result waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, uint64_t timeout, Dispatch c…
16644 Fence fence_ = Fence(), in AcquireNextImageInfoKHR()
16688 AcquireNextImageInfoKHR & setFence( Fence fence_ ) in setFence()
16734 Fence fence;
28342 FenceGetFdInfoKHR( Fence fence_ = Fence(), in FenceGetFdInfoKHR()
28365 FenceGetFdInfoKHR & setFence( Fence fence_ ) in setFence()
28405 Fence fence;
28413 FenceGetWin32HandleInfoKHR( Fence fence_ = Fence(), in FenceGetWin32HandleInfoKHR()
28436 FenceGetWin32HandleInfoKHR & setFence( Fence fence_ ) in setFence()
28476 Fence fence;
32330 ImportFenceFdInfoKHR( Fence fence_ = Fence(), in ImportFenceFdInfoKHR()
32357 ImportFenceFdInfoKHR & setFence( Fence fence_ ) in setFence()
32411 Fence fence;
32421 ImportFenceWin32HandleInfoKHR( Fence fence_ = Fence(), in ImportFenceWin32HandleInfoKHR()
32450 ImportFenceWin32HandleInfoKHR & setFence( Fence fence_ ) in setFence()
32511 Fence fence;
48319 …tImageKHR( SwapchainKHR swapchain, uint64_t timeout, Semaphore semaphore, Fence fence, uint32_t* p… in acquireNextImageKHR()
48325 …tImageKHR( SwapchainKHR swapchain, uint64_t timeout, Semaphore semaphore, Fence fence, Dispatch co… in acquireNextImageKHR()
48899 …onst FenceCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch … in createFence()
48905 …VULKAN_HPP_INLINE ResultValueType<Fence>::type Device::createFence( const FenceCreateInfo & create… in createFence()
48907 Fence fence; in createFence()
48913 …VULKAN_HPP_INLINE typename ResultValueType<UniqueHandle<Fence,Dispatch>>::type Device::createFence… in createFenceUnique()
48915 Fence fence; in createFenceUnique()
48919 …return createResultValue<Fence,Dispatch>( result, fence, VULKAN_HPP_NAMESPACE_STRING"::Device::cre… in createFenceUnique()
49851 …VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, const AllocationCallbacks* pAllocator, D… in destroyFence()
49857 …VULKAN_HPP_INLINE void Device::destroyFence( Fence fence, Optional<const AllocationCallbacks> allo… in destroyFence()
49864 …VULKAN_HPP_INLINE void Device::destroy( Fence fence, const AllocationCallbacks* pAllocator, Dispat… in destroy()
49870 …VULKAN_HPP_INLINE void Device::destroy( Fence fence, Optional<const AllocationCallbacks> allocator… in destroy()
50783 VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence, Dispatch const &d) const in getFenceStatus()
50789 VULKAN_HPP_INLINE Result Device::getFenceStatus( Fence fence, Dispatch const &d ) const in getFenceStatus()
51612 …iceEventInfoEXT* pDeviceEventInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch … in registerEventEXT()
51618 …VULKAN_HPP_INLINE ResultValueType<Fence>::type Device::registerEventEXT( const DeviceEventInfoEXT … in registerEventEXT()
51620 Fence fence; in registerEventEXT()
51627 …ayEventInfoEXT* pDisplayEventInfo, const AllocationCallbacks* pAllocator, Fence* pFence, Dispatch … in registerDisplayEventEXT()
51633 …VULKAN_HPP_INLINE ResultValueType<Fence>::type Device::registerDisplayEventEXT( DisplayKHR display… in registerDisplayEventEXT()
51635 Fence fence; in registerDisplayEventEXT()
51709 …VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCount, const Fence* pFences, Dispatch … in resetFences()
51715 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::resetFences( ArrayProxy<const Fence> fences,… in resetFences()
51892 …VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 … in waitForFences()
51898 …VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, ui… in waitForFences()
54276 …eue::bindSparse( uint32_t bindInfoCount, const BindSparseInfo* pBindInfo, Fence fence, Dispatch co… in bindSparse()
54282 …void>::type Queue::bindSparse( ArrayProxy<const BindSparseInfo> bindInfo, Fence fence, Dispatch co… in bindSparse()
54331 …VULKAN_HPP_INLINE Result Queue::submit( uint32_t submitCount, const SubmitInfo* pSubmits, Fence fe… in submit()
54337 …alueType<void>::type Queue::submit( ArrayProxy<const SubmitInfo> submits, Fence fence, Dispatch co… in submit()