Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp30910 struct DirectDriverLoadingListLUNARG struct
30912 using NativeType = VkDirectDriverLoadingListLUNARG;
30914 static const bool allowDuplicate = false;
30915 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDirectDriverLoadingListLUNARG;
30918 VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG( in DirectDriverLoadingListLUNARG() argument
30932 DirectDriverLoadingListLUNARG( VkDirectDriverLoadingListLUNARG const & rhs ) VULKAN_HPP_NOEXCEPT in DirectDriverLoadingListLUNARG() function
30938DirectDriverLoadingListLUNARG( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG … in DirectDriverLoadingListLUNARG() function
30951 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DirectDriverLoadingListLUNARG const *>( &rhs ); in operator =()
30956 …PP_CONSTEXPR_14 DirectDriverLoadingListLUNARG & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
30962 …stLUNARG & setMode( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG mode_ ) VULKAN_HPP_NOEXCEPT in setMode()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp30578 struct DirectDriverLoadingListLUNARG struct
30580 using NativeType = VkDirectDriverLoadingListLUNARG;
30582 static const bool allowDuplicate = false;
30583 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDirectDriverLoadingListLUNARG;
30586 VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG( in DirectDriverLoadingListLUNARG() function
30600 DirectDriverLoadingListLUNARG( VkDirectDriverLoadingListLUNARG const & rhs ) VULKAN_HPP_NOEXCEPT in DirectDriverLoadingListLUNARG() function
30606DirectDriverLoadingListLUNARG( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG … in DirectDriverLoadingListLUNARG() function
30619 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DirectDriverLoadingListLUNARG const *>( &rhs ); in operator =()
30624 …PP_CONSTEXPR_14 DirectDriverLoadingListLUNARG & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
30630 …stLUNARG & setMode( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG mode_ ) VULKAN_HPP_NOEXCEPT in setMode()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp37746 struct DirectDriverLoadingListLUNARG struct
37748 using NativeType = VkDirectDriverLoadingListLUNARG;
37750 static const bool allowDuplicate = false;
37751 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDirectDriverLoadingListLUNARG;
37754 VULKAN_HPP_CONSTEXPR DirectDriverLoadingListLUNARG( in DirectDriverLoadingListLUNARG() argument
37768 DirectDriverLoadingListLUNARG( VkDirectDriverLoadingListLUNARG const & rhs ) VULKAN_HPP_NOEXCEPT in DirectDriverLoadingListLUNARG() function
37774DirectDriverLoadingListLUNARG( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG … in DirectDriverLoadingListLUNARG() function
37787 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DirectDriverLoadingListLUNARG const *>( &rhs ); in operator =()
37792 …PP_CONSTEXPR_14 DirectDriverLoadingListLUNARG & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
37798 …stLUNARG & setMode( VULKAN_HPP_NAMESPACE::DirectDriverLoadingModeLUNARG mode_ ) VULKAN_HPP_NOEXCEPT in setMode()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs73660 pub struct DirectDriverLoadingListLUNARG { struct
73667 impl ::std::default::Default for DirectDriverLoadingListLUNARG { argument
73679 unsafe impl TaggedStructure for DirectDriverLoadingListLUNARG { implementation
73682 impl DirectDriverLoadingListLUNARG { implementation
73696 unsafe impl ExtendsInstanceCreateInfo for DirectDriverLoadingListLUNARG {} implementation
73723 pub fn build(self) -> DirectDriverLoadingListLUNARG { in build()