/external/skqp/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 23 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateCommandPool(gpu->device(), &cmdPoolInfo, in Create()
|
D | GrVkInterface.cpp | 117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/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 | 263 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 28 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()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 161 WSI_CB(CreateCommandPool);
|
D | wsi_common.c | 82 WSI_GET_CB(CreateCommandPool); in wsi_device_init() 208 result = wsi->CreateCommandPool(device, &cmd_pool_info, &chain->alloc, in wsi_swapchain_init()
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 37 GR_VK_CALL_ERRCHECK(fVk, CreateCommandPool(fDevice, &createInfo, nullptr, &fCommandPool));
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 33 ACQUIRE_VK_PROC(CreateCommandPool, device); in VkFenceSync()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 307 PFN_vkCreateCommandPool CreateCommandPool; member
|
D | vk_dispatch_table_helper.h | 467 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 2373 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateCommandPool(device, pCreateInfo,… in DispatchCreateCommandPool() 2374 …VkResult result = layer_data->device_dispatch_table.CreateCommandPool(device, pCreateInfo, pAlloca… in DispatchCreateCommandPool()
|
D | chassis.cpp | 2638 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool( in CreateCommandPool() function 9351 {"vkCreateCommandPool", {false, (void*)CreateCommandPool}},
|
D | chassis.h | 525 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool(
|
/external/skqp/tools/sk_app/ |
D | VulkanWindowContext.cpp | 359 CreateCommandPool(fDevice, &commandPoolInfo, in createBuffers()
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 662 PFN_vkCreateCommandPool CreateCommandPool; member
|
D | vk_enum_to_str.c | 4685 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in vk_load_device_commands()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 679 vk(CreateCommandPool(device, in main()
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1776 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()
|