Home
last modified time | relevance | path

Searched defs:PhysicalDeviceRayTracingPropertiesNV (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ash/src/extensions/nv/
Dray_tracing.rs28 ) -> vk::PhysicalDeviceRayTracingPropertiesNV { in get_properties()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp69595 struct PhysicalDeviceRayTracingPropertiesNV struct
69597 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;
69599 static const bool allowDuplicate = false;
69600 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;
69603 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument
69626PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function
69636 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()
69640 explicit operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()
69645 explicit operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()
69665 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp65024 struct PhysicalDeviceRayTracingPropertiesNV struct
65033 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV(uint32_t shaderGroupHandleSize_ = {}, uin… in PhysicalDeviceRayTracingPropertiesNV() function
65039PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function
65049 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()
65054 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()
65059 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()
65070 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
65080 bool operator==( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
65098 bool operator!=( PhysicalDeviceRayTracingPropertiesNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
65105 … VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp73266 struct PhysicalDeviceRayTracingPropertiesNV struct
73268 using NativeType = VkPhysicalDeviceRayTracingPropertiesNV;
73270 static const bool allowDuplicate = false;
73271 …T_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceRayTracingPropertiesNV;
73274 …VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingPropertiesNV( uint32_t shaderGroupHandleSize_ … in PhysicalDeviceRayTracingPropertiesNV() argument
73297PhysicalDeviceRayTracingPropertiesNV( VkPhysicalDeviceRayTracingPropertiesNV const & rhs ) VULKAN_… in PhysicalDeviceRayTracingPropertiesNV() function
73307 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingPropertiesNV const *>( &rh… in operator =()
73311 operator VkPhysicalDeviceRayTracingPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV const&()
73316 operator VkPhysicalDeviceRayTracingPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingPropertiesNV&()
73336 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs32744 pub struct PhysicalDeviceRayTracingPropertiesNV { struct
32756 impl ::std::default::Default for PhysicalDeviceRayTracingPropertiesNV { argument
32772 impl PhysicalDeviceRayTracingPropertiesNV { impl
32786 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingPropertiesNV {} implementation
32838 pub fn build(self) -> PhysicalDeviceRayTracingPropertiesNV { in build()