Home
last modified time | relevance | path

Searched refs:AllocateCommandBuffers (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h66 DEFINE_PROC(AllocateCommandBuffers);
192 DEFINE_PROC(AllocateCommandBuffers);
Dvulkan_command_buffer.cc29 if (VK_CALL_LOG_ERROR(vk.AllocateCommandBuffers(device_, &allocate_info, in VulkanCommandBuffer()
Dvulkan_proc_table.cc153 ACQUIRE_PROC(AllocateCommandBuffers, handle); in SetupDeviceProcAddresses()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h193 WSI_CB(AllocateCommandBuffers);
Dwsi_common.c131 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/
DVulkanFunctions.cpp91 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
DVulkanFunctions.h87 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
DDeviceVk.cpp480 if (fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, &commands.commandBuffer) != in GetUnusedCommands()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp35 ACQUIRE_VK_PROC(AllocateCommandBuffers, device); in VkFenceSync()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp173 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
DVulkanFunctions.h150 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
DDeviceVk.cpp614 DAWN_TRY(CheckVkSuccess(fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, in PrepareRecordingContext()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c212 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/
DSurfaceSemaphoreTest.cpp285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c127 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device, in override_queue()
/third_party/flutter/skia/tests/
DSurfaceSemaphoreTest.cpp275 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp387 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()
DGrVkInterface.cpp120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp1633 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createVkImageForBackendSurface()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp414 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()
DGrVkInterface.cpp120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp656 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/
Dvk_layer_dispatch_table.h366 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp536 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/
Dpanvk_vX_cmd_buffer.c1170 panvk_per_arch(AllocateCommandBuffers)(VkDevice _device, in panvk_per_arch() argument

12