/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 155 WSI_CB(AllocateCommandBuffers);
|
D | wsi_common_drm.c | 558 result = wsi->AllocateCommandBuffers(chain->device, &cmd_buffer_info, in wsi_create_prime_image()
|
D | wsi_common.c | 76 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 45 GR_VK_CALL_ERRCHECK(fVk, AllocateCommandBuffers(fDevice, &allocateInfo, &fCommandBuffer));
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 35 ACQUIRE_VK_PROC(AllocateCommandBuffers, device); in VkFenceSync()
|
/external/skqp/tests/ |
D | SurfaceSemaphoreTest.cpp | 261 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skia/tests/ |
D | SurfaceSemaphoreTest.cpp | 285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 383 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()
|
D | GrVkInterface.cpp | 120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
D | GrVkGpu.cpp | 1427 err = VK_CALL(AllocateCommandBuffers(fDevice, &cmdInfo, &cmdBuffer)); in createTestingOnlyVkImage()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 310 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
D | vk_dispatch_table_helper.h | 470 …table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffe… in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 2420 …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()
|
D | chassis.cpp | 2707 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers( in AllocateCommandBuffers() function 9354 {"vkAllocateCommandBuffers", {false, (void*)AllocateCommandBuffers}},
|
D | chassis.h | 541 VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 419 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()
|
D | GrVkInterface.cpp | 120 ACQUIRE_PROC(AllocateCommandBuffers, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 394 AllocateCommandBuffers(fDevice, &commandBuffersInfo, in createBuffers()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 500 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
|
D | vk_enum_to_str.c | 4523 …table->AllocateCommandBuffers = (PFN_vkAllocateCommandBuffers) gpa(device, "vkAllocateCommandBuffe… in vk_load_device_commands()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 857 vk(AllocateCommandBuffers(device, in main()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 533 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),
|