Home
last modified time | relevance | path

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

12

/external/deqp-deps/amber/src/vulkan/
Dvertex_buffer_test.cc47 dummyPtrs_.vkAllocateCommandBuffers = vkAllocateCommandBuffers; in DummyDevice()
114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() function in amber::vulkan::__anone1ea2d810111::DummyDevice
Dvk-funcs-1-0.inc1 AMBER_VK_FUNC(vkAllocateCommandBuffers)
Dcommand_buffer.cc47 if (device_->GetPtrs()->vkAllocateCommandBuffers( in Initialize()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp20 VK_INSTANCE(vkAllocateCommandBuffers, VkResult, VkDevice, const VkCommandBufferAllocateInfo *, VkCo…
DDevice.cpp411 return driver->vkAllocateCommandBuffers(device, &info, out); in AllocateCommandBuffer()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds96 vkAllocateCommandBuffers;
Dvk_swiftshader.def96 vkAllocateCommandBuffers
DVkGetProcAddress.cpp232 MAKE_VULKAN_DEVICE_ENTRY(vkAllocateCommandBuffers),
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp733 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in releaseImageAndSignalSemaphore()
793 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in waitSemaphoreAndAcquireImage()
907 result = vkAllocateCommandBuffers(mDevice, &commandBufferAllocateInfo, commandBuffers); in readPixels()
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp1842 res = vkAllocateCommandBuffers(m_device->handle(), &cmdalloc, &secondary_cmds); in TEST_F()
1888 …ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &sec… in TEST_F()
1938 …ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &sec… in TEST_F()
1941 …ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &pri… in TEST_F()
2758vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &command_buffers[1]); in TEST_F()
2816 vkAllocateCommandBuffers(m_device->device(), &alloc_info, cmd_bufs); in TEST_F()
3514 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &command_buffer); in TEST_F()
3745 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &command_buffer); in TEST_F()
3879 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, command_buffer); in TEST_F()
3966 err = vkAllocateCommandBuffers(m_device->device(), &cmd_buf_info, &cmd_buffers[i]); in TEST_F()
[all …]
Dvktestbinding.cpp844 if (EXPECT(vkAllocateCommandBuffers(dev.handle(), &info, &cmd) == VK_SUCCESS)) { in init()
Dvklayertests_others.cpp288 vkAllocateCommandBuffers(device(), &command_buffer_allocate_info, &commandBuffer); in TEST_F()
425 vkAllocateCommandBuffers(device(), &command_buffer_allocate_info, &commandBuffer); in TEST_F()
1572 VkResult err = vkAllocateCommandBuffers(test_device.handle(), &cmd, &cmd_buffer); in TEST_F()
1634 VkResult err = vkAllocateCommandBuffers(test_device.handle(), &cmd, &cmd_buffer); in TEST_F()
2688 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &command_buffer); in TEST_F()
Dvklayertests_command.cpp54 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &cb); in TEST_F()
992 vkAllocateCommandBuffers(m_device->device(), &alloc_info, cmd_bufs); in TEST_F()
4084 …ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &sec… in TEST_F()
/external/angle/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
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp498 RETURN_ON_VULKAN_ERROR(vkAllocateCommandBuffers(device, in copyResource()
798 RETURN_ON_VULKAN_ERROR(vkAllocateCommandBuffers(device, in createComputeCommandBuffer()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl111 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D…
249 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D…
415 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkAllocateCommandBuffers", FUNCTIONORIGIN_D…
DvkInitDeviceFunctionPointers.inl76 …mmandBuffers = (AllocateCommandBuffersFunc) GET_PROC_ADDR("vkAllocateCommandBuffers");
/external/angle/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()
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp1606 … ERR_GUARD_VULKAN( vkAllocateCommandBuffers(g_hDevice, &commandBufferInfo, g_MainCommandBuffers) ); in InitializeApplication()
1618 …ERR_GUARD_VULKAN( vkAllocateCommandBuffers(g_hDevice, &commandBufferInfo, &g_hTemporaryCommandBuff… in InitializeApplication()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1296 if (vkAllocateCommandBuffers(screen->dev, &cbai, &ctx->batches[i].cmdbuf) != VK_SUCCESS) in zink_context_create()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2189 … return anv_device->dispatch.vkAllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in anv_AllocateCommandBuffers()
3185 .vkAllocateCommandBuffers = anv_AllocateCommandBuffers,
3691 .vkAllocateCommandBuffers = gen7_AllocateCommandBuffers,
4197 .vkAllocateCommandBuffers = gen75_AllocateCommandBuffers,
4703 .vkAllocateCommandBuffers = gen8_AllocateCommandBuffers,
5209 .vkAllocateCommandBuffers = gen9_AllocateCommandBuffers,
5715 .vkAllocateCommandBuffers = gen11_AllocateCommandBuffers,
6221 .vkAllocateCommandBuffers = gen12_AllocateCommandBuffers,
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1960 VkResult vkAllocateCommandBuffers( VkDevice device, in vkAllocateCommandBuffers() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1964 return ::vkAllocateCommandBuffers( device, pAllocateInfo, pCommandBuffers ); in vkAllocateCommandBuffers()
10149 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11203 vkAllocateCommandBuffers = in init()
11959 vkAllocateCommandBuffers = in init()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h721 return vkAllocateCommandBuffers(device, &createInfo, &mHandle);
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2308 res = vkAllocateCommandBuffers(m_Device, &cmdBufAllocInfo, &m_CommandBuffer); in InitVulkan()

12