Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_pool.cc38 if (device_->GetPtrs()->vkCreateCommandPool( in Initialize()
Dvk-funcs-1-0.inc24 AMBER_VK_FUNC(vkCreateCommandPool)
/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/vk-gl-cts/build/
Dvk-wrappers-1-0.inc94 if (!(ptrs_.vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(getInstanceProcAddr(ins…
95 return Result("Vulkan: Unable to load vkCreateCommandPool pointer");
Dvk-wrappers-1-0.h24 PFN_vkCreateCommandPool vkCreateCommandPool; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc94 if (!(ptrs_.vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(getInstanceProcAddr(ins…
95 return Result("Vulkan: Unable to load vkCreateCommandPool pointer");
Dvk-wrappers-1-0.h24 PFN_vkCreateCommandPool vkCreateCommandPool; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dwriting.txt336 "`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 …]
Dwriting.adoc347 "`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 …]
Dmarkup.txt397 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.
Dmarkup.adoc402 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/
Dvk_swiftshader.lds93 vkCreateCommandPool;
Dvk_swiftshader.def93 vkCreateCommandPool
DVkGetProcAddress.cpp239 MAKE_VULKAN_DEVICE_ENTRY(vkCreateCommandPool),
/third_party/vulkan-loader/
Dvulkan.symbols.api92 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.inl111 …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/
Dimgui_impl_vulkan.cpp148 IMGUI_VULKAN_FUNC_MAP_MACRO(vkCreateCommandPool) \
1184 err = vkCreateCommandPool(device, &info, allocator, &fd->CommandPool); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()

123