Home
last modified time | relevance | path

Searched refs:VkAttachmentReference (Results 1 – 25 of 48) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* colorAttachments,
164 const vk::VkAttachmentReference* resolveAttachments,
165 vk::VkAttachmentReference depthStencilAttachment,
174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
179 vk::VkAttachmentReference m_depthStencilAttachment;
DvktDrawCreateInfoUtil.cpp456 const vk::VkAttachmentReference* _inputAttachments, in SubpassDescription()
458 const vk::VkAttachmentReference* _colorAttachments, in SubpassDescription()
459 const vk::VkAttachmentReference* _resolveAttachments, in SubpassDescription()
460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription()
464 …m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments +… in SubpassDescription()
465 …m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments +… in SubpassDescription()
468 …m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachm… in SubpassDescription()
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
DvktDrawBaseClass.cpp70 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp148 class AttachmentReference : public vk::VkAttachmentReference
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* colorAttachments,
164 const vk::VkAttachmentReference* resolveAttachments,
165 vk::VkAttachmentReference depthStencilAttachment,
174 std::vector<vk::VkAttachmentReference> m_inputAttachments;
175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
179 vk::VkAttachmentReference m_depthStencilAttachment;
DvktQueryPoolCreateInfoUtil.cpp459 const vk::VkAttachmentReference* _inputAttachments, in SubpassDescription()
461 const vk::VkAttachmentReference* _colorAttachments, in SubpassDescription()
462 const vk::VkAttachmentReference* _resolveAttachments, in SubpassDescription()
463 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription()
467 …m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments +… in SubpassDescription()
468 …m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments +… in SubpassDescription()
471 …m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachm… in SubpassDescription()
505 m_inputAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
508 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
512 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
DvktQueryPoolOcclusionTests.cpp131 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects()
137 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.hpp150 class AttachmentReference : public vk::VkAttachmentReference
163 const vk::VkAttachmentReference* inputAttachments,
165 const vk::VkAttachmentReference* colorAttachments,
166 const vk::VkAttachmentReference* resolveAttachments,
167 vk::VkAttachmentReference depthStencilAttachment,
176 std::vector<vk::VkAttachmentReference> m_inputAttachments;
177 std::vector<vk::VkAttachmentReference> m_colorAttachments;
178 std::vector<vk::VkAttachmentReference> m_resolveAttachments;
181 vk::VkAttachmentReference m_depthStencilAttachment;
DvktDynamicStateCreateInfoUtil.cpp456 const vk::VkAttachmentReference* _inputAttachments, in SubpassDescription()
458 const vk::VkAttachmentReference* _colorAttachments, in SubpassDescription()
459 const vk::VkAttachmentReference* _resolveAttachments, in SubpassDescription()
460 vk::VkAttachmentReference depthStencilAttachment, in SubpassDescription()
464 …m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments +… in SubpassDescription()
465 …m_colorAttachments = std::vector<vk::VkAttachmentReference>(_colorAttachments, _colorAttachments +… in SubpassDescription()
468 …m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachm… in SubpassDescription()
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
505 m_colorAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
DvktDynamicStateBaseClass.cpp71 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
DvktDynamicStateRSTests.cpp164 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
170 const vk::VkAttachmentReference depthAttachmentReference = in initialize()
DvktDynamicStateDSTests.cpp178 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
184 const vk::VkAttachmentReference depthAttachmentReference = in initialize()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp43 VkAttachmentReference colorRef; in initSimple()
44 VkAttachmentReference resolveRef; in initSimple()
45 VkAttachmentReference stencilRef; in initSimple()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl277 inline VkAttachmentReference makeAttachmentReference (deUint32 attachment, VkImageLayout layout)
279 VkAttachmentReference res;
285VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReferen…
DvkStructTypes.inl951 struct VkAttachmentReference struct
962 const VkAttachmentReference* pInputAttachments; argument
964 const VkAttachmentReference* pColorAttachments;
965 const VkAttachmentReference* pResolveAttachments;
966 const VkAttachmentReference* pDepthStencilAttachment;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyFragmentTests.cpp391 const VkAttachmentReference unusedAttachmentReference = in makeRenderPass()
397 const VkAttachmentReference colorAttachmentReference = in makeRenderPass()
403 const VkAttachmentReference depthStencilAttachmentReference = in makeRenderPass()
409 …const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilA… in makeRenderPass()
DvktPipelineStencilTests.cpp458 const VkAttachmentReference colorAttachmentReference = in StencilTestInstance()
464 const VkAttachmentReference stencilAttachmentReference = in StencilTestInstance()
DvktPipelineDepthTests.cpp371 const VkAttachmentReference colorAttachmentReference = in DepthTestInstance()
377 const VkAttachmentReference depthAttachmentReference = in DepthTestInstance()
DvktPipelinePushConstantTests.cpp547 const VkAttachmentReference colorAttachmentReference = in PushConstantGraphicsTestInstance()
553 const VkAttachmentReference depthAttachmentReference = in PushConstantGraphicsTestInstance()
DvktPipelineCacheTests.cpp869 const VkAttachmentReference colorAttachmentReference = in GraphicsCacheTestInstance()
875 const VkAttachmentReference depthAttachmentReference = in GraphicsCacheTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp417 const VkAttachmentReference colorAttRef = in renderTriangleTest()
1029 const VkAttachmentReference colorAttRef = in renderTriangleUnusedResolveAttachmentTest()
1034 const VkAttachmentReference resolveAttRef = in renderTriangleUnusedResolveAttachmentTest()
DvktApiBufferViewAccessTests.cpp234 const VkAttachmentReference colorAttachmentReference = in BufferViewTestInstance()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp264 std::vector<VkAttachmentReference> color_references; in InitRenderTarget()
281 VkAttachmentReference ref = {}; in InitRenderTarget()
335 VkAttachmentReference ds_reference; in InitRenderTarget()
/external/skia/third_party/vulkan/
Dvulkan.h1987 typedef struct VkAttachmentReference { struct
1990 } VkAttachmentReference; typedef
1996 const VkAttachmentReference* pInputAttachments;
1998 const VkAttachmentReference* pColorAttachments;
1999 const VkAttachmentReference* pResolveAttachments;
2000 const VkAttachmentReference* pDepthStencilAttachment;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1996 typedef struct VkAttachmentReference { struct
1999 } VkAttachmentReference; typedef
2005 const VkAttachmentReference* pInputAttachments;
2007 const VkAttachmentReference* pColorAttachments;
2008 const VkAttachmentReference* pResolveAttachments;
2009 const VkAttachmentReference* pDepthStencilAttachment;
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp962 VkAttachmentReference createAttachmentReference (const AttachmentReference& referenceInfo) in createAttachmentReference()
964 const VkAttachmentReference reference = in createAttachmentReference()
974 vector<VkAttachmentReference>* attachmentReferenceLists, in createSubpassDescription()
977 vector<VkAttachmentReference>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription()
978 vector<VkAttachmentReference>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription()
979 vector<VkAttachmentReference>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription()
980 vector<VkAttachmentReference>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription()
1047 …vector<vector<VkAttachmentReference> > attachmentReferenceLists(renderPassInfo.getSubpasses().size… in createRenderPass()

12