/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 66 DEFINE_PROC(AllocateCommandBuffers); 192 DEFINE_PROC(AllocateCommandBuffers);
|
D | vulkan_command_buffer.cc | 29 if (VK_CALL_LOG_ERROR(vk.AllocateCommandBuffers(device_, &allocate_info, in VulkanCommandBuffer()
|
D | vulkan_proc_table.cc | 153 ACQUIRE_PROC(AllocateCommandBuffers, handle); in SetupDeviceProcAddresses()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 193 WSI_CB(AllocateCommandBuffers);
|
D | wsi_common.c | 131 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init() 1471 result = wsi->AllocateCommandBuffers(chain->device, &cmd_buffer_info, in wsi_finish_create_buffer_image()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 91 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 87 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
|
D | DeviceVk.cpp | 480 if (fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, &commands.commandBuffer) != in GetUnusedCommands()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 35 ACQUIRE_VK_PROC(AllocateCommandBuffers, device); in VkFenceSync()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 173 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 150 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
|
D | DeviceVk.cpp | 614 DAWN_TRY(CheckVkSuccess(fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, in PrepareRecordingContext()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 212 result = VKSCR(AllocateCommandBuffers)(screen->dev, &cbai, &bs->cmdbuf); in create_batch_state() 218 result = VKSCR(AllocateCommandBuffers)(screen->dev, &cbai, &bs->barrier_cmdbuf); in create_batch_state()
|
/third_party/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 127 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device, in override_queue()
|
/third_party/flutter/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 275 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 387 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create() 876 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
|
D | GrVkInterface.cpp | 120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkGpu.cpp | 1633 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createVkImageForBackendSurface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 414 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create() 923 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create()
|
D | GrVkInterface.cpp | 120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/tests/ |
D | loader_version_tests.cpp | 656 auto AllocateCommandBuffers = in TEST() local 669 ASSERT_EQ(VK_SUCCESS, AllocateCommandBuffers(device, &buffer_allocate_info, &command_buffer)); in TEST()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 366 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 536 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device_data->device, in get_overlay_draw() 2331 device_data->vtable.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in overlay_AllocateCommandBuffers() 2642 ADD_HOOK(AllocateCommandBuffers),
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cmd_buffer.c | 1170 panvk_per_arch(AllocateCommandBuffers)(VkDevice _device, in panvk_per_arch() argument
|