Home
last modified time | relevance | path

Searched refs:TextureGatherMinLodTest (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp2368 class TextureGatherMinLodTest : public vkt::TestCase class
2371 TextureGatherMinLodTest (tcu::TestContext& testCtx, const std::string& name, const GatherParams& params) in TextureGatherMinLodTest() function in vkt::texture::__anon28886::TextureGatherMinLodTest
2375 virtual ~TextureGatherMinLodTest (void) {} in ~TextureGatherMinLodTest()
2405 void TextureGatherMinLodTest::initPrograms (vk::SourceCollections &programCollection) const in initPrograms()
2442 void TextureGatherMinLodTest::checkSupport (Context& context) const in checkSupport()
2461 TestInstance* TextureGatherMinLodTest::createInstance (Context& context) const in createInstance()
2973 minLodGroup->addChild(new TextureGatherMinLodTest(testCtx, componentCase.name, params));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp2372 class TextureGatherMinLodTest : public vkt::TestCase class
2375 TextureGatherMinLodTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const GatherParams& params) in TextureGatherMinLodTest() function in vkt::texture::__anon30035::TextureGatherMinLodTest
2379 virtual ~TextureGatherMinLodTest (void) {} in ~TextureGatherMinLodTest()
2409 void TextureGatherMinLodTest::initPrograms (vk::SourceCollections &programCollection) const in initPrograms()
2446 void TextureGatherMinLodTest::checkSupport (Context& context) const in checkSupport()
2465 TestInstance* TextureGatherMinLodTest::createInstance (Context& context) const in createInstance()
2977 minLodGroup->addChild(new TextureGatherMinLodTest(testCtx, componentCase.name, "", params));

Completed in 12 milliseconds