/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkCommandPool.cpp | 33 GR_VK_CALL_RESULT(gpu, result, CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
|
/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/ |
H A D | Device.hpp | 121 VkResult CreateCommandPool(VkCommandPool *out) const;
|
H A D | Device.cpp | 385 VkResult Device::CreateCommandPool(VkCommandPool *out) const in CreateCommandPool() function in Device
|
H A D | ComputeTests.cpp | 265 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.h | 244 WSI_CB(CreateCommandPool);
|
H A D | wsi_common.c | 181 WSI_GET_CB(CreateCommandPool); in wsi_device_init() 480 result = wsi->CreateCommandPool(_device, &cmd_pool_info, &chain->alloc, in wsi_swapchain_init()
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 143 PFN_vkCreateCommandPool CreateCommandPool; member
|
H A D | api_gen.cpp | 270 INIT_PROC(true, dev, CreateCommandPool); in InitDispatchTable() 503 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, … 894 { "vkCreateCommandPool", reinterpret_cast<PFN_vkVoidFunction>(CreateCommandPool) }, in GetInstanceProcAddr() 1337 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, … in CreateCommandPool() function 1338 … return GetData(device).dispatch.CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool() 2441 return vulkan::api::CreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in vkCreateCommandPool()
|
/aosp_15_r20/external/mesa3d/src/intel/nullhw-layer/ |
H A D | intel_nullhw.c | 115 VK_CHECK(device_data->vtable.CreateCommandPool(device, in override_queue()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_util.h | 124 PFN_vkCreateCommandPool CreateCommandPool; member 496 proc_table->CreateCommandPool = VN_GDPA(dev, vkCreateCommandPool); in vn_util_init_device_proc_table()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_layer_dispatch_table.h | 307 PFN_vkCreateCommandPool CreateCommandPool; member
|
H A D | vk_dispatch_table_helper.h | 467 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
|
H A 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()
|
H A D | chassis.cpp | 2638 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool( in CreateCommandPool() function 9351 {"vkCreateCommandPool", {false, (void*)CreateCommandPool}},
|
H A D | chassis.h | 525 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool(
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 167 …l", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateCommandPool>(CreateCommandPool))},
|
H A D | null_driver_gen.h | 122 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, …
|
H A D | null_driver.cpp | 712 VkResult CreateCommandPool(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 340 VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->cmdpool), in create_batch_state() 347 VKSCR(CreateCommandPool)(screen->dev, &cpci, NULL, &bs->unsynchronized_cmdpool), in create_batch_state()
|
/aosp_15_r20/external/skia/src/gpu/vk/ |
H A D | VulkanInterface.cpp | 123 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in VulkanInterface()
|
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 446 GET_DEV_PROC(CreateCommandPool); in setupDevice()
|
/aosp_15_r20/external/mesa3d/src/vulkan/screenshot-layer/ |
H A D | screenshot.cpp | 932 VK_CHECK(device_data->vtable.CreateCommandPool(device, &cmd_pool_info, NULL, &data.commandPool)); in write_image()
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanCommandBuffer.cpp | 136 CreateCommandPool(sharedContext->device(), &cmdPoolInfo, nullptr, &pool)); in Make()
|
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1806 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()
|