/external/angle/src/compiler/translator/ |
D | Compiler.cpp | 145 size_t numStrings, in DumpFuzzerCase() argument 162 for (size_t i = 0; i < numStrings; i++) in DumpFuzzerCase() 169 for (size_t i = 0; i < numStrings; i++) in DumpFuzzerCase() 450 size_t numStrings, in compileTreeForTesting() argument 453 return compileTreeImpl(shaderStrings, numStrings, compileOptions); in compileTreeForTesting() 457 size_t numStrings, in compileTreeImpl() argument 465 ASSERT(numStrings > 0); in compileTreeImpl() 513 if (PaParseStrings(numStrings - firstSource, &shaderStrings[firstSource], nullptr, in compileTreeImpl() 693 size_t numStrings, in getShaderBinary() argument 697 if (!compile(shaderStrings, numStrings, compileOptions)) in getShaderBinary() [all …]
|
D | Compiler.h | 104 size_t numStrings, 108 size_t numStrings, 207 size_t numStrings, 313 size_t numStrings,
|
D | ShaderLang.cpp | 408 size_t numStrings, in Compile() argument 414 return compiler->compile(shaderStrings, numStrings, compileOptions); in Compile() 476 size_t numStrings, in GetShaderBinary() argument 483 return compiler->getShaderBinary(handle, shaderStrings, numStrings, compileOptions, binaryOut); in GetShaderBinary()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 799 const int numStrings, in ProcessDeferred() argument 824 if (numStrings == 0) in ProcessDeferred() 838 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() 842 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 850 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 853 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 873 glslang::TInputScanner userInput(numStrings, &strings[numPre], &lengths[numPre]); in ProcessDeferred() 926 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 998 const int postIndex = numStrings + numPre; in ProcessDeferred() 1000 lengths[postIndex] = strlen(strings[numStrings + numPre]); in ProcessDeferred() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 799 const int numStrings, in ProcessDeferred() argument 824 if (numStrings == 0) in ProcessDeferred() 838 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() 842 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 850 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 853 for (int s = 0; s < numStrings; ++s) in ProcessDeferred() 873 glslang::TInputScanner userInput(numStrings, &strings[numPre], &lengths[numPre]); in ProcessDeferred() 926 for (int s = 0; s < numStrings; ++s) { in ProcessDeferred() 998 const int postIndex = numStrings + numPre; in ProcessDeferred() 1000 lengths[postIndex] = strlen(strings[numStrings + numPre]); in ProcessDeferred() [all …]
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
D | InferredJARModelsHandler.java | 298 int numStrings = in.readInt(); in parseStubStream() local 301 strings = new String[numStrings]; in parseStubStream() 302 for (int i = 0; i < numStrings; ++i) { in parseStubStream()
|
/external/angle/third_party/glslang/src/glslang/Public/ |
D | ShaderLang.h | 337 …SLANG_EXPORT int ShCompile(const ShHandle, const char* const shaderStrings[], const int numStrings, 568 void getStrings(const char* const* &s, int& n) { s = strings; n = numStrings; } in getStrings() 721 int numStrings; // size of the above arrays variable
|
/external/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 337 …SLANG_EXPORT int ShCompile(const ShHandle, const char* const shaderStrings[], const int numStrings, 568 void getStrings(const char* const* &s, int& n) { s = strings; n = numStrings; } in getStrings() 721 int numStrings; // size of the above arrays variable
|
/external/angle/include/GLSLANG/ |
D | ShaderLang.h | 817 size_t numStrings, 851 size_t numStrings,
|
/external/lzma/CPP/7zip/Archive/Nsis/ |
D | NsisIn.cpp | 5498 const UInt32 numStrings = (langtable_size - 10) / 4; in Parse() local 5499 _numLangStrings = numStrings; in Parse() 5503 PrintNumComment("LANG STRINGS", numStrings); in Parse() 5506 if (licenseLangIndex >= 0 && (unsigned)licenseLangIndex < numStrings) in Parse() 5535 for (unsigned k = 0; k < Z7_ARRAY_SIZE(names) && k < numStrings; k++) in Parse() 5591 for (UInt32 j = 0; j < numStrings; j++) in Parse()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 353 int numStrings; // how many official strings there are variable
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 353 int numStrings; // how many official strings there are variable
|