Lines Matching refs:attachmentDescriptions
136 vector<VkAttachmentDescription> attachmentDescriptions (numLayers);
155 attachmentDescriptions[attachmentIndex++] = colorAttachmentDescription;
190 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments;
967 vector<VkAttachmentDescription> attachmentDescriptions (numAttachments);
984 attachmentDescriptions[i] = colorAttachmentDescription;
1014 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments;
1402 std::vector<VkAttachmentDescription> attachmentDescriptions;
1416 attachmentDescriptions.push_back(colorAttachmentDescription);
1431 attachmentDescriptions.push_back(inputAttachmentDescription);
1464 (deUint32)attachmentDescriptions.size(), // deUint32 attachmentCount;
1465 &attachmentDescriptions[0], // const VkAttachmentDescription* pAttachments;