Searched refs:numPre (Results 1 – 1 of 1) sorted by relevance
835 const int numPre = 2; in ProcessDeferred() local837 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred()842 strings[s + numPre] = shaderStrings[s]; in ProcessDeferred()844 lengths[s + numPre] = strlen(shaderStrings[s]); in ProcessDeferred()846 lengths[s + numPre] = inputLengths[s]; in ProcessDeferred()850 names[s + numPre] = stringNames[s]; in ProcessDeferred()853 names[s + numPre] = nullptr; in ProcessDeferred()872 glslang::TInputScanner userInput(numStrings, &strings[numPre], &lengths[numPre]); in ProcessDeferred()932 intermediate.setSourceFile(names[numPre]); in ProcessDeferred()936 intermediate.addSourceText(strings[numPre + s], lengths[numPre + s]); in ProcessDeferred()[all …]