Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp66486 struct PhysicalDeviceImageDrmFormatModifierInfoEXT struct
66488 using NativeType = VkPhysicalDeviceImageDrmFormatModifierInfoEXT;
66490 static const bool allowDuplicate = false;
66491 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT;
66495PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t drmFormatModifier_ … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
66510PhysicalDeviceImageDrmFormatModifierInfoEXT( VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &… in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
66516PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
66534 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageDrmFormatModifierInfoEXT const … in operator =()
66539 …4 PhysicalDeviceImageDrmFormatModifierInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66545 …eDrmFormatModifierInfoEXT & setDrmFormatModifier( uint64_t drmFormatModifier_ ) VULKAN_HPP_NOEXCEPT in setDrmFormatModifier()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp68394 struct PhysicalDeviceImageDrmFormatModifierInfoEXT struct
68396 using NativeType = VkPhysicalDeviceImageDrmFormatModifierInfoEXT;
68398 static const bool allowDuplicate = false;
68399 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT;
68403PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t drmFormatModifier_ … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
68418PhysicalDeviceImageDrmFormatModifierInfoEXT( VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &… in PhysicalDeviceImageDrmFormatModifierInfoEXT() argument
68424PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
68442 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageDrmFormatModifierInfoEXT const … in operator =()
68447 …4 PhysicalDeviceImageDrmFormatModifierInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
68453 …eDrmFormatModifierInfoEXT & setDrmFormatModifier( uint64_t drmFormatModifier_ ) VULKAN_HPP_NOEXCEPT in setDrmFormatModifier()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp68754 struct PhysicalDeviceImageDrmFormatModifierInfoEXT struct
68756 using NativeType = VkPhysicalDeviceImageDrmFormatModifierInfoEXT;
68758 static const bool allowDuplicate = false;
68759 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceImageDrmFormatModifierInfoEXT;
68763PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t drmFormatModifier_ … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
68778PhysicalDeviceImageDrmFormatModifierInfoEXT( VkPhysicalDeviceImageDrmFormatModifierInfoEXT const &… in PhysicalDeviceImageDrmFormatModifierInfoEXT() argument
68784PhysicalDeviceImageDrmFormatModifierInfoEXT( uint64_t … in PhysicalDeviceImageDrmFormatModifierInfoEXT() function
68802 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceImageDrmFormatModifierInfoEXT const … in operator =()
68807 …4 PhysicalDeviceImageDrmFormatModifierInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
68813 …eDrmFormatModifierInfoEXT & setDrmFormatModifier( uint64_t drmFormatModifier_ ) VULKAN_HPP_NOEXCEPT in setDrmFormatModifier()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs38058 pub struct PhysicalDeviceImageDrmFormatModifierInfoEXT { struct
38066 impl ::std::default::Default for PhysicalDeviceImageDrmFormatModifierInfoEXT { implementation
38079 unsafe impl TaggedStructure for PhysicalDeviceImageDrmFormatModifierInfoEXT { implementation
38083 impl PhysicalDeviceImageDrmFormatModifierInfoEXT { impl
38100 unsafe impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageDrmFormatModifierInfoEXT {} implementation
38132 pub fn build(self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT { in build()