/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 271 class AttachmentReference class 274 AttachmentReference (deUint32 attachment, 294 const std::vector<AttachmentReference>& inputAttachments, 295 const std::vector<AttachmentReference>& colorAttachments, 296 const std::vector<AttachmentReference>& resolveAttachments, 297 AttachmentReference depthStencilAttachment, 303 const std::vector<AttachmentReference>& getInputAttachments (void) const; 304 const std::vector<AttachmentReference>& getColorAttachments (void) const; 305 const std::vector<AttachmentReference>& getResolveAttachments (void) const; 306 const AttachmentReference& getDepthStencilAttachment (void) const; [all …]
|
D | vktRenderPassTests.cpp | 559 class AttachmentReference class 562 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anond197478b0111::AttachmentReference 587 const vector<AttachmentReference>& inputAttachments, in Subpass() 588 const vector<AttachmentReference>& colorAttachments, in Subpass() 589 const vector<AttachmentReference>& resolveAttachments, in Subpass() 590 AttachmentReference depthStencilAttachment, in Subpass() 606 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments() 607 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments() 608 …const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachmen… in getResolveAttachments() 609 …const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachm… in getDepthStencilAttachment() [all …]
|
D | vktRenderPassTestsUtil.cpp | 371 AttachmentReference::AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::renderpass::AttachmentReference 381 deUint32 AttachmentReference::getAttachment (void) const in getAttachment() 386 VkImageLayout AttachmentReference::getImageLayout (void) const in getImageLayout() 391 VkImageAspectFlags AttachmentReference::getAspectMask (void) const in getAspectMask() 396 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout() 403 const std::vector<AttachmentReference>& inputAttachments, in Subpass() 404 const std::vector<AttachmentReference>& colorAttachments, in Subpass() 405 const std::vector<AttachmentReference>& resolveAttachments, in Subpass() 406 AttachmentReference depthStencilAttachment, in Subpass() 431 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 2013 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal() 2016 …colorAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIM… in iterateInternal() 2018 …OINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentRefe… in iterateInternal() 2543 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal() 2544 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal() 2545 …AttachmentReference dsAttachmentReference (1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL… in iterateInternal() 2552 colorAttachmentReferences.push_back(AttachmentReference(0u, colorImageLayout)); in iterateInternal() 2561 …inputAttachmentReferences.push_back(AttachmentReference(1u, VK_IMAGE_LAYOUT_GENERAL, inputAttachme… in iterateInternal() 2564 …, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : A… in iterateInternal() 3155 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 148 class AttachmentReference : public vk::VkAttachmentReference class 151 AttachmentReference (deUint32 attachment, vk::VkImageLayout layout); 152 AttachmentReference (void);
|
D | vktDrawBaseClass.cpp | 85 AttachmentReference(), in initialize()
|
D | vktDrawCreateInfoUtil.cpp | 441 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
|
D | vktDrawMultipleClearsWithinRenderPass.cpp | 280 …or ? makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest() 281 …ence(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest()
|
D | vktDrawDifferingInterpolationTests.cpp | 214 AttachmentReference(), in iterate()
|
D | vktDrawNegativeViewportHeightTests.cpp | 161 AttachmentReference(), // depthStencilAttachment in NegativeViewportHeightTestInstance()
|
D | vktDrawExplicitVertexParameterTests.cpp | 402 AttachmentReference(), in iterate()
|
D | vktDrawAhbTests.cpp | 425 AttachmentReference(), in iterate()
|
D | vktDrawMultipleInterpolationTests.cpp | 388 AttachmentReference(), in render()
|
D | vktDrawInstancedTests.cpp | 396 AttachmentReference(), in InstancedDrawInstance()
|
D | vktDrawScissorTests.cpp | 414 DE_NULL, AttachmentReference(), 0, DE_NULL)); in iterate()
|
D | vktBasicDrawTests.cpp | 360 AttachmentReference(), in initialize()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 147 vk::AttachmentReference attachment0; in createRenderPass() 151 vk::AttachmentReference attachment1; in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 148 AttachmentReference(), in initRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawAndClearTests.cpp | 370 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass() 1145 isDepthStencilFormat(format) ? attachmentReference : AttachmentReference(), in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 472 AttachmentReference(), // depthStencilAttachment in initStateObjects()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_structs.hpp | 4352 struct AttachmentReference struct 4355 VULKAN_HPP_CONSTEXPR AttachmentReference( in AttachmentReference() function 4362 …VULKAN_HPP_CONSTEXPR AttachmentReference( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT = … 4364 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function 4365 : AttachmentReference( *reinterpret_cast<AttachmentReference const *>( &rhs ) ) in AttachmentReference() 4369 VULKAN_HPP_CONSTEXPR_14 AttachmentReference & 4370 … operator=( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT = default; 4372 AttachmentReference & operator=( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 4374 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =() argument 4378 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() argument [all …]
|
D | vulkan_handles.hpp | 58 struct AttachmentReference;
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 18476 struct AttachmentReference struct 18481 …VULKAN_HPP_CONSTEXPR AttachmentReference(uint32_t attachment_ = {}, VULKAN_HPP_NAMESPACE::ImageLay… in AttachmentReference() function 18485 …VULKAN_HPP_CONSTEXPR AttachmentReference( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT = … 18487 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function 18493 AttachmentReference & operator=( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 18495 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =() argument 18499 AttachmentReference & operator=( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() argument 18501 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference ) ); in operator =() 18505 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() argument 18511 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout() argument [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 18547 struct AttachmentReference struct 18552 …VULKAN_HPP_CONSTEXPR AttachmentReference(uint32_t attachment_ = {}, VULKAN_HPP_NAMESPACE::ImageLay… in AttachmentReference() function 18556 …VULKAN_HPP_CONSTEXPR AttachmentReference( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT = … 18558 AttachmentReference( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference() function 18564 AttachmentReference & operator=( VkAttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() 18566 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference const *>( &rhs ); in operator =() argument 18570 AttachmentReference & operator=( AttachmentReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =() argument 18572 memcpy( static_cast<void *>( this ), &rhs, sizeof( AttachmentReference ) ); in operator =() 18576 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() argument 18582 AttachmentReference & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout() argument [all …]
|