OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoSink
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
Diagnostics.h
17
TDiagnostics(TInfoSink&
infoSink
);
20
TInfoSink&
infoSink
() { return mInfoSink; }
Compiler.cpp
164
TIntermediate intermediate(
infoSink
);
167
sourcePath,
infoSink
);
192
success = detectCallDepth(root,
infoSink
, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0);
218
infoSink
.info.prefix(EPrefixError);
219
infoSink
.info << "sampler array index is float loop index";
250
infoSink
.info.prefix(EPrefixError);
251
infoSink
.info << "too many uniforms";
371
infoSink
.info.erase();
372
infoSink
.obj.erase();
373
infoSink
.debug.erase()
[
all
...]
DetectCallDepth.h
67
TInfoSink& getInfoSink() { return
infoSink
; }
71
TInfoSink&
infoSink
;
Diagnostics.cpp
10
#include "compiler/translator/
InfoSink
.h"
13
TDiagnostics::TDiagnostics(TInfoSink&
infoSink
) :
14
mInfoSink(
infoSink
),
Compiler.h
20
#include "compiler/translator/
InfoSink
.h"
69
TInfoSink& getInfoSink() { return
infoSink
; }
98
bool detectCallDepth(TIntermNode* root, TInfoSink&
infoSink
, bool limitCallStackDepth);
172
TInfoSink
infoSink
; // Output sink.
DetectCallDepth.cpp
8
#include "compiler/translator/
InfoSink
.h"
72
DetectCallDepth::DetectCallDepth(TInfoSink&
infoSink
, bool limitCallStackDepth, int maxCallStackDepth)
75
infoSink
(
infoSink
),
IntermNode.cpp
370
bool TIntermBinary::promote(TInfoSink &
infoSink
)
375
infoSink
.info.message(EPrefixInternalError, getLine(),
503
infoSink
.info.message(EPrefixInternalError, getLine(),
560
infoSink
.info.message(EPrefixInternalError, getLine(),
634
TOperator op, TIntermTyped *constantNode, TInfoSink &
infoSink
)
705
infoSink
.info.message(
750
infoSink
.info.message(
767
infoSink
.info.message(
783
infoSink
.info.message(
797
infoSink
.info.message
[
all
...]
ShaderLang.cpp
378
TInfoSink&
infoSink
= compiler->getInfoSink();
379
strcpy(infoLog,
infoSink
.info.c_str());
394
TInfoSink&
infoSink
= compiler->getInfoSink();
395
strcpy(objCode,
infoSink
.obj.c_str());
ParseContext.h
72
TInfoSink&
infoSink
() { return diagnostics.
infoSink
(); }
SymbolTable.h
36
#include "compiler/translator/
InfoSink
.h"
393
void dump(TInfoSink &
infoSink
) const;
OutputHLSL.cpp
13
#include "compiler/translator/
InfoSink
.h"
188
mContext.
infoSink
().obj << mHeader.c_str();
189
mContext.
infoSink
().obj << mBody.c_str();
[
all
...]
Completed in 41 milliseconds