/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | command_pool.cc | 38 if (device_->GetPtrs()->vkCreateCommandPool( in Initialize()
|
D | vk-funcs-1-0.inc | 24 AMBER_VK_FUNC(vkCreateCommandPool)
|
/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/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 94 if (!(ptrs_.vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(getInstanceProcAddr(ins… 95 return Result("Vulkan: Unable to load vkCreateCommandPool pointer");
|
D | vk-wrappers-1-0.h | 24 PFN_vkCreateCommandPool vkCreateCommandPool; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 94 if (!(ptrs_.vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(getInstanceProcAddr(ins… 95 return Result("Vulkan: Unable to load vkCreateCommandPool pointer");
|
D | vk-wrappers-1-0.h | 24 PFN_vkCreateCommandPool vkCreateCommandPool; variable
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | writing.txt | 336 "`To create a command pool, call fname:vkCreateCommandPool`" 341 fname:vkCreateCommandPool`". 688 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos'] 692 include::{generated}/api/protos/vkCreateCommandPool.txt[] 715 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos'] 719 \include::\{generated}/api/protos/vkCreateCommandPool.txt[] 725 In this case, the anchor is named `vkCreateCommandPool`. 762 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]] 767 include::{generated}/validity/protos/vkCreateCommandPool.txt[] 788 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]] [all …]
|
D | writing.adoc | 347 "`To create a command pool, call fname:vkCreateCommandPool`" 352 fname:vkCreateCommandPool`". 699 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos'] 703 include::{generated}/api/protos/vkCreateCommandPool.adoc[] 726 [open,refpage='vkCreateCommandPool',desc='Create a new command pool object',type='protos'] 730 \include::\{generated}/api/protos/vkCreateCommandPool.adoc[] 736 In this case, the anchor is named `vkCreateCommandPool`. 773 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]] 778 include::{generated}/validity/protos/vkCreateCommandPool.adoc[] 799 * [[VUID-vkCreateCommandPool-queueFamilyIndex-01937]] [all …]
|
D | markup.txt | 397 command name such as <<vkCreateCommandPool,vkCreateCommandPool>>. 400 flink:vkCreateCommandPool. 416 <<vkCreateCommandPool,vkCreateCommandPool>>. However, using the 418 anchors corresponding to API names, such as flink:vkCreateCommandPool. 604 flink{cl}vkCreateCommandPool -> flink:vkCreateCommandPool. 607 fname{cl}vkCreateCommandPool -> fname:vkCreateCommandPool.
|
D | markup.adoc | 402 command name such as <<vkCreateCommandPool,vkCreateCommandPool>>. 405 flink:vkCreateCommandPool. 421 <<vkCreateCommandPool,vkCreateCommandPool>>. However, using the 423 anchors corresponding to API names, such as flink:vkCreateCommandPool. 625 flink{cl}vkCreateCommandPool -> flink:vkCreateCommandPool. 628 fname{cl}vkCreateCommandPool -> fname: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/vulkan-loader/ |
D | vulkan.symbols.api | 92 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 | 111 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC… 249 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC… 415 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC… 594 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateCommandPool", FUNCTIONORIGIN_DEVIC…
|
/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()
|