Lines Matching refs:testContext
98 SamplerTest (tcu::TestContext& testContext,
138 SamplerMagFilterTest (tcu::TestContext& testContext,
155 SamplerMinFilterTest (tcu::TestContext& testContext,
172 SamplerMagReduceFilterTest (tcu::TestContext& testContext,
193 SamplerMinReduceFilterTest (tcu::TestContext& testContext,
214 SamplerLodTest (tcu::TestContext& testContext,
250 SamplerAddressModesTest (tcu::TestContext& testContext,
281 SamplerTest::SamplerTest (tcu::TestContext& testContext, in SamplerTest() argument
289 : vkt::TestCase (testContext, name, description) in SamplerTest()
592 SamplerMagFilterTest::SamplerMagFilterTest (tcu::TestContext& testContext, in SamplerMagFilterTest() argument
599 …: SamplerTest (testContext, name, description, imageViewType, imageFormat, 8, 0.0f, separateStenci… in SamplerMagFilterTest()
615 SamplerMinFilterTest::SamplerMinFilterTest (tcu::TestContext& testContext, in SamplerMinFilterTest() argument
622 …: SamplerTest (testContext, name, description, imageViewType, imageFormat, 32, 0.0f, separateStenc… in SamplerMinFilterTest()
657 SamplerMagReduceFilterTest::SamplerMagReduceFilterTest (tcu::TestContext& testContext, in SamplerMagReduceFilterTest() argument
665 …: SamplerMagFilterTest (testContext, name, description, imageViewType, imageFormat, VK_FILTER_LIN… in SamplerMagReduceFilterTest()
687 SamplerMinReduceFilterTest::SamplerMinReduceFilterTest (tcu::TestContext& testContext, in SamplerMinReduceFilterTest() argument
695 …: SamplerMinFilterTest (testContext, name, description, imageViewType, imageFormat, VK_FILTER_LIN… in SamplerMinReduceFilterTest()
717 SamplerLodTest::SamplerLodTest (tcu::TestContext& testContext, in SamplerLodTest() argument
728 …: SamplerTest (testContext, name, description, imageViewType, imageFormat, 32, samplerLod, separat… in SamplerLodTest()
751 SamplerAddressModesTest::SamplerAddressModesTest (tcu::TestContext& testContext, in SamplerAddressModesTest() argument
763 …: SamplerTest (testContext, name, description, imageViewType, imageFormat, 8, 0.0f, separateStenci… in SamplerAddressModesTest()