Lines Matching refs:SamplerTest

52 class SamplerTest : public vkt::TestCase  class
55 SamplerTest (tcu::TestContext& testContext,
62 virtual ~SamplerTest (void) {} in ~SamplerTest()
83 class SamplerMagFilterTest : public SamplerTest
99 class SamplerMinFilterTest : public SamplerTest
115 class SamplerLodTest : public SamplerTest
138 class SamplerAddressModesTest : public SamplerTest
165 SamplerTest::SamplerTest (tcu::TestContext& testContext, in SamplerTest() function in vkt::pipeline::__anon1640e0360111::SamplerTest
180 void SamplerTest::initPrograms (SourceCollections& sourceCollections) const in initPrograms()
247 TestInstance* SamplerTest::createInstance (Context& context) const in createInstance()
259 (deUint32)SamplerTest::getArraySize(m_imageViewType) // deUint32 arraySize; in createInstance()
271 tcu::UVec2 SamplerTest::getRenderSize (VkImageViewType viewType) const in getRenderSize()
283 std::vector<Vertex4Tex4> SamplerTest::createVertices (void) const in createVertices()
295 VkSamplerCreateInfo SamplerTest::getSamplerCreateInfo (void) const in getSamplerCreateInfo()
322 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type) in getGlslSamplerType()
369 tcu::IVec3 SamplerTest::getImageSize (VkImageViewType viewType, int size) in getImageSize()
387 int SamplerTest::getArraySize (VkImageViewType viewType) in getArraySize()
415 : SamplerTest (testContext, name, description, imageViewType, imageFormat, 8, 0.0f) in SamplerMagFilterTest()
422 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo()
437 : SamplerTest (testContext, name, description, imageViewType, imageFormat, 32, 0.0f) in SamplerMinFilterTest()
444 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo()
465 : SamplerTest (testContext, name, description, imageViewType, imageFormat, 32, samplerLod) in SamplerLodTest()
475 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo()
497 : SamplerTest (testContext, name, description, imageViewType, imageFormat, 8, 0.0f) in SamplerAddressModesTest()
507 return 4u * SamplerTest::getRenderSize(viewType); in getRenderSize()
512 std::vector<Vertex4Tex4> vertices = SamplerTest::createVertices(); in createVertices()
548 VkSamplerCreateInfo samplerParams = SamplerTest::getSamplerCreateInfo(); in getSamplerCreateInfo()