OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateLimitations
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
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
...]
ValidateLimitations.h
22
class
ValidateLimitations
: public TIntermTraverser {
24
ValidateLimitations
(ShShaderType shaderType, TInfoSinkBase& sink);
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);
/external/chromium_org/third_party/angle/src/
translator.target.darwin-arm.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
translator.target.darwin-mips.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
translator.target.darwin-x86.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
translator.target.linux-arm.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
translator.target.linux-mips.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
translator.target.linux-x86.mk
64
third_party/angle/src/compiler/
ValidateLimitations
.cpp \
Completed in 66 milliseconds