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/
ShHandle.h
93
bool
validateLimitations
(TIntermNode* root);
Compiler.cpp
18
#include "compiler/
ValidateLimitations
.h"
162
success =
validateLimitations
(root);
170
// Unroll for-loop markup needs to happen after
validateLimitations
pass.
174
// Built-in function emulation needs to happen after
validateLimitations
pass.
178
// Clamping uniform array bounds needs to happen after
validateLimitations
pass.
325
bool TCompiler::
validateLimitations
(TIntermNode* root) {
326
ValidateLimitations
validate(shaderType, infoSink.info);
Completed in 44 milliseconds