Home
last modified time | relevance | path

Searched defs:PhysicalDeviceMutableDescriptorTypeFeaturesVALVE (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_handles.hpp1552 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
Dvulkan_structs.hpp60825 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
/external/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp1558 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
Dvulkan_structs.hpp65226 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp1626 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
Dvulkan_structs.hpp68698 …using PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeatur… typedef
/external/rust/crates/ash/src/vk/
Ddefinitions.rs45131 pub struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { struct
45136 impl ::std::default::Default for PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { argument
45145 impl PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { impl
45162 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMutableDescriptorTypeFeaturesVALVE {} implementation
45167 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMutableDescriptorTypeFeaturesVALVE {} implementation
45187 pub fn build(self) -> PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { in build()