/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | vertex_buffer_test.cc | 48 dummyPtrs_.vkCreateFence = vkCreateFence; in DummyDevice() 119 static VkResult vkCreateFence(VkDevice, in vkCreateFence() function in amber::vulkan::__anon27554::DummyDevice
|
H A D | command_buffer.cc | 55 if (device_->GetPtrs()->vkCreateFence(device_->GetVkDevice(), &fence_info, in Initialize() 57 return Result("Vulkan::Calling vkCreateFence Fail"); in Initialize()
|
/third_party/vk-gl-cts/build/include/ |
H A D | vk-wrappers-1-0.h | 28 PFN_vkCreateFence vkCreateFence; variable
|
/third_party/vk-gl-cts/build/ |
H A D | vk-wrappers-1-0.h | 28 PFN_vkCreateFence vkCreateFence; variable
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 173 PFN_vkCreateFence vkCreateFence; member 573 extern PFN_vkCreateFence vkCreateFence;
|
H A D | volk.c | 383 vkCreateFence = (PFN_vkCreateFence)load(context, "vkCreateFence"); in volkGenLoadDevice() 784 table->vkCreateFence = (PFN_vkCreateFence)load(context, "vkCreateFence"); in volkGenLoadDeviceTable() 1188 PFN_vkCreateFence vkCreateFence; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 189 MAKE_VULKAN_DEVICE_ENTRY(vkCreateFence),
|
H A D | libVulkan.cpp | 1353 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence) in vkCreateFence() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 66 if (!strcmp(funcName, "vkCreateFence")) return vkCreateFence; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 1323 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, in vkCreateFence() function 1328 "vkCreateFence: Invalid device [VUID-vkCreateFence-device-parameter]"); in vkCreateFence()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanCommandBufferPerf.cpp | 162 res = vkCreateFence(mInfo.device, &fenceInfo, NULL, &mDrawFence); in SetUp()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 150 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateFence) \ 1200 err = vkCreateFence(device, &info, allocator, &fd->Fence); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 1671 VkResult vkCreateFence( VkDevice device, 1676 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence ); 10915 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11897 vkCreateFence = PFN_vkCreateFence( vkGetInstanceProcAddr( instance, "vkCreateFence" ) ); 13099 vkCreateFence = PFN_vkCreateFence( vkGetDeviceProcAddr( device, "vkCreateFence" ) );
|
H A D | vulkan_raii.hpp | 715 vkCreateFence = PFN_vkCreateFence( vkGetDeviceProcAddr( device, "vkCreateFence" ) ); in init() 1599 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 6203 getDispatcher()->vkCreateFence( static_cast<VkDevice>( *device ), in Fence() 6209 throwResultException( result, "vkCreateFence" ); in Fence()
|
H A D | vulkan_funcs.hpp | 1392 return static_cast<Result>( d.vkCreateFence( m_device, 1408 d.vkCreateFence( m_device, in createFence() 1427 d.vkCreateFence( m_device, in createFenceUnique() [all...] |
H A D | vulkan_core.h | 3833 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 1699 return vkCreateFence(device, &createInfo, nullptr, &mHandle); in init()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 1235 VkResult vkCreateFence( VkDevice device, 1240 return ::vkCreateFence( device, pCreateInfo, pAllocator, pFence ); 16435 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17632 vkCreateFence = PFN_vkCreateFence( vkGetInstanceProcAddr( instance, "vkCreateFence" ) ); 18950 vkCreateFence = PFN_vkCreateFence( vkGetDeviceProcAddr( device, "vkCreateFence" ) );
|
H A D | vulkan_funcs.hpp | 1362 return static_cast<Result>( d.vkCreateFence( m_device, 1377 d.vkCreateFence( m_device, in createFence() 1395 d.vkCreateFence( m_device, in createFenceUnique() [all...] |
H A D | vulkan_raii.hpp | 706 vkCreateFence = PFN_vkCreateFence( vkGetDeviceProcAddr( device, "vkCreateFence" ) ); in DeviceDispatcher() 1749 PFN_vkCreateFence vkCreateFence = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 12193 VULKAN_HPP_NAMESPACE::Result result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkCreateFence( [all...] |
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5314 #define vkCreateFence glad_vkCreateFence macro 5922 glad_vkCreateFence = (PFN_vkCreateFence) load(userptr, "vkCreateFence"); in glad_vk_load_VK_VERSION_1_0()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2903 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 3740 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 4097 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 3882 VKAPI_ATTR VkResult VKAPI_CALL vkCreateFence(
|