/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vertex_buffer_test.cc | 48 dummyPtrs_.vkCreateFence = vkCreateFence; in DummyDevice() 119 static VkResult vkCreateFence(VkDevice, in vkCreateFence() function in amber::vulkan::__anonf659d2680111::DummyDevice
|
D | vk-funcs-1-0.inc | 28 AMBER_VK_FUNC(vkCreateFence)
|
D | command_buffer.cc | 54 if (device_->GetPtrs()->vkCreateFence(device_->GetVkDevice(), &fence_info, in Initialize()
|
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 110 if (!(ptrs_.vkCreateFence = reinterpret_cast<PFN_vkCreateFence>(getInstanceProcAddr(instance_, "vkC… 111 return Result("Vulkan: Unable to load vkCreateFence pointer");
|
D | vk-wrappers-1-0.h | 28 PFN_vkCreateFence vkCreateFence; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 110 if (!(ptrs_.vkCreateFence = reinterpret_cast<PFN_vkCreateFence>(getInstanceProcAddr(instance_, "vkC… 111 return Result("Vulkan: Unable to load vkCreateFence pointer");
|
D | vk-wrappers-1-0.h | 28 PFN_vkCreateFence vkCreateFence; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 43 vkCreateFence;
|
D | vk_swiftshader.def | 43 vkCreateFence
|
D | VkGetProcAddress.cpp | 189 MAKE_VULKAN_DEVICE_ENTRY(vkCreateFence),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 101 vkCreateFence
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfence.c | 115 err = vkCreateFence (device->device, &fence_info, NULL, &fence->fence); in gst_vulkan_fence_new()
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 62 vkCreateFence
|
D | gpa_helper.c | 66 if (!strcmp(funcName, "vkCreateFence")) return vkCreateFence; in trampoline_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 173 PFN_vkCreateFence vkCreateFence; member 573 extern PFN_vkCreateFence vkCreateFence;
|
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/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 61 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));
|
D | vkInitDeviceFunctionPointers.inl | 25 m_vk.createFence = (CreateFenceFunc) GET_PROC_ADDR("vkCreateFence");
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 162 res = vkCreateFence(mInfo.device, &fenceInfo, NULL, &mDrawFence); in SetUp()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 162 res = vkCreateFence(mInfo.device, &fenceInfo, NULL, &mDrawFence); in SetUp()
|
/third_party/skia/third_party/externals/imgui/backends/ |
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/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.cpp | 876 err = vkCreateFence(device, &info, allocator, &fd->Fence); in ImGui_ImplVulkanH_CreateWindowDataCommandBuffers()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_wrapper.h | 1411 return vkCreateFence(device, &createInfo, nullptr, &mHandle);
|
/third_party/ffmpeg/libavfilter/ |
D | vulkan.c | 433 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/ |
D | vk_wrapper.h | 1699 return vkCreateFence(device, &createInfo, nullptr, &mHandle);
|