Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCommandPool.cpp23 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateCommandPool(gpu->device(), &cmdPoolInfo, in Create()
DGrVkInterface.cpp117 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp121 VkResult CreateCommandPool(VkCommandPool *out) const;
DDevice.cpp385 VkResult Device::CreateCommandPool(VkCommandPool *out) const in CreateCommandPool() function in Device
DComputeTests.cpp263 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
/external/skia/src/gpu/vk/
DGrVkCommandPool.cpp28 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()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h161 WSI_CB(CreateCommandPool);
Dwsi_common.c82 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/
DMtlTestContext.mm37 GR_VK_CALL_ERRCHECK(fVk, CreateCommandPool(fDevice, &createInfo, nullptr, &fCommandPool));
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp33 ACQUIRE_VK_PROC(CreateCommandPool, device); in VkFenceSync()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h307 PFN_vkCreateCommandPool CreateCommandPool; member
Dvk_dispatch_table_helper.h467 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp2373 …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()
Dchassis.cpp2638 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool( in CreateCommandPool() function
9351 {"vkCreateCommandPool", {false, (void*)CreateCommandPool}},
Dchassis.h525 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool(
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp359 CreateCommandPool(fDevice, &commandPoolInfo, in createBuffers()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h662 PFN_vkCreateCommandPool CreateCommandPool; member
Dvk_enum_to_str.c4685 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in vk_load_device_commands()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c679 vk(CreateCommandPool(device, in main()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1776 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()