Home
last modified time | relevance | path

Searched refs:vkAllocateCommandBuffers (Results 1 – 25 of 51) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvertex_buffer_test.cc47 dummyPtrs_.vkAllocateCommandBuffers = vkAllocateCommandBuffers; in DummyDevice()
114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() function in amber::vulkan::__anonb62f6e560111::DummyDevice
Dvk-funcs-1-0.inc1 AMBER_VK_FUNC(vkAllocateCommandBuffers)
Dcommand_buffer.cc48 if (device_->GetPtrs()->vkAllocateCommandBuffers( in Initialize()
/third_party/vulkan-loader/tests/live_verification/
Ddynamic_rendering_get_proc_addr.cpp66 funcs.vkAllocateCommandBuffers(dev, &alloc_info, &command_buffer); in main()
/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc2 …f (!(ptrs_.vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstancePr…
3 return Result("Vulkan: Unable to load vkAllocateCommandBuffers pointer");
Dvk-wrappers-1-0.h1 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc2 …f (!(ptrs_.vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(getInstancePr…
3 return Result("Vulkan: Unable to load vkAllocateCommandBuffers pointer");
Dvk-wrappers-1-0.h1 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
/third_party/vulkan-loader/loader/
Dgpa_helper.c119 if (!strcmp(funcName, "vkAllocateCommandBuffers")) return vkAllocateCommandBuffers; in trampoline_get_proc_addr()
291 if (!strcmp(name, "AllocateCommandBuffers")) return vkAllocateCommandBuffers; in loader_non_passthrough_gdpa()
Dvulkan-1.def115 vkAllocateCommandBuffers
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.def96 vkAllocateCommandBuffers
Dvk_swiftshader.lds96 vkAllocateCommandBuffers;
DVkGetProcAddress.cpp242 MAKE_VULKAN_DEVICE_ENTRY(vkAllocateCommandBuffers),
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp20 VK_INSTANCE(vkAllocateCommandBuffers, VkResult, VkDevice, const VkCommandBufferAllocateInfo *, VkCo…
DDevice.cpp411 return driver->vkAllocateCommandBuffers(device, &info, out); in AllocateCommandBuffer()
/third_party/vulkan-loader/
Dvulkan.symbols.api3 vkAllocateCommandBuffers
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp825 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/
DVK_KHR_maintenance1.txt61 flink:vkAllocateCommandBuffers functions.
DVK_KHR_maintenance1.adoc59 flink:vkAllocateCommandBuffers functions.
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h116 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; member
515 extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
Dvolk.c326vkAllocateCommandBuffers = (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/
DvkCoreFunctionalities.inl114 …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/
Dvulkan_command_buffer_utils.cpp746 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/
Dimgui_impl_vulkan.cpp132 IMGUI_VULKAN_FUNC_MAP_MACRO(vkAllocateCommandBuffers) \
1193 err = vkAllocateCommandBuffers(device, &info, &fd->CommandBuffer); in ImGui_ImplVulkanH_CreateWindowCommandBuffers()
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp637 vkAllocateCommandBuffers = load(device, "vkAllocateCommandBuffers"); in DeviceFunctions()

123