Home
last modified time | relevance | path

Searched refs:vkCreateFence (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def42 vkCreateFence
DVkGetProcAddress.cpp101 MAKE_VULKAN_DEVICE_ENTRY(vkCreateFence),
DlibVulkan.cpp647 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo,… in vkCreateFence() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl57 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
195 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
DvkInitDeviceFunctionPointers.inl23 m_vk.createFence = (CreateFenceFunc) GET_PROC_ADDR("vkCreateFence");
DvkNullDriverImpl.inl1987 VK_NULL_FUNC_ENTRY(vkCreateFence, createFence),
DvkVulkan_c.inl2949 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp471 …e &dev, const VkFenceCreateInfo &info) { NON_DISPATCHABLE_HANDLE_INIT(vkCreateFence, dev, &info); } in NON_DISPATCHABLE_HANDLE_DTOR()
Dlayer_validation_tests.cpp3074 err = vkCreateFence(testDevice, &fence_create_info, NULL, &fence); in TEST_F()
5515 err = vkCreateFence(m_device->device(), &fci, nullptr, &export_fence); in TEST_F()
5523 err = vkCreateFence(m_device->device(), &fci, nullptr, &import_fence); in TEST_F()
18360 ASSERT_VK_SUCCESS(vkCreateFence(m_device->device(), &fence_create_info, nullptr, &fence)); in TEST_F()
19487 ASSERT_VK_SUCCESS(vkCreateFence(m_device->device(), &fence_create_info, nullptr, &fence)); in TEST_F()
30099 err = vkCreateFence(m_device->device(), &fci, nullptr, &fence); in TEST_F()
30144 err = vkCreateFence(m_device->device(), &fci1, nullptr, &f1); in TEST_F()
30150 err = vkCreateFence(m_device->device(), &fci2, nullptr, &f2); in TEST_F()
31057 err = vkCreateFence(m_device->device(), &fence_ci, nullptr, &fences[i]); in TEST_F()
31207 vkCreateFence(m_device->device(), &fence_create_info, nullptr, &fence); in TEST_F()
[all …]
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c677 .vkCreateFence = anv_CreateFence,
1098 .vkCreateFence = gen7_CreateFence,
1519 .vkCreateFence = gen75_CreateFence,
1940 .vkCreateFence = gen8_CreateFence,
2361 .vkCreateFence = gen9_CreateFence,
2782 .vkCreateFence = gen10_CreateFence,
3061 return anv_device->dispatch.vkCreateFence(device, pCreateInfo, pAllocator, pFence); in anv_tramp_CreateFence()
3847 .vkCreateFence = anv_tramp_CreateFence,
Danv_entrypoints.h42 PFN_vkCreateFence vkCreateFence; member
/external/mesa3d/include/vulkan/
Dvulkan.h2876 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3056 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3056 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1195 …VkResult vkCreateFence( VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationC… in vkCreateFence() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1197 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence ); in vkCreateFence()
48901 …return static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCreateInfo*>(… in createFence()
48908 …Result result = static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCrea… in createFence()
48916 …Result result = static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCrea… in createFenceUnique()
54712 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55122vkCreateFence = PFN_vkCreateFence( device ? vkGetDeviceProcAddr( device, "vkCreateFence" ) : vkGet… in init()
Dvulkan_core.h3221 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/swiftshader/include/vulkan/
Dvulkan.hpp1581 …VkResult vkCreateFence( VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationC… in vkCreateFence() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1583 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence); in vkCreateFence()
41795 …return static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCreateInfo*>(… in createFence()
41802 …Result result = static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCrea… in createFence()
41810 …Result result = static_cast<Result>( d.vkCreateFence( m_device, reinterpret_cast<const VkFenceCrea… in createFenceUnique()
52531 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
52931vkCreateFence = PFN_vkCreateFence(device ? device.getProcAddr( "vkCreateFence") : instance.getProc… in init()
Dvulkan_core.h3174 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2946 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(