/external/deqp-deps/amber/src/vulkan/ |
D | vertex_buffer_test.cc | 47 dummyPtrs_.vkAllocateCommandBuffers = vkAllocateCommandBuffers; in DummyDevice() 114 static VkResult vkAllocateCommandBuffers(VkDevice, in vkAllocateCommandBuffers() function in amber::vulkan::__anone1ea2d810111::DummyDevice
|
D | vk-funcs-1-0.inc | 1 AMBER_VK_FUNC(vkAllocateCommandBuffers)
|
D | command_buffer.cc | 47 if (device_->GetPtrs()->vkAllocateCommandBuffers( in Initialize()
|
/external/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()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 96 vkAllocateCommandBuffers;
|
D | vk_swiftshader.def | 96 vkAllocateCommandBuffers
|
D | VkGetProcAddress.cpp | 232 MAKE_VULKAN_DEVICE_ENTRY(vkAllocateCommandBuffers),
|
/external/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 733 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/ |
D | vkpositivelayertests.cpp | 1842 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() 2758 … vkAllocateCommandBuffers(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 …]
|
D | vktestbinding.cpp | 844 if (EXPECT(vkAllocateCommandBuffers(dev.handle(), &info, &cmd) == VK_SUCCESS)) { in init()
|
D | vklayertests_others.cpp | 288 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()
|
D | vklayertests_command.cpp | 54 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/ |
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
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 498 RETURN_ON_VULKAN_ERROR(vkAllocateCommandBuffers(device, in copyResource() 798 RETURN_ON_VULKAN_ERROR(vkAllocateCommandBuffers(device, in createComputeCommandBuffer()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkCoreFunctionalities.inl | 111 …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…
|
D | vkInitDeviceFunctionPointers.inl | 76 …mmandBuffers = (AllocateCommandBuffersFunc) GET_PROC_ADDR("vkAllocateCommandBuffers");
|
/external/angle/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()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 1606 … 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/ |
D | zink_context.c | 1296 if (vkAllocateCommandBuffers(screen->dev, &cbai, &ctx->batches[i].cmdbuf) != VK_SUCCESS) in zink_context_create()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 2189 … 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/ |
D | vulkan.hpp | 1960 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/ |
D | vk_wrapper.h | 721 return vkAllocateCommandBuffers(device, &createInfo, &mHandle);
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 2308 res = vkAllocateCommandBuffers(m_Device, &cmdBufAllocInfo, &m_CommandBuffer); in InitVulkan()
|