Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp107049 struct RenderPassSampleLocationsBeginInfoEXT struct
107051 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
107053 static const bool allowDuplicate = false;
107054 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
107058RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() argument
107073RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() function
107079 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
107097 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
107102 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107109 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp104315 struct RenderPassSampleLocationsBeginInfoEXT struct
104317 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
104319 static const bool allowDuplicate = false;
104320 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
104324RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() argument
104339RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() argument
104345 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
104363 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
104368 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
104375 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp127807 struct RenderPassSampleLocationsBeginInfoEXT struct
127809 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
127811 static const bool allowDuplicate = false;
127812 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
127816RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() function
127831RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() function
127837 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
127855 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
127860 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
127867 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs25285 pub struct RenderPassSampleLocationsBeginInfoEXT { struct
25293 impl ::std::default::Default for RenderPassSampleLocationsBeginInfoEXT { argument
25306 unsafe impl TaggedStructure for RenderPassSampleLocationsBeginInfoEXT { implementation
25310 impl RenderPassSampleLocationsBeginInfoEXT { implementation
25324 unsafe impl ExtendsRenderPassBeginInfo for RenderPassSampleLocationsBeginInfoEXT {} implementation
25360 pub fn build(self) -> RenderPassSampleLocationsBeginInfoEXT { in build()