Home
last modified time | relevance | path

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

12

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h71 DEFINE_PROC(CreateCommandPool);
197 DEFINE_PROC(CreateCommandPool);
Dvulkan_device.cc147 if (VK_CALL_LOG_ERROR(vk.CreateCommandPool(device_, &command_pool_create_info, in VulkanDevice()
257 if (VK_CALL_LOG_ERROR(vk.CreateCommandPool(device_, &command_pool_create_info, in VulkanDevice()
Dvulkan_proc_table.cc158 ACQUIRE_PROC(CreateCommandPool, handle); in SetupDeviceProcAddresses()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandPool.cpp31 CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
DGrVkInterface.cpp117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp143 GET_DEVICE_PROC(CreateCommandPool); in LoadDeviceProcs()
DVulkanFunctions.h139 PFN_vkCreateCommandPool CreateCommandPool = nullptr; member
DDeviceVk.cpp469 if (fn.CreateCommandPool(mVkDevice, &createInfo, nullptr, &commands.pool) != VK_SUCCESS) { in GetUnusedCommands()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp33 ACQUIRE_VK_PROC(CreateCommandPool, device); in VkFenceSync()
/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
/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()

12