/external/swiftshader/src/Vulkan/ |
D | swiftshader_icd.def | 42 vkCreateFence
|
D | VkGetProcAddress.cpp | 101 MAKE_VULKAN_DEVICE_ENTRY(vkCreateFence),
|
D | libVulkan.cpp | 647 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo,… in vkCreateFence() function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 57 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));
|
D | vkInitDeviceFunctionPointers.inl | 23 m_vk.createFence = (CreateFenceFunc) GET_PROC_ADDR("vkCreateFence");
|
D | vkNullDriverImpl.inl | 1987 VK_NULL_FUNC_ENTRY(vkCreateFence, createFence),
|
D | vkVulkan_c.inl | 2949 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 471 …e &dev, const VkFenceCreateInfo &info) { NON_DISPATCHABLE_HANDLE_INIT(vkCreateFence, dev, &info); } in NON_DISPATCHABLE_HANDLE_DTOR()
|
D | layer_validation_tests.cpp | 3074 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/ |
D | anv_entrypoints.c | 677 .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,
|
D | anv_entrypoints.h | 42 PFN_vkCreateFence vkCreateFence; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2876 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3056 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3056 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1195 …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 55122 …vkCreateFence = PFN_vkCreateFence( device ? vkGetDeviceProcAddr( device, "vkCreateFence" ) : vkGet… in init()
|
D | vulkan_core.h | 3221 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1581 …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 52931 …vkCreateFence = PFN_vkCreateFence(device ? device.getProcAddr( "vkCreateFence") : instance.getProc… in init()
|
D | vulkan_core.h | 3174 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2946 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|