Home
last modified time | relevance | path

Searched defs:destroySemaphore (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl28 DestroySemaphoreFunc destroySemaphore; variable
DvkDeviceDriverImpl.inl125 void DeviceDriver::destroySemaphore (VkDevice device, VkSemaphore semaphore, const VkAllocationCall… function in DeviceDriver
DvkNullDriverImpl.inl212 VKAPI_ATTR void VKAPI_CALL destroySemaphore (VkDevice device, VkSemaphore semaphore, const VkAlloca… function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16319 void destroySemaphore( Semaphore semaphore, const AllocationCallbacks* pAllocator ) const in destroySemaphore() function in vk::Device
16325 …void destroySemaphore( Semaphore semaphore, Optional<const AllocationCallbacks> allocator = nullpt… in destroySemaphore() function in vk::Device