Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp88451 struct PhysicalDeviceTexelBufferAlignmentProperties struct
88453 using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties;
88455 static const bool allowDuplicate = false;
88456 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties;
88459 …_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties( VULKAN_HPP_NAMESPACE::DeviceSize storageT… in PhysicalDeviceTexelBufferAlignmentProperties() argument
88474PhysicalDeviceTexelBufferAlignmentProperties( VkPhysicalDeviceTexelBufferAlignmentProperties const… in PhysicalDeviceTexelBufferAlignmentProperties() function
88484 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTexelBufferAlignmentProperties const… in operator =()
88488 operator VkPhysicalDeviceTexelBufferAlignmentProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const&()
88493 operator VkPhysicalDeviceTexelBufferAlignmentProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties&()
88509 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp87050 struct PhysicalDeviceTexelBufferAlignmentProperties struct
87052 using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties;
87054 static const bool allowDuplicate = false;
87055 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties;
87058 …_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties( VULKAN_HPP_NAMESPACE::DeviceSize storageT… in PhysicalDeviceTexelBufferAlignmentProperties() function
87073PhysicalDeviceTexelBufferAlignmentProperties( VkPhysicalDeviceTexelBufferAlignmentProperties const… in PhysicalDeviceTexelBufferAlignmentProperties() function
87083 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTexelBufferAlignmentProperties const… in operator =()
87087 operator VkPhysicalDeviceTexelBufferAlignmentProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const&()
87092 operator VkPhysicalDeviceTexelBufferAlignmentProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties&()
87108 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp106891 struct PhysicalDeviceTexelBufferAlignmentProperties struct
106893 using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties;
106895 static const bool allowDuplicate = false;
106896 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties;
106899 …_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties( VULKAN_HPP_NAMESPACE::DeviceSize storageT… in PhysicalDeviceTexelBufferAlignmentProperties() function
106914PhysicalDeviceTexelBufferAlignmentProperties( VkPhysicalDeviceTexelBufferAlignmentProperties const… in PhysicalDeviceTexelBufferAlignmentProperties() function
106924 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTexelBufferAlignmentProperties const… in operator =()
106928 operator VkPhysicalDeviceTexelBufferAlignmentProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const&()
106933 operator VkPhysicalDeviceTexelBufferAlignmentProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties&()
106938 operator VkPhysicalDeviceTexelBufferAlignmentProperties const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs44219 pub struct PhysicalDeviceTexelBufferAlignmentProperties { struct
44227 impl ::std::default::Default for PhysicalDeviceTexelBufferAlignmentProperties { argument
44240 unsafe impl TaggedStructure for PhysicalDeviceTexelBufferAlignmentProperties { implementation
44244 impl PhysicalDeviceTexelBufferAlignmentProperties { implementation
44261 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTexelBufferAlignmentProperties {} implementation
44315 pub fn build(self) -> PhysicalDeviceTexelBufferAlignmentProperties { in build()