Lines Matching refs:col
1322 for (int col = 0; col < numQuadRowsCols; col++)
1324 float x0 = (float)(col+0) / (float)numQuadRowsCols * 2.0f - 1.0f;
1325 float x1 = (float)(col+1) / (float)numQuadRowsCols * 2.0f - 1.0f;
1330 Vec4 alpha0 (0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols-1) : 1.0f);
1335 float value = (float)(row*numQuadRowsCols + col) / (float)(numQuadRowsCols*numQuadRowsCols-1);