/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vertex_buffer_test.cc | 47 dummyPtrs_.vkAllocateCommandBuffers = vkAllocateCommandBuffers; in DummyDevice() 114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() function in amber::vulkan::__anonb62f6e560111::DummyDevice
|
D | vk-funcs-1-0.inc | 1 AMBER_VK_FUNC(vkAllocateCommandBuffers)
|
D | command_buffer.cc | 48 if (device_->GetPtrs()->vkAllocateCommandBuffers( in Initialize()
|
/third_party/vulkan-loader/tests/live_verification/ |
D | dynamic_rendering_get_proc_addr.cpp | 66 funcs.vkAllocateCommandBuffers(dev, &alloc_info, &command_buffer); in main()
|
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 2 …f (!(ptrs_.vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstancePr… 3 return Result("Vulkan: Unable to load vkAllocateCommandBuffers pointer");
|
D | vk-wrappers-1-0.h | 1 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 2 …f (!(ptrs_.vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstancePr… 3 return Result("Vulkan: Unable to load vkAllocateCommandBuffers pointer");
|
D | vk-wrappers-1-0.h | 1 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
|
/third_party/vulkan-loader/loader/ |
D | gpa_helper.c | 119 if (!strcmp(funcName, "vkAllocateCommandBuffers")) return vkAllocateCommandBuffers; in trampoline_get_proc_addr() 291 if (!strcmp(name, "AllocateCommandBuffers")) return vkAllocateCommandBuffers; in loader_non_passthrough_gdpa()
|
D | vulkan-1.def | 115 vkAllocateCommandBuffers
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 96 vkAllocateCommandBuffers
|
D | vk_swiftshader.lds | 96 vkAllocateCommandBuffers;
|
D | VkGetProcAddress.cpp | 242 MAKE_VULKAN_DEVICE_ENTRY(vkAllocateCommandBuffers),
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | VkInstanceFuncs.hpp | 20 VK_INSTANCE(vkAllocateCommandBuffers, VkResult, VkDevice, const VkCommandBufferAllocateInfo *, VkCo…
|
D | Device.cpp | 411 return driver->vkAllocateCommandBuffers(device, &info, out); in AllocateCommandBuffer()
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 3 vkAllocateCommandBuffers
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 825 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in releaseImageAndSignalSemaphore() 885 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in waitSemaphoreAndAcquireImage() 999 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in readPixels()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_maintenance1.txt | 61 flink:vkAllocateCommandBuffers functions.
|
D | VK_KHR_maintenance1.adoc | 59 flink:vkAllocateCommandBuffers functions.
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 116 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; member 515 extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
|
D | volk.c | 326 …vkAllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)load(context, "vkAllocateCommandBuffers"); in volkGenLoadDevice() 727 …table->vkAllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)load(context, "vkAllocateCommandBu… in volkGenLoadDeviceTable() 1130 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 114 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D… 252 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D… 418 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D… 597 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D…
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 746 res = vkAllocateCommandBuffers(info.device, &cmd, &info.cmd); in init_command_buffer() 764 res = vkAllocateCommandBuffers(info.device, &cmd, info.cmds.data()); in init_command_buffer_array() 780 res = vkAllocateCommandBuffers(info.device, &cmd, info.cmd2s.data()); in init_command_buffer2_array()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.cpp | 132 IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateCommandBuffers) \ 1193 err = vkAllocateCommandBuffers(device, &info, &fd->CommandBuffer); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.cpp | 637 vkAllocateCommandBuffers = load(device, "vkAllocateCommandBuffers"); in DeviceFunctions()
|