Home
last modified time | relevance | path

Searched refs:glslTests (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp381 void createGlslTests (tcu::TestCaseGroup* glslTests) in createGlslTests() argument
383 tcu::TestContext& testCtx = glslTests->getTestContext(); in createGlslTests()
404 glslTests->addChild(createShaderLibraryGroup(testCtx, in createGlslTests()
426 glslTests->addChild(glsl440Tests.release()); in createGlslTests()
429 glslTests->addChild(sr::createDerivateTests (testCtx)); in createGlslTests()
430 glslTests->addChild(sr::createDiscardTests (testCtx)); in createGlslTests()
431 glslTests->addChild(sr::createIndexingTests (testCtx)); in createGlslTests()
432 glslTests->addChild(sr::createLimitTests (testCtx)); in createGlslTests()
433 glslTests->addChild(sr::createLoopTests (testCtx)); in createGlslTests()
434 glslTests->addChild(sr::createMatrixTests (testCtx)); in createGlslTests()
[all …]