Home | History | Annotate | Download | only in nulldrv

Lines Matching refs:CommandPool

691 // CommandPool
693 struct CommandPool {
697 DEFINE_OBJECT_HANDLE_CONVERSION(CommandPool)
705 CommandPool* pool = static_cast<CommandPool*>(allocator->pfnAllocation(
706 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool),
718 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool);
729 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool);
756 CommandPool& pool = *GetCommandPoolFromHandle(cmd_pool);