OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPV_END_OF_STREAM
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
diagnostic.cpp
97
case
SPV_END_OF_STREAM
:
98
out = "
SPV_END_OF_STREAM
";
text_handler.cpp
53
if (position->index >= text->length) return
SPV_END_OF_STREAM
;
56
return
SPV_END_OF_STREAM
;
72
// If a null terminator is found during the text advance,
SPV_END_OF_STREAM
is
77
if (position->index >= text->length) return
SPV_END_OF_STREAM
;
80
return
SPV_END_OF_STREAM
;
text.cpp
457
while (context->advance() !=
SPV_END_OF_STREAM
) {
591
if (error ==
SPV_END_OF_STREAM
) {
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/include/spirv-tools/
libspirv.h
51
SPV_END_OF_STREAM
= 2,
Completed in 44 milliseconds