/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 78 MACRO(1, 1, FF_VK_EXT_NO_FLAG, AllocateCommandBuffers) \
|
H A D | vulkan.c | 429 ret = vk->AllocateCommandBuffers(s->hwctx->act_dev, &cbuf_create, e->bufs); in FN_CREATING()
|
H A D | hwcontext_vulkan.c | 1093 ret = vk->AllocateCommandBuffers(hwctx->act_dev, &cbuf_create, cmd->bufs); in create_exec_ctx()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 193 WSI_CB(AllocateCommandBuffers);
|
H A 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/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 285 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 D | VulkanFunctions.h | 150 PFN_vkAllocateCommandBuffers AllocateCommandBuffers = nullptr; member
|
H A D | VulkanFunctions.cpp | 173 GET_DEVICE_PROC(AllocateCommandBuffers); in LoadDeviceProcs()
|
H A D | DeviceVk.cpp | 614 DAWN_TRY(CheckVkSuccess(fn.AllocateCommandBuffers(mVkDevice, &allocateInfo, in PrepareRecordingContext()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A 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/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 127 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device, in override_queue()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.cpp | 418 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 D | GrVkInterface.cpp | 120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 376 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
H A D | vk_dispatch_table_helper.h | 110 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)gpa(device, "vkAllocateCommandBuffers"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 407 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 D | loader_version_tests.cpp | 650 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 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/ |
H A D | panvk_vX_cmd_buffer.c | 1170 panvk_per_arch(AllocateCommandBuffers)(VkDevice _device, in AllocateCommandBuffers() function
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 110 table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers)gpa(device, "vkAllocateCommandBuffers"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 131 if (!strcmp(name, "AllocateCommandBuffers")) return (PFN_vkVoidFunction)vkAllocateCommandBuffers; in vkGetDeviceProcAddr() 1983 res = disp->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
|