Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt142 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE FEATURES ( mutableDescriptorType ) REQU…
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkMandatoryFeatures.inl1840 if ( physicalDeviceMutableDescriptorTypeFeaturesVALVE.mutableDescriptorType == VK_FALSE )
1842 …log << tcu::TestLog::Message << "Mandatory feature mutableDescriptorType not supported" << tcu::Te…
DvkDeviceFeatureTest.inl1039 FEATURE_ITEM (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE, mutableDescriptorType),
DvkStructTypes.inl5421 VkBool32 mutableDescriptorType; member
DvkVulkan_c.inl13766 VkBool32 mutableDescriptorType; member
DvkStrUtilImpl.inl11795 s << "\tmutableDescriptorType = " << value.mutableDescriptorType << '\n';
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c829 features->mutableDescriptorType = true; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1632 features->mutableDescriptorType = true; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1636 features->mutableDescriptorType = true; in radv_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h12051 VkBool32 mutableDescriptorType; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12804 VkBool32 mutableDescriptorType; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12631 VkBool32 mutableDescriptorType; member
Dvulkan_structs.hpp47487 : 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
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13807 VkBool32 mutableDescriptorType; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp61575 , 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
Dvulkan_core.h14038 VkBool32 mutableDescriptorType; member
Dvulkan_hash.hpp8428 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType ); in operator ()()