OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EPrefixError
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
InfoSink.cpp
24
case
EPrefixError
:
Compiler.cpp
217
infoSink.info.prefix(
EPrefixError
);
223
infoSink.info.prefix(
EPrefixError
);
229
infoSink.info.prefix(
EPrefixError
);
Diagnostics.cpp
49
prefix =
EPrefixError
;
InfoSink.h
34
EPrefixError
,
parseConst.cpp
82
infoSink.info.message(
EPrefixError
, buf.c_str(), node->getLine());
97
infoSink.info.message(
EPrefixError
, buf.c_str(), node->getLine());
108
infoSink.info.message(
EPrefixError
, buf.c_str(), node->getLine());
intermOut.cpp
235
default: out.message(
EPrefixError
, "Bad unary op");
250
out.message(
EPrefixError
, "node is still EOpNull!");
313
default: out.message(
EPrefixError
, "Bad aggregation op");
ValidateLimitations.cpp
182
mSink.prefix(
EPrefixError
);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
InfoSink.h
50
EPrefixError
,
91
case
EPrefixError
: append("ERROR: "); break;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp
386
infoSink.info.message(
EPrefixError
, "#version: versions 300 and 310 require specifying the 'es' profile");
398
infoSink.info.message(
EPrefixError
, "#version: versions before 150 do not allow a profile token");
406
infoSink.info.message(
EPrefixError
, "#version: versions 300 and 310 support only the es profile");
412
infoSink.info.message(
EPrefixError
, "#version: only version 300 and 310 support the es profile");
428
infoSink.info.message(
EPrefixError
, "#version: geometry shaders require es profile with version 310 or non-es profile with version 150 or above");
439
infoSink.info.message(
EPrefixError
, "#version: tessellation shaders require es profile with version 310 or non-es profile with version 150 or above");
449
infoSink.info.message(
EPrefixError
, "#version: compute shaders require es profile with version 310 or above, or non-es profile with version 420 or above");
459
infoSink.info.message(
EPrefixError
, "#version: statement must appear first in es-profile shader; before comments or newlines");
468
infoSink.info.message(
EPrefixError
, "#version: ES shaders for Vulkan SPIR-V require version 310 or higher");
473
infoSink.info.message(
EPrefixError
, "#version: ES shaders for OpenGL SPIR-V are not supported")
[
all
...]
linkValidate.cpp
57
infoSink.info.prefix(
EPrefixError
);
409
infoSink.info.prefix(
EPrefixError
);
420
infoSink.info.prefix(
EPrefixError
);
424
infoSink.info.prefix(
EPrefixError
);
432
infoSink.info.prefix(
EPrefixError
);
[
all
...]
intermOut.cpp
368
default: out.debug.message(
EPrefixError
, "Bad unary op");
383
out.debug.message(
EPrefixError
, "node is still EOpNull!");
551
default: out.debug.message(
EPrefixError
, "Bad aggregation op");
[
all
...]
ParseHelper.cpp
366
if (prefix ==
EPrefixError
) {
378
outputMessage(loc, szReason, szToken, szExtraInfoFormat,
EPrefixError
, args);
401
outputMessage(loc, szReason, szToken, szExtraInfoFormat,
EPrefixError
, args);
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp
238
if (prefix ==
EPrefixError
) {
250
outputMessage(loc, szReason, szToken, szExtraInfoFormat,
EPrefixError
, args);
270
outputMessage(loc, szReason, szToken, szExtraInfoFormat,
EPrefixError
, args);
[
all
...]
Completed in 793 milliseconds