Home
last modified time | relevance | path

Searched refs:CommandPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp705 struct CommandPool { struct
709 DEFINE_OBJECT_HANDLE_CONVERSION(CommandPool) in DEFINE_OBJECT_HANDLE_CONVERSION() argument
717 CommandPool* pool = static_cast<CommandPool*>(allocator->pfnAllocation( in DEFINE_OBJECT_HANDLE_CONVERSION()
718 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool), in DEFINE_OBJECT_HANDLE_CONVERSION()
730 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool); in DestroyCommandPool()
741 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool); in AllocateCommandBuffers()
768 CommandPool& pool = *GetCommandPoolFromHandle(cmd_pool); in FreeCommandBuffers()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp333 vk::CommandPool cmd_pool;
334 vk::CommandPool present_cmd_pool;