Searched defs:colorAttachmentReferences (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp753 std::vector<VkAttachmentReference> colorAttachmentReferences; local
857 colorAttachmentReferences.push_back(colorAttachmentReference);
944 &colorAttachmentReferences[0], // const VkAttachmentReference* colorAttachments;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1037 vector<VkAttachmentReference>& colorAttachmentReferences = attachmentReferenceLists[1]; local
1042 colorAttachmentReferences.push_back(createAttachmentReference(subpass.getColorAttachments()[attachmentNdx]));
1055 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size());
1066 (deUint32)colorAttachmentReferences.size(), // colorCount;
1067 colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // colorAttachments;
4487 vector<AttachmentReference> colorAttachmentReferences;
4504 colorAttachmentReferences.push_back(AttachmentReference((deUint32)attachmentNdx, subpassLayout));
4528 const vector<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, vector<AttachmentReference>(), colorAttachmentReferences, vector<AttachmentReference>(), AttachmentReference((useDepthStencil ? (deUint32)(attachments.size() - 1) : VK_ATTACHMENT_UNUSED), depthStencilLayout), vector<deUint32>()));
4766 std::vector<AttachmentReference> colorAttachmentReferences;
[all...]

Completed in 231 milliseconds