Searched refs:mutableDescriptorType (Results 1 – 20 of 20) 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
11809 s << "\tmutableDescriptorType = " << value.mutableDescriptorType << '\n';
545 * [[VUID-VkDescriptorSetLayoutCreateInfo-mutableDescriptorType-04595]]547 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE::pname:mutableDescriptorType553 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE::pname:mutableDescriptorType2306 * [[VUID-VkDescriptorPoolCreateInfo-mutableDescriptorType-04608]]2308 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE::pname:mutableDescriptorType2314 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE::pname:mutableDescriptorType
4057 * [[features-mutableDescriptorType]] pname:mutableDescriptorType indicates4068 * Additionally, pname:mutableDescriptorType indicates that:5060 * <<features-mutableDescriptorType, pname:mutableDescriptorType>>, if the
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
12812 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
65723 , mutableDescriptorType( mutableDescriptorType_ )65754 mutableDescriptorType = mutableDescriptorType_; in setMutableDescriptorType()65777 return std::tie( sType, pNext, mutableDescriptorType ); in reflect()65789 …Type == rhs.sType ) && ( pNext == rhs.pNext ) && ( mutableDescriptorType == rhs.mutableDescriptorT… in operator ==()65802 VULKAN_HPP_NAMESPACE::Bool32 mutableDescriptorType = {}; member
14834 VkBool32 mutableDescriptorType; member
8944 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType ); in operator ()()