Home
last modified time | relevance | path

Searched refs:AttachmentReference (Results 1 - 25 of 53) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp261 class AttachmentReference class
264 AttachmentReference (deUint32 attachment,
284 const std::vector<AttachmentReference>& inputAttachments,
285 const std::vector<AttachmentReference>& colorAttachments,
286 const std::vector<AttachmentReference>& resolveAttachments,
287 AttachmentReference depthStencilAttachment,
293 const std::vector<AttachmentReference>& getInputAttachments (void) const;
294 const std::vector<AttachmentReference>& getColorAttachments (void) const;
295 const std::vector<AttachmentReference>& getResolveAttachments (void) const;
296 const AttachmentReference
[all...]
H A DvktRenderPassTests.cpp550 class AttachmentReference class
553 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon28599::AttachmentReference
578 const vector<AttachmentReference>& inputAttachments, in Subpass()
579 const vector<AttachmentReference>& colorAttachments, in Subpass()
580 const vector<AttachmentReference>& resolveAttachments, in Subpass()
581 AttachmentReference depthStencilAttachment, in Subpass()
597 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments()
598 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments()
599 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
600 const AttachmentReference in getResolveAttachments()
[all...]
H A DvktRenderPassTestsUtil.cpp371 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 depthStencilAttachmen in Subpass()
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp2013 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal()
2016 colorAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in iterateInternal()
2018 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
2541 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal()
2542 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal()
2543 AttachmentReference dsAttachmentReference (1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT); in iterateInternal()
2550 colorAttachmentReferences.push_back(AttachmentReference(0u, colorImageLayout)); in iterateInternal()
2558 inputAttachmentReferences.push_back(AttachmentReference( in iterateInternal()
[all...]
H A DvktRenderPassDitheringTests.cpp150 template <typename AttachmentDescription, typename AttachmentReference,
882 template <typename AttachmentDescription, typename AttachmentReference, typename SubpassDescription, typename RenderPassCreateInfo>
893 std::vector<AttachmentReference> attachmentReferences; in createRenderPassFramebuffer()
911 const AttachmentReference attachmentReference = in createRenderPassFramebuffer()
937 const AttachmentReference dsReference = in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp261 class AttachmentReference class
264 AttachmentReference (deUint32 attachment,
284 const std::vector<AttachmentReference>& inputAttachments,
285 const std::vector<AttachmentReference>& colorAttachments,
286 const std::vector<AttachmentReference>& resolveAttachments,
287 AttachmentReference depthStencilAttachment,
293 const std::vector<AttachmentReference>& getInputAttachments (void) const;
294 const std::vector<AttachmentReference>& getColorAttachments (void) const;
295 const std::vector<AttachmentReference>& getResolveAttachments (void) const;
296 const AttachmentReference
[all...]
H A DvktRenderPassTests.cpp540 class AttachmentReference class
543 AttachmentReference (deUint32 attachment, in AttachmentReference() function in vkt::__anon29778::AttachmentReference
568 const vector<AttachmentReference>& inputAttachments, in Subpass()
569 const vector<AttachmentReference>& colorAttachments, in Subpass()
570 const vector<AttachmentReference>& resolveAttachments, in Subpass()
571 AttachmentReference depthStencilAttachment, in Subpass()
587 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments()
588 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; } in getColorAttachments()
589 const vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
590 const AttachmentReference in getResolveAttachments()
[all...]
H A DvktRenderPassTestsUtil.cpp371 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 depthStencilAttachmen in Subpass()
[all...]
H A DvktRenderPassSubpassDependencyTests.cpp2013 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal()
2016 colorAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL)); in iterateInternal()
2018 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>())); in iterateInternal()
2541 vector<AttachmentReference> colorAttachmentReferences; in iterateInternal()
2542 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal()
2543 AttachmentReference dsAttachmentReference (1u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL, VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT); in iterateInternal()
2550 colorAttachmentReferences.push_back(AttachmentReference(0u, colorImageLayout)); in iterateInternal()
2558 inputAttachmentReferences.push_back(AttachmentReference( in iterateInternal()
[all...]
H A DvktRenderPassDitheringTests.cpp151 template <typename AttachmentDescription, typename AttachmentReference,
884 template <typename AttachmentDescription, typename AttachmentReference, typename SubpassDescription, typename RenderPassCreateInfo>
895 std::vector<AttachmentReference> attachmentReferences; in createRenderPassFramebuffer()
913 const AttachmentReference attachmentReference = in createRenderPassFramebuffer()
939 const AttachmentReference dsReference = in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
151 AttachmentReference (deUint32 attachment, vk::VkImageLayout layout);
152 AttachmentReference (void);
H A 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
H A DvktDrawBaseClass.cpp99 AttachmentReference(), in initialize()
H A DvktDrawDifferingInterpolationTests.cpp234 AttachmentReference(), in iterate()
H A DvktDrawSampleAttributeTests.cpp234 AttachmentReference(), in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp293 const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest()
294 const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference class
151 AttachmentReference (deUint32 attachment, vk::VkImageLayout layout);
152 AttachmentReference (void);
H A 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
H A DvktDrawBaseClass.cpp89 AttachmentReference(), in initialize()
H A DvktDrawDifferingInterpolationTests.cpp234 AttachmentReference(), in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp293 const VkAttachmentReference colorAttachmentReference = hasColor ? makeAttachmentReference(0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest()
294 const VkAttachmentReference depthAttachmentReference = hasDepth ? makeAttachmentReference(hasColor ? 1u : 0u, VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL) : AttachmentReference(); in MultipleClearsTest()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp147 vk::AttachmentReference attachment0; in createRenderPass()
151 vk::AttachmentReference attachment1; in createRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp202 AttachmentReference(), in initRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp198 AttachmentReference(), in initRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp208 Draw::AttachmentReference(), in createRenderPassWithClear()

Completed in 45 milliseconds

123