D | ShaderLang.cpp | 767 const int* inputLengths, in ProcessDeferred() argument 809 if (inputLengths == nullptr || inputLengths[s] < 0) in ProcessDeferred() 812 lengths[s + numPre] = inputLengths[s]; in ProcessDeferred() 1198 const int* inputLengths, in PreprocessDeferred() argument 1213 return ProcessDeferred(compiler, shaderStrings, numStrings, inputLengths, stringNames, in PreprocessDeferred() 1235 const int* inputLengths, in CompileDeferred() argument 1251 return ProcessDeferred(compiler, shaderStrings, numStrings, inputLengths, stringNames, in CompileDeferred() 1399 const int* inputLengths, in ShCompile() argument 1424 bool success = CompileDeferred(compiler, shaderStrings, numStrings, inputLengths, nullptr, in ShCompile()
|