/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/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/ffmpeg/libavutil/ |
D | vulkan_functions.h | 74 MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateCommandPool) \
|
D | vulkan.c | 418 ret = vk->CreateCommandPool(s->hwctx->act_dev, &cqueue_create, in FN_CREATING()
|
D | hwcontext_vulkan.c | 1078 ret = vk->CreateCommandPool(hwctx->act_dev, &cqueue_create, in create_exec_ctx()
|
/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/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
|
D | vk_loader_extensions.c | 413 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()
|
D | vk_dispatch_table_helper.h | 499 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
|
/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()
|