Home
last modified time | relevance | path

Searched refs:CreateCommandPool (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp29 GR_VK_CALL_RESULT(gpu, result, CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
DGrVkInterface.cpp117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDevice.hpp121 VkResult CreateCommandPool(VkCommandPool *out) const;
DDevice.cpp385 VkResult Device::CreateCommandPool(VkCommandPool *out) const in CreateCommandPool() function in Device
DComputeTests.cpp265 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h200 WSI_CB(CreateCommandPool);
Dwsi_common.c138 WSI_GET_CB(CreateCommandPool); in wsi_device_init()
317 result = wsi->CreateCommandPool(_device, &cmd_pool_info, &chain->alloc, in wsi_swapchain_init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp225 GET_DEVICE_PROC(CreateCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h202 PFN_vkCreateCommandPool CreateCommandPool = nullptr; member
DDeviceVk.cpp603 DAWN_TRY(CheckVkSuccess(fn.CreateCommandPool(mVkDevice, &createInfo, nullptr, in PrepareRecordingContext()
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c115 VK_CHECK(device_data->vtable.CreateCommandPool(device, in override_queue()
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp654 auto CreateCommandPool = in TEST() local
663 ASSERT_EQ(VK_SUCCESS, CreateCommandPool(device, &pool_create_info, nullptr, &command_pool)); in TEST()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h363 PFN_vkCreateCommandPool CreateCommandPool; member
Dvk_loader_extensions.c413 table->CreateCommandPool = (PFN_vkCreateCommandPool)gpa(dev, "vkCreateCommandPool"); in loader_init_device_dispatch_table()
1472 if (!strcmp(name, "CreateCommandPool")) return (void *)table->CreateCommandPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h499 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c200 VkResult result = VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool); in create_batch_state()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1785 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()
/third_party/vulkan-loader/loader/
Dtrampoline.c1796 return disp->CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()