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

  /external/swiftshader/src/OpenGL/compiler/
Compiler.h 101 bool validateLimitations(TIntermNode *root);
Compiler.cpp 22 #include "ValidateLimitations.h"
148 success = validateLimitations(root);
242 bool TCompiler::validateLimitations(TIntermNode* root) {
243 ValidateLimitations validate(shaderType, infoSink.info);

Completed in 476 milliseconds