Searched refs:mutableTypes (Results 1 – 1 of 1) sorted by relevance
947 virtual std::vector<VkDescriptorType> mutableTypes() const = 0;1071 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anona50c901c0111::SingleBinding1415 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anona50c901c0111::ArrayBinding1417 return bindings[0].mutableTypes(); in mutableTypes()1625 mutableTypesVec.emplace_back(b->mutableTypes()); in makeDescriptorPool()1632 … toDescriptorTypeVector(mandatoryTypesFlags | toDescriptorTypeFlags(b->mutableTypes())); in makeDescriptorPool()1742 mutableTypesVec.push_back(binding->mutableTypes()); in makeOrCheckDescriptorSetLayout()4026 … const std::vector<VkDescriptorType> mutableTypes{initialDescriptorType, finalDescriptorType}; in createChildren() local4028 … setBindings.emplace_back(new SingleBinding(VK_DESCRIPTOR_TYPE_MUTABLE_EXT, mutableTypes)); in createChildren()4296 const std::vector<VkDescriptorType> mutableTypes(1u, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in createChildren() local[all …]