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

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 22 CreateFenceFunc createFence;
vkRefUtil.inl 7 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkInitDeviceFunctionPointers.inl 22 m_vk.createFence = (CreateFenceFunc) GET_PROC_ADDR("vkCreateFence");
vkRefUtilImpl.inl 150 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
153 VK_CHECK(vk.createFence(device, pCreateInfo, pAllocator, &object));
vkDeviceDriverImpl.inl 95 VkResult DeviceDriver::createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const
97 return m_vk.createFence(device, pCreateInfo, pAllocator, pFence);
vkConcreteDeviceInterface.inl 22 virtual VkResult createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const;
vkVirtualDeviceInterface.inl 22 virtual VkResult createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence) const = 0;
vkNullDriverImpl.inl 22 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkFence* pFence)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 383 const Unique<VkFence> fence (createFence(m_vkd, m_device, &fenceCreateInfo));
    [all...]
vktApiBufferTests.cpp 225 const vk::Unique<vk::VkFence> fence(vk::createFence(vk, vkDevice, &fenceParams));
vktApiSmokeTests.cpp 895 const Unique<VkFence> fence (createFence(vk, vkDevice, &fenceParams));
    [all...]
vktApiCopiesAndBlittingTests.cpp 176 m_fence = createFence(vk, vkDevice, &fenceParams);
277 fence = createFence(vk, vkDevice, &fenceParams);
496 fence = createFence(vk, device, &fenceParams);
    [all...]
vktApiBufferViewAccessTests.cpp 772 m_fence = createFence(vk, vkDevice, &fenceParams);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp 304 const Unique<VkFence> fence(createFence(vk, device, &fenceParams));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 423 const Unique<VkFence> fence(createFence(vk, device, &fenceParams));
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 385 const Unique<VkFence> cmdCompleteFence (createFence(vkdi, device, &fenceCreateInfo));
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 526 const Unique<VkFence> fence(createFence(vk, device, &fenceParams));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 237 fence = createFence(vk, device, &fenceParams);
395 fence = createFence(vk, device, &fenceParams);
    [all...]
vktPipelinePushConstantTests.cpp     [all...]
vktPipelineBlendTests.cpp     [all...]
vktPipelineDepthTests.cpp     [all...]
vktPipelineEarlyFragmentTests.cpp 236 const Unique<VkFence> fence(createFence(vk, device, &fenceParams));
    [all...]
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 918 const Unique<VkFence> fence (createFence(vk, vkDevice, &fenceParams));
    [all...]

Completed in 468 milliseconds

1 2