Lines Matching defs:count
814 TCU_THROW(NotSupportedError, "framebufferColorSampleCounts: sample count not supported");
817 TCU_THROW(NotSupportedError, "framebufferDepthSampleCounts: sample count not supported");
820 TCU_THROW(NotSupportedError, "framebufferStencilSampleCounts: sample count not supported");
846 TCU_THROW(NotSupportedError, (de::toString(format) + ": sample count not supported").c_str());
1415 void preinitializeAttachmentReferences(std::vector<VkAttachmentReference2>& references, const deUint32 count)
1417 references.resize(count, VkAttachmentReference2{
1816 TCU_THROW(NotSupportedError, (de::toString(params.floatColor1Format) + ": sample count not supported").c_str());
1826 TCU_THROW(NotSupportedError, (de::toString(params.floatColor2Format) + ": sample count not supported").c_str());
1836 TCU_THROW(NotSupportedError, (de::toString(params.intColorFormat) + ": sample count not supported").c_str());
1846 TCU_THROW(NotSupportedError, (de::toString(params.depthStencilFormat) + ": sample count not supported").c_str());
3142 // Set the sample count for attachments.
3969 passAttachments.push_back(15); // Make sure all attachments have the same sample count
3980 // Set the sample count for attachments. Multisampled attachments that are used in the same pass will get the same number of samples.
4010 // If none of the attachments already have a defined sample, generate a random sample count to use for all of them.
4012 DBG(" + sample count from attachments or random: %d (already: %d %d %d %d)\n", sampleCount,
4698 // Set the sample count for attachments.
5042 rootGroup->getTestContext(), getSampleCountCaseName(sampleCount).c_str(), "Sample count"));
5101 rootGroup->getTestContext(), getSampleCountCaseName(sampleCount).c_str(), "Sample count"));
5292 rootGroup->getTestContext(), getSampleCountCaseName(sampleCount).c_str(), "Sample count"));