Home
last modified time | relevance | path

Searched refs:AllocateCommandBuffers (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h78 MACRO(1, 1, FF_VK_EXT_NO_FLAG, AllocateCommandBuffers) \
H A Dvulkan.c429 ret = vk->AllocateCommandBuffers(s->hwctx->act_dev, &cbuf_create, e->bufs); in FN_CREATING()
H A Dhwcontext_vulkan.c1093 ret = vk->AllocateCommandBuffers(hwctx->act_dev, &cbuf_create, cmd->bufs); in create_exec_ctx()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h193 WSI_CB(AllocateCommandBuffers);
H A 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/skia/tests/
H A DSurfaceSemaphoreTest.cpp285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h150 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
H A DVulkanFunctions.cpp173 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
H A DDeviceVk.cpp614 DAWN_TRY(CheckVkSuccess(fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, in PrepareRecordingContext()
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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/mesa3d/src/intel/nullhw-layer/
H A Dintel_nullhw.c127 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device, in override_queue()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp418 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer));
1012 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer));
H A DGrVkInterface.cpp120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h376 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
H A Dvk_dispatch_table_helper.h110 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)gpa(device, "vkAllocateCommandBuffers"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c407 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)gpa(dev, "vkAllocateCommandBuffers"); in loader_init_device_dispatch_table()
1846 if (!strcmp(name, "AllocateCommandBuffers")) { in loader_lookup_device_dispatch_table()
1848 return (void *)table->AllocateCommandBuffers; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/
H A Dloader_version_tests.cpp650 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = device.load("vkAllocateCommandBuffers"); in TEST() local
661 ASSERT_EQ(VK_SUCCESS, AllocateCommandBuffers(device, &buffer_allocate_info, &command_buffer)); in TEST()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A 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/
H A Dpanvk_vX_cmd_buffer.c1170 panvk_per_arch(AllocateCommandBuffers)(VkDevice _device, in AllocateCommandBuffers() function
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h110 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)gpa(device, "vkAllocateCommandBuffers"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c131 if (!strcmp(name, "AllocateCommandBuffers")) return (PFN_vkVoidFunction)vkAllocateCommandBuffers; in vkGetDeviceProcAddr()
1983 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()

Completed in 61 milliseconds