Lines Matching defs:intValue
2744 const deUint32 intValue = (sampleID + 1) * (sampleID + 1) * 10;
2751 const UVec4 intChannels(intValue, intValue + 1, intValue + 2, intValue + 3);
2888 const deUint32 intValue = (sampleID + 1) * (sampleID + 1) * 10;
2889 const UVec4 intExpect(intValue, intValue + 1, intValue + 2, intValue + 3);
2895 << intValue << " / int(params.area.z) + 1, "
2896 << intValue << " / int(params.area.w) + 1)" << (sampleID == numSamples - 1 ? ")" : "") << "\n";