Home
last modified time | relevance | path

Searched defs:createSemaphore (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl27 CreateSemaphoreFunc createSemaphore; variable
DvkRefUtilImpl.inl175 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre… function
DvkDeviceDriverImpl.inl120 VkResult DeviceDriver::createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, … function in DeviceDriver
DvkNullDriverImpl.inl28 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea… function
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp232 vk::Move<vk::VkSemaphore> createSemaphore (const vk::DeviceInterface& vkd, in createSemaphore() function
DvktWsiIncrementalPresentTests.cpp223 vk::Move<vk::VkSemaphore> createSemaphore (const vk::DeviceInterface& vkd, in createSemaphore() function
DvktWsiDisplayTimingTests.cpp56 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, in createSemaphore() function
DvktWsiSwapchainTests.cpp1334 Move<VkSemaphore> createSemaphore (const DeviceInterface& vkd, in createSemaphore() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1110 vk::refdetails::Checked<VkSemaphore> createSemaphore (const DeviceInterface& deviceInterface, const… in createSemaphore() function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16305 …Result createSemaphore( const SemaphoreCreateInfo* pCreateInfo, const AllocationCallbacks* pAlloca… in createSemaphore() function in vk::Device
16311 …ResultValueType<Semaphore>::type createSemaphore( const SemaphoreCreateInfo & createInfo, Optional… in createSemaphore() function in vk::Device