Searched refs:numStrings (Results 1 – 11 of 11) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 779 const int numStrings, in ProcessDeferred() argument 804 if (numStrings == 0) in ProcessDeferred() 818 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() 822 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 830 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 833 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 853 glslang::TInputScanner userInput(numStrings, &strings[numPre], &lengths[numPre]); in ProcessDeferred() 906 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 976 const int postIndex = numStrings + numPre; in ProcessDeferred() 978 lengths[postIndex] = strlen(strings[numStrings + numPre]); in ProcessDeferred() [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Compiler.cpp | 103 size_t numStrings, in DumpFuzzerCase() argument 125 for (size_t i = 0; i < numStrings; i++) in DumpFuzzerCase() 392 size_t numStrings, in compileTreeForTesting() argument 395 return compileTreeImpl(shaderStrings, numStrings, compileOptions); in compileTreeForTesting() 399 size_t numStrings, in compileTreeImpl() argument 407 ASSERT(numStrings > 0); in compileTreeImpl() 457 if (PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, in compileTreeImpl() 1117 size_t numStrings, in compile() argument 1121 DumpFuzzerCase(shaderStrings, numStrings, mShaderType, mShaderSpec, mOutputType, in compile() 1125 if (numStrings == 0) in compile() [all …]
|
D | Compiler.h | 103 size_t numStrings, 107 size_t numStrings, 277 size_t numStrings,
|
D | ShaderLang.cpp | 402 size_t numStrings, in Compile() argument 408 return compiler->compile(shaderStrings, numStrings, compileOptions); in Compile()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Compiler.cpp | 103 const int numStrings, in compile() argument 109 if (numStrings == 0) in compile() 135 …(PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, &parseContext) == … in compile()
|
D | Compiler.h | 84 const int numStrings,
|
/third_party/icu/tools/unicode/c/genprops/ |
D | emojipropsbuilder.cpp | 131 return numStrings[index]; in getNumStrings() 144 int32_t numStrings[TRIE_IX_LIMIT - TRIE_IX_START]; member in EmojiPropsBuilder 175 for (auto &num : numStrings) { in EmojiPropsBuilder()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 333 …SLANG_EXPORT int ShCompile(const ShHandle, const char* const shaderStrings[], const int numStrings, 559 void getStrings(const char* const* &s, int& n) { s = strings; n = numStrings; } in getStrings() 712 int numStrings; // size of the above arrays variable
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 664 size_t numStrings,
|
/third_party/icu/docs/userguide/strings/ |
D | utext.md | 209 void f(char **strings, int numStrings) { 214 for (i=0; i<numStrings; i++) {
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 353 int numStrings; // how many official strings there are variable
|