Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp75681 struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV struct
75683 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV;
75685 static const bool allowDuplicate = false;
75686 …StructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderFeaturesNV;
75689 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VULKAN_HPP_NAMESPACE::Bo… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
75699PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VkPhysicalDeviceRayTracingInvocationReorderFe… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
75710 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderFeaturesN… in operator =()
75715 …PhysicalDeviceRayTracingInvocationReorderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
75722 …gInvocationReorder( VULKAN_HPP_NAMESPACE::Bool32 rayTracingInvocationReorder_ ) VULKAN_HPP_NOEXCEPT in setRayTracingInvocationReorder()
75729 … operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp78130 struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV struct
78132 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV;
78134 static const bool allowDuplicate = false;
78135 …StructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderFeaturesNV;
78138 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VULKAN_HPP_NAMESPACE::Bo… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
78148PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VkPhysicalDeviceRayTracingInvocationReorderFe… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
78159 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderFeaturesN… in operator =()
78164 …PhysicalDeviceRayTracingInvocationReorderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
78171 …gInvocationReorder( VULKAN_HPP_NAMESPACE::Bool32 rayTracingInvocationReorder_ ) VULKAN_HPP_NOEXCEPT in setRayTracingInvocationReorder()
78178 … operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp79073 struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV struct
79075 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV;
79077 static const bool allowDuplicate = false;
79078 …StructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderFeaturesNV;
79081 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VULKAN_HPP_NAMESPACE::Bo… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
79091PhysicalDeviceRayTracingInvocationReorderFeaturesNV( VkPhysicalDeviceRayTracingInvocationReorderFe… in PhysicalDeviceRayTracingInvocationReorderFeaturesNV() function
79102 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderFeaturesN… in operator =()
79107 …PhysicalDeviceRayTracingInvocationReorderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
79114 …gInvocationReorder( VULKAN_HPP_NAMESPACE::Bool32 rayTracingInvocationReorder_ ) VULKAN_HPP_NOEXCEPT in setRayTracingInvocationReorder()
79121 … operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV const&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs73435 pub struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV { struct
73440 impl ::std::default::Default for PhysicalDeviceRayTracingInvocationReorderFeaturesNV { argument
73450 unsafe impl TaggedStructure for PhysicalDeviceRayTracingInvocationReorderFeaturesNV { implementation
73454 impl PhysicalDeviceRayTracingInvocationReorderFeaturesNV { impl
73471 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingInvocationReorderFeaturesNV implementation
73476 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingInvocationReorderFeaturesNV {} implementation
73497 pub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV { in build()