OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValidateLimitations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
ValidateLimitations.h
22
class
ValidateLimitations
: public TIntermTraverser {
24
ValidateLimitations
(ShShaderType shaderType, TInfoSinkBase& sink);
ValidateLimitations.cpp
7
#include "compiler/
ValidateLimitations
.h"
99
ValidateLimitations
::
ValidateLimitations
(ShShaderType shaderType,
107
bool
ValidateLimitations
::visitBinary(Visit, TIntermBinary* node)
144
bool
ValidateLimitations
::visitUnary(Visit, TIntermUnary* node)
152
bool
ValidateLimitations
::visitAggregate(Visit, TIntermAggregate* node)
164
bool
ValidateLimitations
::visitLoop(Visit, TIntermLoop* node)
186
void
ValidateLimitations
::error(TSourceLoc loc,
195
bool
ValidateLimitations
::withinLoopBody() const
200
bool
ValidateLimitations
::isLoopIndex(const TIntermSymbol* symbol) cons
[
all
...]
Completed in 48 milliseconds