Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvertex_buffer_test.cc48 dummyPtrs_.vkCreateFence = vkCreateFence; in DummyDevice()
119 static VkResult vkCreateFence(VkDevice, in vkCreateFence() function in amber::vulkan::__anonf659d2680111::DummyDevice
Dvk-funcs-1-0.inc28 AMBER_VK_FUNC(vkCreateFence)
Dcommand_buffer.cc54 if (device_->GetPtrs()->vkCreateFence(device_->GetVkDevice(), &fence_info, in Initialize()
/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc110 if (!(ptrs_.vkCreateFence = reinterpret_cast<PFN_vkCreateFence>(getInstanceProcAddr(instance_, "vkC…
111 return Result("Vulkan: Unable to load vkCreateFence pointer");
Dvk-wrappers-1-0.h28 PFN_vkCreateFence vkCreateFence; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc110 if (!(ptrs_.vkCreateFence = reinterpret_cast<PFN_vkCreateFence>(getInstanceProcAddr(instance_, "vkC…
111 return Result("Vulkan: Unable to load vkCreateFence pointer");
Dvk-wrappers-1-0.h28 PFN_vkCreateFence vkCreateFence; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds43 vkCreateFence;
Dvk_swiftshader.def43 vkCreateFence
DVkGetProcAddress.cpp189 MAKE_VULKAN_DEVICE_ENTRY(vkCreateFence),
/third_party/vulkan-loader/
Dvulkan.symbols.api101 vkCreateFence
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkfence.c115 err = vkCreateFence (device->device, &fence_info, NULL, &fence->fence); in gst_vulkan_fence_new()
/third_party/vulkan-loader/loader/
Dvulkan-1.def62 vkCreateFence
Dgpa_helper.c66 if (!strcmp(funcName, "vkCreateFence")) return vkCreateFence; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h173 PFN_vkCreateFence vkCreateFence; member
573 extern PFN_vkCreateFence vkCreateFence;
Dvolk.c383 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/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl61 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
199 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
365 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
544 apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateFence", FUNCTIONORIGIN_DEVICE));
DvkInitDeviceFunctionPointers.inl25 m_vk.createFence = (CreateFenceFunc) GET_PROC_ADDR("vkCreateFence");
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp162 res = vkCreateFence(mInfo.device, &fenceInfo, NULL, &mDrawFence); in SetUp()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp162 res = vkCreateFence(mInfo.device, &fenceInfo, NULL, &mDrawFence); in SetUp()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp150 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateFence) \
1200 err = vkCreateFence(device, &info, allocator, &fd->Fence); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp876 err = vkCreateFence(device, &info, allocator, &fd->Fence); in ImGui_ImplVulkanH_CreateWindowDataCommandBuffers()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1411 return vkCreateFence(device, &createInfo, nullptr, &mHandle);
/third_party/ffmpeg/libavfilter/
Dvulkan.c433 ret = vkCreateFence(s->hwctx->act_dev, &fence_spawn, s->hwctx->alloc, in ff_vk_start_exec_recording()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1699 return vkCreateFence(device, &createInfo, nullptr, &mHandle);

12