Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp67028 struct RenderPassSampleLocationsBeginInfoEXT struct
67030 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
67032 static const bool allowDuplicate = false;
67033 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
67037 VULKAN_HPP_CONSTEXPR RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() argument
67051RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() function
67057 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
67076 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
67081 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
67088 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp102210 struct RenderPassSampleLocationsBeginInfoEXT struct
102212 using NativeType = VkRenderPassSampleLocationsBeginInfoEXT;
102214 static const bool allowDuplicate = false;
102215 …_OR_CONSTEXPR StructureType structureType = StructureType::eRenderPassSampleLocationsBeginInfoEXT;
102219RenderPassSampleLocationsBeginInfoEXT( uint32_t … in RenderPassSampleLocationsBeginInfoEXT() argument
102234RenderPassSampleLocationsBeginInfoEXT( VkRenderPassSampleLocationsBeginInfoEXT const & rhs ) VULKA… in RenderPassSampleLocationsBeginInfoEXT() argument
102240 RenderPassSampleLocationsBeginInfoEXT( in RenderPassSampleLocationsBeginInfoEXT() function
102258 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT const *>( &r… in operator =()
102263 …EXPR_14 RenderPassSampleLocationsBeginInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
102270 …tInitialSampleLocationsCount( uint32_t attachmentInitialSampleLocationsCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentInitialSampleLocationsCount()
[all …]