Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCommandPool.cpp33 GR_VK_CALL_RESULT(gpu, result, CreateCommandPool(gpu->device(), &cmdPoolInfo, nullptr, &pool)); in Create()
/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp121 VkResult CreateCommandPool(VkCommandPool *out) const;
H A DDevice.cpp385 VkResult Device::CreateCommandPool(VkCommandPool *out) const in CreateCommandPool() function in Device
H A DComputeTests.cpp265 VK_ASSERT(device->CreateCommandPool(&commandPool)); in test()
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common.h244 WSI_CB(CreateCommandPool);
H A Dwsi_common.c181 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 Dapi_gen.h143 PFN_vkCreateCommandPool CreateCommandPool; member
H A Dapi_gen.cpp270 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 Dintel_nullhw.c115 VK_CHECK(device_data->vtable.CreateCommandPool(device, in override_queue()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_util.h124 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 Dvk_layer_dispatch_table.h307 PFN_vkCreateCommandPool CreateCommandPool; member
H A Dvk_dispatch_table_helper.h467 table->CreateCommandPool = (PFN_vkCreateCommandPool) gpa(device, "vkCreateCommandPool"); in layer_init_device_dispatch_table()
H A 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()
H A Dchassis.cpp2638 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool( in CreateCommandPool() function
9351 {"vkCreateCommandPool", {false, (void*)CreateCommandPool}},
H A Dchassis.h525 VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool(
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp167 …l", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateCommandPool>(CreateCommandPool))},
H A Dnull_driver_gen.h122 VKAPI_ATTR VkResult CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, …
H A Dnull_driver.cpp712 VkResult CreateCommandPool(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c340 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 DVulkanInterface.cpp123 ACQUIRE_PROC(CreateCommandPool, VK_NULL_HANDLE, device); in VulkanInterface()
/aosp_15_r20/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp446 GET_DEV_PROC(CreateCommandPool); in setupDevice()
/aosp_15_r20/external/mesa3d/src/vulkan/screenshot-layer/
H A Dscreenshot.cpp932 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 DVulkanCommandBuffer.cpp136 CreateCommandPool(sharedContext->device(), &cmdPoolInfo, nullptr, &pool)); in Make()
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1806 VK_CHECK(device_data->vtable.CreateCommandPool(device_data->device, in setup_swapchain_data()