Home
last modified time | relevance | path

Searched refs:AttachmentReference2 (Results 1 – 21 of 21) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp76 class AttachmentReference2 : public vk::VkAttachmentReference2 class
79 AttachmentReference2 (const void* pNext,
DvktMultiViewRenderUtil.cpp324 Move<VkRenderPass> makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2…
351 Move<VkRenderPass> makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDes…
518 Move<VkRenderPass> makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, Subp…
DvktMultiViewRenderPassUtil.cpp100 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::MultiView::AttachmentReference2
DvktMultiViewRenderTests.cpp127 …return MultiView::makeRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2… in makeRenderPass()
144 …return MultiView::makeRenderPassWithAttachments<AttachmentDescription2, AttachmentReference2, Subp… in makeRenderPassWithAttachments()
162 …return MultiView::makeRenderPassWithDepth<AttachmentDescription2, AttachmentReference2, SubpassDes… in makeRenderPassWithDepth()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp92 class AttachmentReference2 : public vk::VkAttachmentReference2 class
95 AttachmentReference2 (const void* pNext,
DvktRenderPassTestsUtil.cpp102 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::renderpass::AttachmentReference2
836 AttachmentReference2, in createRenderPass()
DvktRenderPassFragmentDensityMapTests.cpp316 typedef AttachmentReference2 AttachmentRef; in createRenderPassProduceDynamicDensityMap()
410 typedef AttachmentReference2 AttachmentRef; in createRenderPassProduceSubsampledImage()
623 typedef AttachmentReference2 AttachmentRef; in createRenderPassOutputSubsampledImage()
DvktRenderPassSparseRenderTargetTests.cpp267 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
DvktRenderPassDepthStencilResolveTests.cpp549 const AttachmentReference2 multisampleAttachmentRef // VkAttachmentReference2 in createRenderPass()
580 AttachmentReference2 singlesampleAttachmentRef // VkAttachmentReference2 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.cpp686 …m_renderPass = createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2,… in UnusedClearAttachmentTestInstance()
DvktRenderPassMultisampleTests.cpp770 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
DvktRenderPassMultisampleResolveTests.cpp136 typedef AttachmentReference2 AttRef;
DvktRenderPassTests.cpp1321 …return createRenderPass<AttachmentDescription2, AttachmentReference2, SubpassDescription2, Subpass… in createRenderPass()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp4422 struct AttachmentReference2 struct
4429 AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
4437 …VULKAN_HPP_CONSTEXPR AttachmentReference2( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT …
4439 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
4440 : AttachmentReference2( *reinterpret_cast<AttachmentReference2 const *>( &rhs ) ) in AttachmentReference2()
4444 VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 &
4445 … operator=( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT = default;
4447 AttachmentReference2 & operator=( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
4449 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() argument
4453 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
[all …]
Dvulkan_handles.hpp59 struct AttachmentReference2;
60 using AttachmentReference2KHR = AttachmentReference2;
Dvulkan.hpp6468 struct StructExtends<AttachmentReferenceStencilLayout, AttachmentReference2>
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp18554 struct AttachmentReference2 struct
18560 …VULKAN_HPP_CONSTEXPR AttachmentReference2(uint32_t attachment_ = {}, VULKAN_HPP_NAMESPACE::ImageLa… in AttachmentReference2() function
18564 …VULKAN_HPP_CONSTEXPR AttachmentReference2( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT …
18566 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
18572 AttachmentReference2 & operator=( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18574 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() argument
18578 AttachmentReference2 & operator=( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() argument
18580 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference2 ) ); in operator =()
18584 AttachmentReference2 & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
18590 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() argument
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp18625 struct AttachmentReference2 struct
18631 …VULKAN_HPP_CONSTEXPR AttachmentReference2(uint32_t attachment_ = {}, VULKAN_HPP_NAMESPACE::ImageLa… in AttachmentReference2() function
18635 …VULKAN_HPP_CONSTEXPR AttachmentReference2( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT …
18637 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
18643 AttachmentReference2 & operator=( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18645 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() argument
18649 AttachmentReference2 & operator=( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() argument
18651 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference2 ) ); in operator =()
18655 AttachmentReference2 & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() argument
18661 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() argument
[all …]