Home
last modified time | relevance | path

Searched refs:vkCreateCommandPool (Results 1 – 25 of 47) sorted by relevance

12

/third_party/vulkan-loader/tests/live_verification/
Ddynamic_rendering_get_proc_addr.cpp60 funcs.vkCreateCommandPool(dev, &pool_create_info, nullptr, &command_pool); in main()
/third_party/vulkan-loader/
Dvulkan.symbols.api92 vkCreateCommandPool
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds93 vkCreateCommandPool;
Dvk_swiftshader.def93 vkCreateCommandPool
DVkGetProcAddress.cpp239 MAKE_VULKAN_DEVICE_ENTRY(vkCreateCommandPool),
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp31 VK_INSTANCE(vkCreateCommandPool, VkResult, VkDevice, const VkCommandPoolCreateInfo *, const VkAlloc…
DDevice.cpp393 return driver->vkCreateCommandPool(device, &info, 0, out); in CreateCommandPool()
/third_party/vulkan-loader/loader/
Dvulkan-1.def112 vkCreateCommandPool
Dgpa_helper.c116 if (!strcmp(funcName, "vkCreateCommandPool")) return vkCreateCommandPool; in trampoline_get_proc_addr()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkqueue.c138 vkCreateCommandPool (queue->device->device, &cmd_pool_info, NULL, in gst_vulkan_queue_create_command_pool()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h168 PFN_vkCreateCommandPool vkCreateCommandPool; member
567 extern PFN_vkCreateCommandPool vkCreateCommandPool;
Dvolk.c378 vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); in volkGenLoadDevice()
779 table->vkCreateCommandPool = (PFN_vkCreateCommandPool)load(context, "vkCreateCommandPool"); in volkGenLoadDeviceTable()
1182 PFN_vkCreateCommandPool vkCreateCommandPool; variable
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp349 result = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initialize()
439 vkResult = vkCreateCommandPool(mDevice, &commandPoolCreateInfo, nullptr, &mCommandPool); in initializeFromANGLE()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl108 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC…
246 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC…
412 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC…
DvkInitDeviceFunctionPointers.inl73 m_vk.createCommandPool = (CreateCommandPoolFunc) GET_PROC_ADDR("vkCreateCommandPool"…
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_vulkan.cpp148 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateCommandPool) \
1184 err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp636 vkCreateCommandPool = load(device, "vkCreateCommandPool"); in DeviceFunctions()
Dtest_util.h768 PFN_vkCreateCommandPool vkCreateCommandPool = nullptr; member
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_vulkan.cpp860 err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); in ImGui_ImplVulkanH_CreateWindowDataCommandBuffers()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h581 return vkCreateCommandPool(device, &createInfo, nullptr, &mHandle);
/third_party/ffmpeg/libavfilter/
Dvulkan.c372 ret = vkCreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h663 return vkCreateCommandPool(device, &createInfo, nullptr, &mHandle);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2048 VkResult vkCreateCommandPool( VkDevice device, in vkCreateCommandPool() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2053 return ::vkCreateCommandPool( device, pCreateInfo, pAllocator, pCommandPool ); in vkCreateCommandPool()
10965 …PFN_vkCreateCommandPool vkCreateCommandPool member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11961vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandP… in init()
13156vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool"… in init()
/third_party/flutter/glfw/tests/
Dvulkan.c1546 err = vkCreateCommandPool(demo->device, &cmd_pool_info, NULL, in demo_prepare()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp730 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()

12