Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/wbt/
Dcontext.h195 WBTCommandList *command_pool; member
477 list->next = work->command_pool; in WBT_AddCommandPool()
478 work->command_pool = list++; in WBT_AddCommandPool()
494 WBTCommandList *list = work->command_pool; in WBT_AllocCommandList()
497 work->command_pool = list->next; in WBT_AllocCommandList()
/TwlSDK-5.5/build/libraries/wbt/common/src/
Dwbt_context.c1323 work->command_pool = NULL; in WBT_InitContext()