Home
last modified time | relevance | path

Searched defs:PhysicalDeviceClusterCullingShaderFeaturesHUAWEI (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp58273 struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI struct
58275 using NativeType = VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
58277 static const bool allowDuplicate = false;
58278 …PR StructureType structureType = StructureType::ePhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
58281 …VULKAN_HPP_CONSTEXPR PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VULKAN_HPP_NAMESPACE::Bool3… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
58293PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VkPhysicalDeviceClusterCullingShaderFeaturesHUAW… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
58303 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceClusterCullingShaderFeaturesHUAWEI c… in operator =()
58308 …14 PhysicalDeviceClusterCullingShaderFeaturesHUAWEI & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
58315 … setClustercullingShader( VULKAN_HPP_NAMESPACE::Bool32 clustercullingShader_ ) VULKAN_HPP_NOEXCEPT in setClustercullingShader()
58322 …terCullingShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewClusterCullingShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewClusterCullingShader()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp57808 struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI struct
57810 using NativeType = VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
57812 static const bool allowDuplicate = false;
57813 …PR StructureType structureType = StructureType::ePhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
57816 …VULKAN_HPP_CONSTEXPR PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VULKAN_HPP_NAMESPACE::Bool3… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
57828PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VkPhysicalDeviceClusterCullingShaderFeaturesHUAW… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
57838 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceClusterCullingShaderFeaturesHUAWEI c… in operator =()
57843 …14 PhysicalDeviceClusterCullingShaderFeaturesHUAWEI & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
57850 … setClustercullingShader( VULKAN_HPP_NAMESPACE::Bool32 clustercullingShader_ ) VULKAN_HPP_NOEXCEPT in setClustercullingShader()
57857 …terCullingShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewClusterCullingShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewClusterCullingShader()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp71621 struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI struct
71623 using NativeType = VkPhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
71625 static const bool allowDuplicate = false;
71626 …PR StructureType structureType = StructureType::ePhysicalDeviceClusterCullingShaderFeaturesHUAWEI;
71629 …VULKAN_HPP_CONSTEXPR PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VULKAN_HPP_NAMESPACE::Bool3… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
71641PhysicalDeviceClusterCullingShaderFeaturesHUAWEI( VkPhysicalDeviceClusterCullingShaderFeaturesHUAW… in PhysicalDeviceClusterCullingShaderFeaturesHUAWEI() function
71651 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceClusterCullingShaderFeaturesHUAWEI c… in operator =()
71656 …14 PhysicalDeviceClusterCullingShaderFeaturesHUAWEI & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
71663 … setClustercullingShader( VULKAN_HPP_NAMESPACE::Bool32 clustercullingShader_ ) VULKAN_HPP_NOEXCEPT in setClustercullingShader()
71670 …terCullingShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewClusterCullingShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewClusterCullingShader()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs51428 pub struct PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { struct
51434 impl ::std::default::Default for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { implementation
51445 unsafe impl TaggedStructure for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { implementation
51449 impl PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { impl
51466 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI {} implementation
51471 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceClusterCullingShaderFeaturesHUAWEI {} implementation
51500 pub fn build(self) -> PhysicalDeviceClusterCullingShaderFeaturesHUAWEI { in build()