Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp75781 struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV struct
75783 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV;
75785 static const bool allowDuplicate = false;
75786 …ructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderPropertiesNV;
75789 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderPropertiesNV( in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
75801PhysicalDeviceRayTracingInvocationReorderPropertiesNV( VkPhysicalDeviceRayTracingInvocationReorder… in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
75812 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderPropertie… in operator =()
75816 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const&()
75821 operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV&()
75832 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp78230 struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV struct
78232 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV;
78234 static const bool allowDuplicate = false;
78235 …ructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderPropertiesNV;
78238 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderPropertiesNV( in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
78250PhysicalDeviceRayTracingInvocationReorderPropertiesNV( VkPhysicalDeviceRayTracingInvocationReorder… in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
78261 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderPropertie… in operator =()
78265 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const&()
78270 operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV&()
78281 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp79173 struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV struct
79175 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV;
79177 static const bool allowDuplicate = false;
79178 …ructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderPropertiesNV;
79181 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderPropertiesNV( in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
79193PhysicalDeviceRayTracingInvocationReorderPropertiesNV( VkPhysicalDeviceRayTracingInvocationReorder… in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
79204 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderPropertie… in operator =()
79208 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const&()
79213 operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV&()
79224 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs73505 pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV { struct
73510 impl ::std::default::Default for PhysicalDeviceRayTracingInvocationReorderPropertiesNV { argument
73521 unsafe impl TaggedStructure for PhysicalDeviceRayTracingInvocationReorderPropertiesNV { implementation
73525 impl PhysicalDeviceRayTracingInvocationReorderPropertiesNV { impl
73542 unsafe impl ExtendsPhysicalDeviceProperties2
73570 pub fn build(self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV { in build()