HomeSort by relevance Sort by last modified time
    Searched refs:createSemaphore (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 27 CreateSemaphoreFunc createSemaphore;
vkRefUtil.inl 8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkInitDeviceFunctionPointers.inl 27 m_vk.createSemaphore = (CreateSemaphoreFunc) GET_PROC_ADDR("vkCreateSemaphore");
vkRefUtilImpl.inl 175 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
178 VK_CHECK(vk.createSemaphore(device, pCreateInfo, pAllocator, &object));
vkDeviceDriverImpl.inl 120 VkResult DeviceDriver::createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const
122 return m_vk.createSemaphore(device, pCreateInfo, pAllocator, pSemaphore);
    [all...]
vkConcreteDeviceInterface.inl 27 virtual VkResult createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const;
vkVirtualDeviceInterface.inl 27 virtual VkResult createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const = 0;
vkNullDriverImpl.inl 28 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 58 const Unique<VkSemaphore> semaphore (createSemaphore (vk, device, &semaphoreInfo, DE_NULL));
222 semaphore = (createSemaphore (vk,*logicalDevice, &semaphoreInfo, DE_NULL));
vktSynchronizationSmokeTests.cpp     [all...]
vktSynchronizationOperationMultiQueueTests.cpp 341 const Unique<VkSemaphore> semaphore (createSemaphore(vk, device, &semaphoreInfo, DE_NULL));
vktSynchronizationOperationSingleQueueTests.cpp 197 const Unique<VkSemaphore> semaphore (createSemaphore (vk, device, &semaphoreInfo, DE_NULL));
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 232 vk::Move<vk::VkSemaphore> createSemaphore (const vk::DeviceInterface& vkd,
241 return vk::createSemaphore(vkd, device, &createInfo);
249 semaphores[ndx] = createSemaphore(vkd, device).disown();
1033 vk::Move<vk::VkSemaphore> semaphore(createSemaphore(m_vkd, *m_device));
    [all...]
vktWsiDisplayTimingTests.cpp 56 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
69 return createSemaphore(vk, device, &createInfo, pAllocator);
264 semaphores[ndx] = createSemaphore(vkd, device).disown();
1047 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown();
1048 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown();
    [all...]
vktWsiIncrementalPresentTests.cpp 223 vk::Move<vk::VkSemaphore> createSemaphore (const vk::DeviceInterface& vkd,
232 return vk::createSemaphore(vkd, device, &createInfo);
240 semaphores[ndx] = createSemaphore(vkd, device).disown();
1127 m_freeAcquireSemaphore = createSemaphore(m_vkd, *m_device).disown();
1128 m_freeRenderSemaphore = createSemaphore(m_vkd, *m_device).disown();
    [all...]
vktWsiSwapchainTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 389 return createSemaphore(vk, device, &semaphoreCreateInfo);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp     [all...]
vktApiObjectManagementTests.cpp 913 return createSemaphore(env.vkd, env.device, &semaphoreInfo, env.allocationCallbacks);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 788 milliseconds

1 2