/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 657 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() local 662 …colorAttachmentReferences.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() 688 …colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttach… in createSubpassDescription()
|
D | vktRenderPassTests.cpp | 1126 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription() local 1131 …colorAttachmentReferences.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() 1157 …colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttach… in createSubpassDescription() 4822 vector<AttachmentReference> colorAttachmentReferences; in addAttachmentTests() local 4839 … colorAttachmentReferences.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 4932 … colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout)); in addAttachmentWriteMaskTests() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 1937 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/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 127 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()
|
D | vktPipelineImageSamplingInstance.cpp | 502 std::vector<VkAttachmentReference> colorAttachmentReferences(m_imageCount); in ImageSamplingInstance() local 516 …colorAttachmentReferences[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachme… in ImageSamplingInstance() 517 …colorAttachmentReferences[imgNdx].layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; // VkImageL… in ImageSamplingInstance() 527 &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; in ImageSamplingInstance()
|
D | vktPipelineMultisampleImageTests.cpp | 334 std::vector<VkAttachmentReference> colorAttachmentReferences(numLayers); in makeMultisampleRenderPass() local 344 colorAttachmentReferences[i] = attachmentRef; in makeMultisampleRenderPass() 353 &colorAttachmentReferences[i], // const VkAttachmentReference* pColorAttachments; in makeMultisampleRenderPass()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 825 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
|
D | vktPipelineRenderToImageTests.cpp | 470 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/ |
D | vktImageMutableTests.cpp | 723 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/ |
D | vktShaderExecutor.cpp | 910 std::vector<VkAttachmentReference> colorAttachmentReferences; in execute() local 1019 colorAttachmentReferences.push_back(colorAttachmentReference); in execute() 1106 &colorAttachmentReferences[0], // const VkAttachmentReference* colorAttachments; in execute()
|