Home
last modified time | relevance | path

Searched defs:AttachmentReference (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp272 class AttachmentReference class
DvktRenderPassTestsUtil.cpp371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference
DvktRenderPassTests.cpp529 class AttachmentReference class
532 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon1bce88700111::AttachmentReference
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
DvktDrawCreateInfoUtil.cpp441 AttachmentReference::AttachmentReference (deUint32 _attachment, vk::VkImageLayout _layout) in AttachmentReference() function in vkt::Draw::AttachmentReference
447 AttachmentReference::AttachmentReference (void) in AttachmentReference() function in vkt::Draw::AttachmentReference
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5361 struct AttachmentReference struct
5366 VULKAN_HPP_CONSTEXPR AttachmentReference(uint32_t attachment_ = {}, in AttachmentReference() function
5375AttachmentReference(VkAttachmentReference const &rhs) VULKAN_HPP_NOEXCEPT : AttachmentReference(*r… in AttachmentReference() function
5384 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>(&rhs); in operator =()
5389 …ULKAN_HPP_CONSTEXPR_14 AttachmentReference &setAttachment(uint32_t attachment_) VULKAN_HPP_NOEXCEPT in setAttachment()
5395 …PR_14 AttachmentReference &setLayout(VULKAN_HPP_NAMESPACE::ImageLayout layout_) VULKAN_HPP_NOEXCEPT in setLayout()
5402 explicit operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()
5407 explicit operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()
5418 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5446 VULKAN_HPP_STATIC_ASSERT(sizeof(VULKAN_HPP_NAMESPACE::AttachmentReference) == sizeof(VkAttachmentRe…
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp5351 struct AttachmentReference struct
5356 VULKAN_HPP_CONSTEXPR AttachmentReference( uint32_t attachment_ = {}, in AttachmentReference() function
5365AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT : AttachmentReference… in AttachmentReference() function
5374 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =()
5379 …AN_HPP_CONSTEXPR_14 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5385 …14 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
5392 explicit operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()
5397 explicit operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()
5408 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5436 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentReference ) == sizeof( VkAttachm…
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5653 struct AttachmentReference struct
5658 VULKAN_HPP_CONSTEXPR AttachmentReference( in AttachmentReference() function
5667 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function
5676 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =()
5681 …AN_HPP_CONSTEXPR_14 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5688 setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
5695 explicit operator VkAttachmentReference const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference const&()
5700 explicit operator VkAttachmentReference &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference&()
5711 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
5739 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentReference ) == sizeof( VkAttachm…
/external/rust/crates/ash/src/vk/
Ddefinitions.rs7311 pub struct AttachmentReference { struct
7315 impl AttachmentReference { impl
7351 pub fn build(self) -> AttachmentReference { in build()
7436 depth_stencil_attachment: &'a AttachmentReference, in depth_stencil_attachment()
33768 fragment_density_map_attachment: AttachmentReference, in fragment_density_map_attachment()