Home
last modified time | relevance | path

Searched refs:mutableTypes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp944 virtual std::vector<VkDescriptorType> mutableTypes() const = 0;
1068 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anonf255f59c0111::SingleBinding
1412 std::vector<VkDescriptorType> mutableTypes() const override in mutableTypes() function in vkt::BindingModel::__anonf255f59c0111::ArrayBinding
1414 return bindings[0].mutableTypes(); in mutableTypes()
1613 mutableTypesVec.emplace_back(b->mutableTypes()); in makeDescriptorPool()
1620 … toDescriptorTypeVector(mandatoryTypesFlags | toDescriptorTypeFlags(b->mutableTypes())); in makeDescriptorPool()
1717 mutableTypesVec.push_back(binding->mutableTypes()); in makeOrCheckDescriptorSetLayout()
4001 … const std::vector<VkDescriptorType> mutableTypes{initialDescriptorType, finalDescriptorType}; in createChildren() local
4003 … setBindings.emplace_back(new SingleBinding(VK_DESCRIPTOR_TYPE_MUTABLE_EXT, mutableTypes)); in createChildren()