Lines Matching refs:commandPool
2810 VkCommandPool commandPool
5682 commandPool := ?
5683 pCommandPool[0] = commandPool
5684 State.CommandPools[commandPool] = new!CommandPoolObject(device: device)
5691 VkCommandPool commandPool,
5694 commandPoolObject := GetCommandPool(commandPool)
5697 State.CommandPools[commandPool] = null
5702 VkCommandPool commandPool,
5705 commandPoolObject := GetCommandPool(commandPool)
5750 VkCommandPool commandPool,
7135 VkCommandPool commandPool,
7790 macro ref!CommandPoolObject GetCommandPool(VkCommandPool commandPool) {
7791 assert(commandPool in State.CommandPools)
7792 return State.CommandPools[commandPool]