Searched refs:mutableDescriptorType (Results 1 – 17 of 17) sorted by relevance
142 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE FEATURES ( mutableDescriptorType ) REQU…
1840 if ( physicalDeviceMutableDescriptorTypeFeaturesVALVE.mutableDescriptorType == VK_FALSE )1842 …log << tcu::TestLog::Message << "Mandatory feature mutableDescriptorType not supported" << tcu::Te…
1039 FEATURE_ITEM (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE, mutableDescriptorType),
5421 VkBool32 mutableDescriptorType; member
13766 VkBool32 mutableDescriptorType; member
11795 s << "\tmutableDescriptorType = " << value.mutableDescriptorType << '\n';
829 features->mutableDescriptorType = true; in tu_GetPhysicalDeviceFeatures2()
1632 features->mutableDescriptorType = true; in anv_GetPhysicalDeviceFeatures2()
1636 features->mutableDescriptorType = true; in radv_GetPhysicalDeviceFeatures2()
12051 VkBool32 mutableDescriptorType; member
12804 VkBool32 mutableDescriptorType; member
12631 VkBool32 mutableDescriptorType; member
47487 : mutableDescriptorType( mutableDescriptorType_ )47520 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()47540 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()47552 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
13807 VkBool32 mutableDescriptorType; member
61575 , mutableDescriptorType( mutableDescriptorType_ )61606 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()61629 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()61641 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()61654 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
14038 VkBool32 mutableDescriptorType; member
8428 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType ); in operator ()()