Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeaturesForDefaultDeviceDefs.inl54VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE& getMutableDescriptorTypeFeaturesVALVE (voi…
DvkDeviceFeatures.inl291 …void initFeatureFromBlob<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>(VkPhysicalDeviceMutab… argument
361 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>(void) { …
468 …{ createFeatureStructWrapper<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>, VK_VALVE_MUTABLE…
DvkDeviceFeaturesForContextDecl.inl54 const vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE& getMutableDescriptorTypeFeaturesVAL…
DvkDeviceFeaturesForContextDefs.inl54 const vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE& Context::getMutableDescriptorTypeFe…
DvkDeviceFeatureTest.inl1035 …st void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDeviceMutableDescriptorTypeFeaturesVA…
1039 FEATURE_ITEM (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE, mutableDescriptorType),
1041 …auto* supportedFeatures = reinterpret_cast<const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALV…
DvkMandatoryFeatures.inl239 …vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE physicalDeviceMutableDescriptorTypeFeatures…
244 …scriptorTypeFeaturesVALVE.sType = getStructureType<VkPhysicalDeviceMutableDescriptorTypeFeaturesVA…
DvkGetStructureTypeImpl.inl2289 template<> VkStructureType getStructureType<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE> (vo…
DvkStructTypes.inl5417 struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE struct
DvkStrUtil.inl1097 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
DvkVulkan_c.inl13763 typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
13767 } VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; argument
DvkStrUtilImpl.inl11790 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
11792 s << "VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE = {\n";
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dmandatory_features.txt142 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE FEATURES ( mutableDescriptorType ) REQU…
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c827 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *features = in tu_GetPhysicalDeviceFeatures2()
828 (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *)ext; in tu_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1630 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *features = in anv_GetPhysicalDeviceFeatures2()
1631 (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *)ext; in anv_GetPhysicalDeviceFeatures2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c1634 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *features = in radv_GetPhysicalDeviceFeatures2()
1635 (VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *)ext; in radv_GetPhysicalDeviceFeatures2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h12048 typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
12052 } VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12801 typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
12805 } VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12628 typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
12632 } VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; typedef
Dvulkan_structs.hpp47478 using NativeType = VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE;
47493 …PhysicalDeviceMutableDescriptorTypeFeaturesVALVE( VkPhysicalDeviceMutableDescriptorTypeFeaturesVAL… in PhysicalDeviceMutableDescriptorTypeFeaturesVALVE()
47504 … operator=( VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
47525 operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE const&()
47527 return *reinterpret_cast<const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *>( this ); in operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE const&()
47530 operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&()
47532 return *reinterpret_cast<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE *>( this ); in operator VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&()
47555 sizeof( VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE ),
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h13804 typedef struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
13808 } VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE; argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h14041 …f VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT VkPhysicalDeviceMutableDescriptorTypeFeaturesVA… typedef