Searched refs:numPre (Results 1 – 1 of 1) sorted by relevance
801 const int numPre = 2; in ProcessDeferred() local803 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred()808 strings[s + numPre] = shaderStrings[s]; in ProcessDeferred()810 lengths[s + numPre] = strlen(shaderStrings[s]); in ProcessDeferred()812 lengths[s + numPre] = inputLengths[s]; in ProcessDeferred()816 names[s + numPre] = stringNames[s]; in ProcessDeferred()819 names[s + numPre] = nullptr; in ProcessDeferred()834 glslang::TInputScanner userInput(numStrings, &strings[numPre], &lengths[numPre]); in ProcessDeferred()881 intermediate.setSourceFile(names[numPre]); in ProcessDeferred()885 intermediate.addSourceText(strings[numPre + s], lengths[numPre + s]); in ProcessDeferred()[all …]