Searched refs:vkAllocateCommandBuffers (Results 1 - 14 of 14) sorted by relevance

/external/vulkan-validation-layers/loader/
H A Dgpa_helper.h116 if (!strcmp(funcName, "vkAllocateCommandBuffers")) return (PFN_vkVoidFunction)vkAllocateCommandBuffers;
201 if (!strcmp(name, "AllocateCommandBuffers")) return (void *)vkAllocateCommandBuffers;
H A Dtrampoline.c1519 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(VkDevice device, function
/external/vulkan-validation-layers/common/
H A Dvulkan_wrapper.h121 extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
H A Dvulkan_wrapper.cpp136 vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(dlsym(libvulkan, "vkAllocateCommandBuffers"));
341 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp737 if (EXPECT(vkAllocateCommandBuffers(dev.handle(), &info, &cmd) == VK_SUCCESS)) {
H A Dlayer_validation_tests.cpp2455 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &cb);
14133 vkAllocateCommandBuffers(m_device->device(), &alloc_info, cmd_bufs);
14198 VkResult err = vkAllocateCommandBuffers(test_device.handle(), &cmd, &cmd_buffer);
15333 err = vkAllocateCommandBuffers(m_device->device(), &cbai, &sec_cb);
21010 res = vkAllocateCommandBuffers(m_device->handle(), &cmdalloc, &secondary_cmds);
21055 ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &secondary_command_buffer));
21097 ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &secondary_command_buffer));
21100 ASSERT_VK_SUCCESS(vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &primary_command_buffer));
22261 vkAllocateCommandBuffers(m_device->device(), &command_buffer_allocate_info, &command_buffers[1]);
22319 vkAllocateCommandBuffers(m_devic
[all...]
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp673 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers) function in namespace:wrap_objects
1324 return (PFN_vkVoidFunction) vkAllocateCommandBuffers;
/external/vulkan-validation-layers/demos/
H A Dcube.c2197 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->cmd);
2219 vkAllocateCommandBuffers(demo->device, &cmd, &demo->swapchain_image_resources[i].cmd);
2241 err = vkAllocateCommandBuffers(
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriverImpl.inl1935 VK_NULL_FUNC_ENTRY(vkAllocateCommandBuffers, allocateCommandBuffers),
/external/mesa3d/include/vulkan/
H A Dvulkan.h2881 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2978 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2978 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3175 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateCommandBuffers(
H A Dvulkan.hpp29517 return static_cast<Result>( vkAllocateCommandBuffers( m_device, reinterpret_cast<const VkCommandBufferAllocateInfo*>( pAllocateInfo ), reinterpret_cast<VkCommandBuffer*>( pCommandBuffers ) ) );
29524 Result result = static_cast<Result>( vkAllocateCommandBuffers( m_device, reinterpret_cast<const VkCommandBufferAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) );
29532 Result result = static_cast<Result>( vkAllocateCommandBuffers( m_device, reinterpret_cast<const VkCommandBufferAllocateInfo*>( &allocateInfo ), reinterpret_cast<VkCommandBuffer*>( commandBuffers.data() ) ) );
[all...]

Completed in 353 milliseconds