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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 401 VK_CHECK(m_vkd.waitForFences(m_device, 1, &fence.get(), VK_TRUE, ~0ull));
    [all...]
vktApiBufferTests.cpp 231 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), VK_TRUE, ~(0ull) /* infinity */));
vktApiCopiesAndBlittingTests.cpp 386 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), true, ~(0ull) /* infinity */));
574 VK_CHECK(vk.waitForFences(device, 1, &fence.get(), 0, ~(0ull) /* infinity */));
778 VK_CHECK(vk.waitForFences(vkDevice, 1, &m_fence.get(), true, ~(0ull) /* infinity */));
    [all...]
vktApiBufferViewAccessTests.cpp     [all...]
vktApiSmokeTests.cpp 898 VK_CHECK(vk.waitForFences(vkDevice, 1u, &fence.get(), DE_TRUE, ~0ull));
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 26 WaitForFencesFunc waitForFences;
vkInitDeviceFunctionPointers.inl 26 m_vk.waitForFences = (WaitForFencesFunc) GET_PROC_ADDR("vkWaitForFences");
vkDeviceDriverImpl.inl 115 VkResult DeviceDriver::waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const
117 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
vkConcreteDeviceInterface.inl 26 virtual VkResult waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const;
vkVirtualDeviceInterface.inl 26 virtual VkResult waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) const = 0;
vkNullDriverImpl.inl 490 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 320 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 439 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 401 VK_CHECK(vkdi.waitForFences(device, 1, &cmdCompleteFence.get(), 0u, infiniteTimeout)); // \note: timeout is failure
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 936 VK_CHECK(vk.waitForFences(vkDevice, 1, &fence.get(), true, ~(0ull) /* infinity*/));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 542 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 315 VK_CHECK(vk.waitForFences(device, 1, &fence.get(), 0, ~(0ull) /* infinity */));
488 VK_CHECK(vk.waitForFences(device, 1, &fence.get(), true, ~(0ull) /* infinity */));
    [all...]
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineBlendTests.cpp     [all...]
vktPipelineDepthTests.cpp     [all...]
vktPipelineEarlyFragmentTests.cpp 252 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
    [all...]
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]

Completed in 386 milliseconds

1 2