Lines Matching refs:descriptorPool
4101 VkDescriptorPool descriptorPool
8989 descriptorPool := ?
8990 pDescriptorPool[0] = descriptorPool
8991 State.DescriptorPools[descriptorPool] = new!DescriptorPoolObject(device: device)
8999 VkDescriptorPool descriptorPool,
9002 descriptorPoolObject := GetDescriptorPool(descriptorPool)
9005 State.DescriptorPools[descriptorPool] = null
9011 VkDescriptorPool descriptorPool,
9014 descriptorPoolObject := GetDescriptorPool(descriptorPool)
9027 descriptorPoolObject := GetDescriptorPool(allocInfo.descriptorPool)
9048 VkDescriptorPool descriptorPool,
9052 descriptorPoolObject := GetDescriptorPool(descriptorPool)
12106 macro ref!DescriptorPoolObject GetDescriptorPool(VkDescriptorPool descriptorPool) {
12107 assert(descriptorPool in State.DescriptorPools)
12108 return State.DescriptorPools[descriptorPool]