Lines Matching refs:cmdPool
156 VkCommandPool cmdPool;
157 err = vkCreateCommandPool(device, &cmdPoolInfo, nullptr, &cmdPool);
163 return new GrVkGpu(context, options, physDev, device, queue, cmdPool, inst);
169 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool,
174 , fCmdPool(cmdPool)