| /third_party/flutter/engine/flutter/vulkan/ |
| D | vulkan_proc_table.h | 71 DEFINE_PROC(CreateCommandPool); 197 DEFINE_PROC(CreateCommandPool);
|
| D | vulkan_device.cc | 147 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()
|
| D | vulkan_proc_table.cc | 158 ACQUIRE_PROC(CreateCommandPool, handle); in SetupDeviceProcAddresses()
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkCommandPool.cpp | 31 CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
|
| D | GrVkInterface.cpp | 117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkCommandPool.cpp | 29 GR_VK_CALL_RESULT(gpu, result, CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
|
| D | GrVkInterface.cpp | 117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | Device.hpp | 121 VkResult CreateCommandPool(VkCommandPool *out) const;
|
| D | Device.cpp | 385 VkResult Device::CreateCommandPool(VkCommandPool *out) const in CreateCommandPool() function in Device
|
| D | ComputeTests.cpp | 265 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| D | wsi_common.h | 200 WSI_CB(CreateCommandPool);
|
| D | wsi_common.c | 138 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/ |
| D | VulkanFunctions.cpp | 143 GET_DEVICE_PROC(CreateCommandPool); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 139 PFN_vkCreateCommandPool CreateCommandPool = nullptr; member
|
| D | DeviceVk.cpp | 469 if (fn.CreateCommandPool(mVkDevice, &createInfo, nullptr, &commands.pool) != VK_SUCCESS) { in GetUnusedCommands()
|
| /third_party/flutter/skia/tools/gpu/vk/ |
| D | VkTestContext.cpp | 33 ACQUIRE_VK_PROC(CreateCommandPool, device); in VkFenceSync()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | VulkanFunctions.cpp | 225 GET_DEVICE_PROC(CreateCommandPool); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 202 PFN_vkCreateCommandPool CreateCommandPool = nullptr; member
|
| D | DeviceVk.cpp | 603 DAWN_TRY(CheckVkSuccess(fn.CreateCommandPool(mVkDevice, &createInfo, nullptr, in PrepareRecordingContext()
|
| /third_party/mesa3d/src/intel/nullhw-layer/ |
| D | intel_nullhw.c | 115 VK_CHECK(device_data->vtable.CreateCommandPool(device, in override_queue()
|
| /third_party/vulkan-loader/tests/ |
| D | loader_version_tests.cpp | 654 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/ |
| D | vk_layer_dispatch_table.h | 363 PFN_vkCreateCommandPool CreateCommandPool; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_batch.c | 200 VkResult result = VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool); in create_batch_state()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 1785 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1796 return disp->CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()
|