Home
last modified time | relevance | path

Searched defs:AttachmentReference2 (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp76 class AttachmentReference2 : public vk::VkAttachmentReference2 class
DvktMultiViewRenderPassUtil.cpp100 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::MultiView::AttachmentReference2
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp92 class AttachmentReference2 : public vk::VkAttachmentReference2 class
DvktRenderPassTestsUtil.cpp102 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::renderpass::AttachmentReference2
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp4422 struct AttachmentReference2 struct
4424 static const bool allowDuplicate = false;
4425 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2;
4429 AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
4439 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
4449 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
4453 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
4459 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
4465 … AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
4471 …eference2 & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
[all …]
/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
18566 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
18574 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
18578 AttachmentReference2 & operator=( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18584 AttachmentReference2 & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18590 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
18596 … AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
18602 …eference2 & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
18609 operator VkAttachmentReference2 const&() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference2 const&()
[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
18637 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
18645 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
18649 AttachmentReference2 & operator=( AttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
18655 AttachmentReference2 & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18661 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
18667 … AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
18673 …eference2 & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
18680 operator VkAttachmentReference2 const&() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference2 const&()
[all …]