Home
last modified time | relevance | path

Searched refs:colorAttachmentReferences (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp657 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() local
662colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttac… in createSubpassDescription()
675 …DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttach… in createSubpassDescription()
687 …(deUint32)colorAttachmentReferences.size(), // deUint32 colorAttachmentCount; ||… in createSubpassDescription()
688colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttach… in createSubpassDescription()
DvktRenderPassTests.cpp1126 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() local
1131colorAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttac… in createSubpassDescription()
1144 …DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttach… in createSubpassDescription()
1156 …(deUint32)colorAttachmentReferences.size(), // deUint32 colorAttachmentCount; ||… in createSubpassDescription()
1157colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttach… in createSubpassDescription()
4822 vector<AttachmentReference> colorAttachmentReferences; in addAttachmentTests() local
4839colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentTests()
4863 …IPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<… in addAttachmentTests()
4917 vector<AttachmentReference> colorAttachmentReferences; in addAttachmentWriteMaskTests() local
4932colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentWriteMaskTests()
[all …]
DvktRenderPassSubpassDependencyTests.cpp1937 vector<AttachmentReference> colorAttachmentReferences; in initTests() local
1950 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests()
1953 …IPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<… in initTests()
2004 vector<AttachmentReference> colorAttachmentReferences; in initTests() local
2017 colorAttachmentReferences.push_back(AttachmentReference((deUint32)0, subpassLayout)); in initTests()
2020 …IPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<… in initTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp127 vector<VkAttachmentReference> colorAttachmentReferences (numLayers); in makeRenderPass() local
155 colorAttachmentReferences[i] = attachmentRef; in makeRenderPass()
164 &colorAttachmentReferences[i], // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
966 vector<VkAttachmentReference> colorAttachmentReferences (numAttachments); in makeRenderPassDifferentAttachmentSizes() local
989 colorAttachmentReferences[i] = attachmentRef; in makeRenderPassDifferentAttachmentSizes()
999 &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in makeRenderPassDifferentAttachmentSizes()
DvktPipelineImageSamplingInstance.cpp502 std::vector<VkAttachmentReference> colorAttachmentReferences(m_imageCount); in ImageSamplingInstance() local
516colorAttachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachme… in ImageSamplingInstance()
517colorAttachmentReferences[imgNdx].layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; // VkImageL… in ImageSamplingInstance()
527 &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in ImageSamplingInstance()
DvktPipelineMultisampleImageTests.cpp334 std::vector<VkAttachmentReference> colorAttachmentReferences(numLayers); in makeMultisampleRenderPass() local
344 colorAttachmentReferences[i] = attachmentRef; in makeMultisampleRenderPass()
353 &colorAttachmentReferences[i], // const VkAttachmentReference* pColorAttachments; in makeMultisampleRenderPass()
DvktPipelineMultisampleSampleLocationsExtTests.cpp825 m_subpasses.back().colorAttachmentReferences.push_back( in addSubpassColorAttachment()
833 m_subpasses.back().colorAttachmentReferences.push_back( in addSubpassColorAttachmentWithResolve()
890 …static_cast<deUint32>(sd.colorAttachmentReferences.size()), // deUint32 colorAttachmentCoun… in bake()
891 …dataOrNullPtr(sd.colorAttachmentReferences), // const VkAttachmentReference* pColorAttachment… in bake()
985 std::vector<VkAttachmentReference> colorAttachmentReferences; member
DvktPipelineRenderToImageTests.cpp470 vector<VkAttachmentReference> colorAttachmentReferences (numLayers); in makeRenderPass() local
488 colorAttachmentReferences[i] = attachmentRef; in makeRenderPass()
499 &colorAttachmentReferences[i], // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp723 vector<VkAttachmentReference> colorAttachmentReferences (numLayers); in makeRenderPass() local
735 colorAttachmentReferences[i] = attachmentRef; in makeRenderPass()
744 &colorAttachmentReferences[i], // const VkAttachmentReference* pColorAttachments; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp910 std::vector<VkAttachmentReference> colorAttachmentReferences; in execute() local
1019 colorAttachmentReferences.push_back(colorAttachmentReference); in execute()
1106 &colorAttachmentReferences[0], // const VkAttachmentReference* colorAttachments; in execute()