Home | History | Annotate | Download | only in Shader

Lines Matching refs:tokenCount

1161 			int tokenCount = size(*token);
1163 instruction[i] = new Instruction(token, tokenCount, majorVersion);
1165 token += 1 + tokenCount;