Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3070 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues() local
3072 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()
3135 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues() local
3137 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()
3186 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues() local
3188 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()
4189 for (size_t attachmentRefNdx = 0; attachmentRefNdx < colorAttachments.size(); attachmentRefNdx++) in initializeSubpassClearValues() local
4191 const AttachmentReference& attachmentRef = colorAttachments[attachmentRefNdx]; in initializeSubpassClearValues()
4194 clearValues[subpassNdx][attachmentRefNdx] = randomColorClearValue(attachment, rng); in initializeSubpassClearValues()
4312 for (size_t attachmentRefNdx = 0; attachmentRefNdx < colorAttachments.size(); attachmentRefNdx++) in initializeSubpassRenderInfo() local
[all …]