Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h155 WSI_CB(AllocateCommandBuffers);
Dwsi_common_drm.c558 result = wsi->AllocateCommandBuffers(chain->device, &cmd_buffer_info, in wsi_create_prime_image()
Dwsi_common.c76 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp35 ACQUIRE_VK_PROC(AllocateCommandBuffers, device); in VkFenceSync()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp261 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.cpp383 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
851 VkResult err = GR_VK_CALL(gpu->vkInterface(), AllocateCommandBuffers(gpu->device(), in Create()
DGrVkInterface.cpp120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
DGrVkGpu.cpp1427 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createTestingOnlyVkImage()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h310 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
Dvk_dispatch_table_helper.h470 …table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffe… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2420 …if (!wrap_handles) return layer_data->device_dispatch_table.AllocateCommandBuffers(device, pAlloca… in DispatchAllocateCommandBuffers()
2430 …VkResult result = layer_data->device_dispatch_table.AllocateCommandBuffers(device, (const VkComman… in DispatchAllocateCommandBuffers()
Dchassis.cpp2707 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers( in AllocateCommandBuffers() function
9354 {"vkAllocateCommandBuffers", {false, (void*)AllocateCommandBuffers}},
Dchassis.h541 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp419 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create()
928 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create()
DGrVkInterface.cpp120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp394 AllocateCommandBuffers(fDevice, &commandBuffersInfo, in createBuffers()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h500 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
Dvk_enum_to_str.c4523 …table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffe… in vk_load_device_commands()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c857 vk(AllocateCommandBuffers(device, in main()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp533 VK_CHECK(device_data->vtable.AllocateCommandBuffers(device_data->device, in get_overlay_draw()
2322 device_data->vtable.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in overlay_AllocateCommandBuffers()
2589 ADD_HOOK(AllocateCommandBuffers),