Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp80468 struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV struct
80470 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV;
80472 static const bool allowDuplicate = false;
80473 …ructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderPropertiesNV;
80476 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderPropertiesNV( in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
80488PhysicalDeviceRayTracingInvocationReorderPropertiesNV( VkPhysicalDeviceRayTracingInvocationReorder… in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
80499 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderPropertie… in operator =()
80503 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const&()
80508 operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV&()
80519 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/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/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp97812 struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV struct
97814 using NativeType = VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV;
97816 static const bool allowDuplicate = false;
97817 …ructureType structureType = StructureType::ePhysicalDeviceRayTracingInvocationReorderPropertiesNV;
97820 VULKAN_HPP_CONSTEXPR PhysicalDeviceRayTracingInvocationReorderPropertiesNV( in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
97832PhysicalDeviceRayTracingInvocationReorderPropertiesNV( VkPhysicalDeviceRayTracingInvocationReorder… in PhysicalDeviceRayTracingInvocationReorderPropertiesNV() function
97843 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceRayTracingInvocationReorderPropertie… in operator =()
97847 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const&()
97852 operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV&()
97857 …perator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV const*()
[all …]
/external/rust/android-crates-io/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()