Home
last modified time | relevance | path

Searched refs:AttachmentDescription (Results 1 - 25 of 61) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp133 class AttachmentDescription : public vk::VkAttachmentDescription class
136 AttachmentDescription (vk::VkFormat format,
145 AttachmentDescription (const vk::VkAttachmentDescription &);
215 std::vector<AttachmentDescription> m_attachments;
H A DvktDrawCreateInfoUtil.cpp308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount); in RenderPassCreateInfo()
408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() function in vkt::Draw::AttachmentDescription
428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription() function in vkt::Draw::AttachmentDescription
H A DvktDrawExplicitVertexParameterTests.cpp387 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
401 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp184 renderPassCreateInfo.addAttachment(AttachmentDescription(imageColorFormat, in iterate()
203 renderPassCreateInfo.addAttachment(AttachmentDescription(imageColorFormat, in iterate()
H A DvktDrawBaseClass.cpp77 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
H A DvktDrawInvertedDepthRangesTests.cpp193 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
203 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
H A DvktDrawDifferingInterpolationTests.cpp217 renderPassCreateInfo.addAttachment(AttachmentDescription(targetImageFormat, in iterate()
H A DvktDrawSampleAttributeTests.cpp218 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
H A DvktDrawMultipleClearsWithinRenderPass.cpp271 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest()
283 renderPassCreateInfo.addAttachment(AttachmentDescription( in MultipleClearsTest()
H A DvktDrawMultipleInterpolationTests.cpp414 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
433 renderPassCreateInfo.addAttachment(AttachmentDescription(m_params.format, in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp133 class AttachmentDescription : public vk::VkAttachmentDescription class
136 AttachmentDescription (vk::VkFormat format,
145 AttachmentDescription (const vk::VkAttachmentDescription &);
215 std::vector<AttachmentDescription> m_attachments;
H A DvktDrawCreateInfoUtil.cpp308 m_attachments = std::vector<AttachmentDescription>(_pAttachments, _pAttachments + _attachmentCount); in RenderPassCreateInfo()
408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() function in vkt::Draw::AttachmentDescription
428 AttachmentDescription::AttachmentDescription (const vk::VkAttachmentDescription& rhs) in AttachmentDescription() function in vkt::Draw::AttachmentDescription
H A DvktDrawExplicitVertexParameterTests.cpp387 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
401 renderPassCreateInfo.addAttachment(AttachmentDescription(imageFormat, in iterate()
H A DvktDrawMultisampleLinearInterpolationTests.cpp184 renderPassCreateInfo.addAttachment(AttachmentDescription(imageColorFormat, in iterate()
203 renderPassCreateInfo.addAttachment(AttachmentDescription(imageColorFormat, in iterate()
H A DvktDrawBaseClass.cpp67 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
H A DvktDrawInvertedDepthRangesTests.cpp193 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
203 renderPassCreateInfo.addAttachment(AttachmentDescription( in InvertedDepthRangesTestInstance()
H A DvktDrawDifferingInterpolationTests.cpp217 renderPassCreateInfo.addAttachment(AttachmentDescription(targetImageFormat, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp150 template <typename AttachmentDescription, typename AttachmentReference,
882 template <typename AttachmentDescription, typename AttachmentReference, typename SubpassDescription, typename RenderPassCreateInfo>
892 std::vector<AttachmentDescription> attachmentDescriptions; in createRenderPassFramebuffer()
897 const AttachmentDescription attachmentDesc = in createRenderPassFramebuffer()
924 const AttachmentDescription dsDescription = in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp151 template <typename AttachmentDescription, typename AttachmentReference,
884 template <typename AttachmentDescription, typename AttachmentReference, typename SubpassDescription, typename RenderPassCreateInfo>
894 std::vector<AttachmentDescription> attachmentDescriptions; in createRenderPassFramebuffer()
899 const AttachmentDescription attachmentDesc = in createRenderPassFramebuffer()
926 const AttachmentDescription dsDescription = in createRenderPassFramebuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp158 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
166 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initRenderPass()
H A DvktDynamicStateDSTests.cpp199 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
208 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
701 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
709 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
H A DvktDynamicStateBaseClass.cpp179 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp157 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
165 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initRenderPass()
H A DvktDynamicStateDSTests.cpp196 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initialize()
205 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthStencilAttachmentFormat, in initialize()
673 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()
681 renderPassCreateInfo.addAttachment(AttachmentDescription(m_depthAttachmentFormat, in initRenderPass()
H A DvktDynamicStateBaseClass.cpp175 renderPassCreateInfo.addAttachment(AttachmentDescription(m_colorAttachmentFormat, in initRenderPass()

Completed in 32 milliseconds

123