HomeSort by relevance Sort by last modified time
    Searched refs:ShaderIntegerFunctionTests (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.hpp 34 // ShaderIntegerFunctionTests
36 class ShaderIntegerFunctionTests : public tcu::TestCaseGroup
39 ShaderIntegerFunctionTests (tcu::TestContext& testCtx);
40 virtual ~ShaderIntegerFunctionTests (void);
45 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!
46 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
vktShaderBuiltinTests.cpp 46 builtinFunctionTests->addChild(new ShaderIntegerFunctionTests(testCtx));
vktShaderIntegerFunctionTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.hpp 35 class ShaderIntegerFunctionTests : public TestCaseGroup
38 ShaderIntegerFunctionTests (Context& context);
39 virtual ~ShaderIntegerFunctionTests (void);
44 ShaderIntegerFunctionTests (const ShaderIntegerFunctionTests&); // not allowed!
45 ShaderIntegerFunctionTests& operator= (const ShaderIntegerFunctionTests&); // not allowed!
es31fFunctionalTests.cpp 180 addChild(new ShaderIntegerFunctionTests (m_context));
es31fShaderIntegerFunctionTests.cpp     [all...]

Completed in 173 milliseconds