OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validateLimitations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.h
105
bool
validateLimitations
(TIntermNode* root);
Compiler.cpp
19
#include "compiler/translator/
ValidateLimitations
.h"
198
success =
validateLimitations
(root);
206
// Unroll for-loop markup needs to happen after
validateLimitations
pass.
224
// Built-in function emulation needs to happen after
validateLimitations
pass.
228
// Clamping uniform array bounds needs to happen after
validateLimitations
pass.
427
bool TCompiler::
validateLimitations
(TIntermNode* root)
429
ValidateLimitations
validate(shaderType, infoSink.info);
Completed in 28 milliseconds