Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp82357 struct PhysicalDeviceTexelBufferAlignmentProperties struct
82359 using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties;
82361 static const bool allowDuplicate = false;
82362 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties;
82365 …_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties( VULKAN_HPP_NAMESPACE::DeviceSize storageT… in PhysicalDeviceTexelBufferAlignmentProperties() function
82380PhysicalDeviceTexelBufferAlignmentProperties( VkPhysicalDeviceTexelBufferAlignmentProperties const… in PhysicalDeviceTexelBufferAlignmentProperties() function
82390 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTexelBufferAlignmentProperties const… in operator =()
82394 operator VkPhysicalDeviceTexelBufferAlignmentProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const&()
82399 operator VkPhysicalDeviceTexelBufferAlignmentProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties&()
82415 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp85305 struct PhysicalDeviceTexelBufferAlignmentProperties struct
85307 using NativeType = VkPhysicalDeviceTexelBufferAlignmentProperties;
85309 static const bool allowDuplicate = false;
85310 …STEXPR StructureType structureType = StructureType::ePhysicalDeviceTexelBufferAlignmentProperties;
85313 …_CONSTEXPR PhysicalDeviceTexelBufferAlignmentProperties( VULKAN_HPP_NAMESPACE::DeviceSize storageT… in PhysicalDeviceTexelBufferAlignmentProperties() argument
85328PhysicalDeviceTexelBufferAlignmentProperties( VkPhysicalDeviceTexelBufferAlignmentProperties const… in PhysicalDeviceTexelBufferAlignmentProperties() function
85338 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceTexelBufferAlignmentProperties const… in operator =()
85342 operator VkPhysicalDeviceTexelBufferAlignmentProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties const&()
85347 operator VkPhysicalDeviceTexelBufferAlignmentProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceTexelBufferAlignmentProperties&()
85363 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/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() argument
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/rust/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 { impl
44261 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTexelBufferAlignmentProperties {} implementation
44315 pub fn build(self) -> PhysicalDeviceTexelBufferAlignmentProperties { in build()