Lines Matching refs:commandPool
4347 VkCommandPool commandPool
9171 commandPool := ?
9172 pCommandPool[0] = commandPool
9173 State.CommandPools[commandPool] = new!CommandPoolObject(device: device)
9180 VkCommandPool commandPool,
9183 commandPoolObject := GetCommandPool(commandPool)
9186 State.CommandPools[commandPool] = null
9191 VkCommandPool commandPool,
9194 commandPoolObject := GetCommandPool(commandPool)
9239 VkCommandPool commandPool,
10138 VkCommandPool commandPool,
10896 VkCommandPool commandPool,
12146 macro ref!CommandPoolObject GetCommandPool(VkCommandPool commandPool) {
12147 assert(commandPool in State.CommandPools)
12148 return State.CommandPools[commandPool]