Home
last modified time | relevance | path

Searched refs:AttachmentDescription2 (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp52 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
55 AttachmentDescription2 (const void* pNext,
DvktMultiViewRenderUtil.cpp326 Move<VkRenderPass> makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2…
353 Move<VkRenderPass> makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDes…
522 Move<VkRenderPass> makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, Subp…
DvktMultiViewRenderPassUtil.cpp61 AttachmentDescription2::AttachmentDescription2 (const void* pNext_, in AttachmentDescription2() function in vkt::MultiView::AttachmentDescription2
DvktMultiViewRenderTests.cpp129 …return MultiView::makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2… in makeRenderPass()
146 …return MultiView::makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, Subp… in makeRenderPassWithAttachments()
164 …return MultiView::makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDes… in makeRenderPassWithDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp69 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
72 AttachmentDescription2 (const void* pNext,
DvktRenderPassTestsUtil.cpp64 AttachmentDescription2::AttachmentDescription2 (const void* pNext_, in AttachmentDescription2() function in vkt::renderpass::AttachmentDescription2
835 return createRenderPass<AttachmentDescription2, in createRenderPass()
DvktRenderPassDepthStencilResolveTests.cpp490 const AttachmentDescription2 multisampleAttachment // VkAttachmentDescription2 in createRenderPass()
522 const AttachmentDescription2 singlesampleAttachment // VkAttachmentDescription2 in createRenderPass()
545 std::vector<AttachmentDescription2> attachments; in createRenderPass()
DvktRenderPassSparseRenderTargetTests.cpp267 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp380 …m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2,… in InputAttachmentSparseFillingTestInstance()
DvktRenderPassUnusedAttachmentTests.cpp583 …m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2,… in UnusedAttachmentTestInstance()
DvktRenderPassSampleReadTests.cpp423 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
DvktRenderPassUnusedClearAttachmentTests.cpp690 …m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2,… in UnusedClearAttachmentTestInstance()
DvktRenderPassLoadStoreOpNoneTests.cpp784 …m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2,… in iterate()
DvktRenderPassFragmentDensityMapTests.cpp342 typedef AttachmentDescription2 AttachmentDesc;
DvktRenderPassMultisampleTests.cpp769 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
DvktRenderPassMultisampleResolveTests.cpp145 typedef AttachmentDescription2 AttDesc;
DvktRenderPassTests.cpp1291 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp4504 struct AttachmentDescription2 struct
4512 VULKAN_HPP_CONSTEXPR AttachmentDescription2( in AttachmentDescription2() argument
4534 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( AttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXC…
4536 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
4537 : AttachmentDescription2( *reinterpret_cast<AttachmentDescription2 const *>( &rhs ) ) in AttachmentDescription2()
4541AttachmentDescription2 & operator=( AttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT = def…
4543 AttachmentDescription2 & operator=( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
4545 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =() argument
4550 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
4556AttachmentDescription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKA… in setFlags() argument
[all …]
Dvulkan_handles.hpp273 struct AttachmentDescription2;
274 using AttachmentDescription2KHR = AttachmentDescription2;
Dvulkan.hpp7367 struct StructExtends<AttachmentDescriptionStencilLayout, AttachmentDescription2>
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5699 struct AttachmentDescription2 struct
5707 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() argument
5730 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( AttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXC…
5732 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5733 : AttachmentDescription2( *reinterpret_cast<AttachmentDescription2 const *>( &rhs ) ) in AttachmentDescription2()
5737AttachmentDescription2 & operator=( AttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT = def…
5740 AttachmentDescription2 & operator=( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
5742 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =() argument
5747 …VULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCE… in setPNext() argument
5753 …VULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescrip… in setFlags() argument
[all …]
Dvulkan_static_assertions.hpp1157 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentDescription2 ) == sizeof( VkAttac…
1159 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::AttachmentDescription2>::va…
1160 …IC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::AttachmentDescription2>::value,
Dvulkan_hash.hpp1069 struct hash<VULKAN_HPP_NAMESPACE::AttachmentDescription2>
1071 …std::size_t operator()( VULKAN_HPP_NAMESPACE::AttachmentDescription2 const & attachmentDescription… in operator ()()
Dvulkan_handles.hpp273 struct AttachmentDescription2;
274 using AttachmentDescription2KHR = AttachmentDescription2;
Dvulkan.hpp7544 struct StructExtends<AttachmentDescriptionStencilLayout, AttachmentDescription2>