Searched defs:colorAttachments (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp654 } colorAttachments[] = local
663 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorAttachments); ++ndx)
664 testColorAttachment(colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].bitsA);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp537 vector<SharedPtrVkImageView> colorAttachments; local
587 colorAttachments.push_back(makeSharedPtr(makeImageView(vk, device, ! caseDef.multisample ? *colorImage : *msColorImage,
589 attachmentHandles.push_back(**colorAttachments.back());
H A DvktPipelineRenderToImageTests.cpp1002 vector<SharedPtrVkImageView> colorAttachments; local
1088 colorAttachments.push_back(makeSharedPtr(
1090 attachmentHandles.push_back(**colorAttachments.back());
1322 vector<SharedPtrVkImageView> colorAttachments; local
1333 colorAttachments.push_back(makeSharedPtr(makeImageView(
1336 attachmentHandles.push_back(**colorAttachments.back());
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1593 const VkAttachmentReference colorAttachments[] = local
1612 DE_LENGTH_OF_ARRAY(colorAttachments),
1613 colorAttachments,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp526 const vector<AttachmentReference>& colorAttachments,
533 , m_colorAttachments (colorAttachments)
809 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); local
836 if (!colorAttachments.empty())
840 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++)
843 const AttachmentReference& colorAttachment = colorAttachments[colorNdx];
1114 colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // colorAttachments;
2958 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments();
2961 for (size_t attachmentNdx = 0; attachmentNdx < colorAttachments.size(); attachmentNdx++)
2963 const deUint32 attachmentIndex = colorAttachments[attachmentNd
523 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments) argument
[all...]

Completed in 261 milliseconds