| /third_party/vulkan-loader/tests/live_verification/ |
| D | dynamic_rendering_get_proc_addr.cpp | 60 funcs.vkCreateCommandPool(dev, &pool_create_info, nullptr, &command_pool); in main()
|
| /third_party/vulkan-loader/ |
| D | vulkan.symbols.api | 92 vkCreateCommandPool
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | vk_swiftshader.lds | 93 vkCreateCommandPool;
|
| D | vk_swiftshader.def | 93 vkCreateCommandPool
|
| D | VkGetProcAddress.cpp | 239 MAKE_VULKAN_DEVICE_ENTRY(vkCreateCommandPool),
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | VkInstanceFuncs.hpp | 31 VK_INSTANCE(vkCreateCommandPool, VkResult, VkDevice, const VkCommandPoolCreateInfo *, const VkAlloc…
|
| D | Device.cpp | 393 return driver->vkCreateCommandPool(device, &info, 0, out); in CreateCommandPool()
|
| /third_party/vulkan-loader/loader/ |
| D | vulkan-1.def | 112 vkCreateCommandPool
|
| D | gpa_helper.c | 116 if (!strcmp(funcName, "vkCreateCommandPool")) return vkCreateCommandPool; in trampoline_get_proc_addr()
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
| D | gstvkqueue.c | 138 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/ |
| D | volk.h | 168 PFN_vkCreateCommandPool vkCreateCommandPool; member 567 extern PFN_vkCreateCommandPool vkCreateCommandPool;
|
| D | volk.c | 378 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/ |
| D | VulkanHelper.cpp | 349 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/ |
| D | vkCoreFunctionalities.inl | 108 …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…
|
| D | vkInitDeviceFunctionPointers.inl | 73 m_vk.createCommandPool = (CreateCommandPoolFunc) GET_PROC_ADDR("vkCreateCommandPool"…
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_vulkan.cpp | 148 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateCommandPool) \ 1184 err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
|
| /third_party/vulkan-loader/tests/framework/ |
| D | test_util.cpp | 636 vkCreateCommandPool = load(device, "vkCreateCommandPool"); in DeviceFunctions()
|
| D | test_util.h | 768 PFN_vkCreateCommandPool vkCreateCommandPool = nullptr; member
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/ |
| D | imgui_impl_vulkan.cpp | 860 err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); in ImGui_ImplVulkanH_CreateWindowDataCommandBuffers()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_wrapper.h | 581 return vkCreateCommandPool(device, &createInfo, nullptr, &mHandle);
|
| /third_party/ffmpeg/libavfilter/ |
| D | vulkan.c | 372 ret = vkCreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_wrapper.h | 663 return vkCreateCommandPool(device, &createInfo, nullptr, &mHandle);
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 2048 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 11961 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetInstanceProcAddr( instance, "vkCreateCommandP… in init() 13156 …vkCreateCommandPool = PFN_vkCreateCommandPool( vkGetDeviceProcAddr( device, "vkCreateCommandPool"… in init()
|
| /third_party/flutter/glfw/tests/ |
| D | vulkan.c | 1546 err = vkCreateCommandPool(demo->device, &cmd_pool_info, NULL, in demo_prepare()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| D | vulkan_command_buffer_utils.cpp | 730 res = vkCreateCommandPool(info.device, &cmd_pool_info, NULL, &info.cmd_pool); in init_command_pool()
|