Lines Matching refs:PipelineLibraryInterpolateAtSampleTestCase
1030 class PipelineLibraryInterpolateAtSampleTestCase : public vkt::TestCase
1033 PipelineLibraryInterpolateAtSampleTestCase(tcu::TestContext& context, const std::string& name);
1053 PipelineLibraryInterpolateAtSampleTestCase::PipelineLibraryInterpolateAtSampleTestCase(tcu::TestContext& context, const std::string& name):
1056 void PipelineLibraryInterpolateAtSampleTestCase::checkSupport(Context& context) const
1063 void PipelineLibraryInterpolateAtSampleTestCase::initPrograms(vk::SourceCollections& collection) const
1094 << " float num[" << PipelineLibraryInterpolateAtSampleTestCase::ResultCount << "];"
1113 TestInstance* PipelineLibraryInterpolateAtSampleTestCase::createInstance(Context& context) const
1292 float values[PipelineLibraryInterpolateAtSampleTestCase::ResultCount];
1295 size_t resultSize = PipelineLibraryInterpolateAtSampleTestCase::ResultCount;
1350 constexpr int expected = (PipelineLibraryInterpolateAtSampleTestCase::sampleCount + 1) *
1351 PipelineLibraryInterpolateAtSampleTestCase::width * PipelineLibraryInterpolateAtSampleTestCase::height;
1357 for (uint32_t i = 1; i < PipelineLibraryInterpolateAtSampleTestCase::ResultCount; i++) {
1691 miscTests->addChild(new PipelineLibraryInterpolateAtSampleTestCase(testCtx, "interpolate_at_sample_no_sample_shading"));