/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 148 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;
|
D | vktDrawCreateInfoUtil.cpp | 456 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()
|
D | vktDrawBaseClass.cpp | 70 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.hpp | 148 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;
|
D | vktQueryPoolCreateInfoUtil.cpp | 459 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()
|
D | vktQueryPoolOcclusionTests.cpp | 131 const vk::VkAttachmentReference colorAttachmentReference = in StateObjects() 137 const vk::VkAttachmentReference depthAttachmentReference = in StateObjects()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.hpp | 150 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;
|
D | vktDynamicStateCreateInfoUtil.cpp | 456 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()
|
D | vktDynamicStateBaseClass.cpp | 71 const vk::VkAttachmentReference colorAttachmentReference = in initialize()
|
D | vktDynamicStateRSTests.cpp | 164 const vk::VkAttachmentReference colorAttachmentReference = in initialize() 170 const vk::VkAttachmentReference depthAttachmentReference = in initialize()
|
D | vktDynamicStateDSTests.cpp | 178 const vk::VkAttachmentReference colorAttachmentReference = in initialize() 184 const vk::VkAttachmentReference depthAttachmentReference = in initialize()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 43 VkAttachmentReference colorRef; in initSimple() 44 VkAttachmentReference resolveRef; in initSimple() 45 VkAttachmentReference stencilRef; in initSimple()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 277 inline VkAttachmentReference makeAttachmentReference (deUint32 attachment, VkImageLayout layout) 279 VkAttachmentReference res; 285 …VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReferen…
|
D | vkStructTypes.inl | 951 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/ |
D | vktPipelineEarlyFragmentTests.cpp | 391 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()
|
D | vktPipelineStencilTests.cpp | 458 const VkAttachmentReference colorAttachmentReference = in StencilTestInstance() 464 const VkAttachmentReference stencilAttachmentReference = in StencilTestInstance()
|
D | vktPipelineDepthTests.cpp | 371 const VkAttachmentReference colorAttachmentReference = in DepthTestInstance() 377 const VkAttachmentReference depthAttachmentReference = in DepthTestInstance()
|
D | vktPipelinePushConstantTests.cpp | 547 const VkAttachmentReference colorAttachmentReference = in PushConstantGraphicsTestInstance() 553 const VkAttachmentReference depthAttachmentReference = in PushConstantGraphicsTestInstance()
|
D | vktPipelineCacheTests.cpp | 869 const VkAttachmentReference colorAttachmentReference = in GraphicsCacheTestInstance() 875 const VkAttachmentReference depthAttachmentReference = in GraphicsCacheTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 417 const VkAttachmentReference colorAttRef = in renderTriangleTest() 1029 const VkAttachmentReference colorAttRef = in renderTriangleUnusedResolveAttachmentTest() 1034 const VkAttachmentReference resolveAttRef = in renderTriangleUnusedResolveAttachmentTest()
|
D | vktApiBufferViewAccessTests.cpp | 234 const VkAttachmentReference colorAttachmentReference = in BufferViewTestInstance()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 264 std::vector<VkAttachmentReference> color_references; in InitRenderTarget() 281 VkAttachmentReference ref = {}; in InitRenderTarget() 335 VkAttachmentReference ds_reference; in InitRenderTarget()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1987 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/ |
D | vulkan.h | 1996 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/ |
D | vktRenderPassTests.cpp | 962 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()
|