HomeSort by relevance Sort by last modified time
    Searched refs:numVert (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 75 int numVert = (gridW+1)*(gridH+1);
77 float ratio = (float)numFrag / (float)numVert;
84 numVert = deRoundFloatToInt32((float)numFrag / fragmentsPerVertices);
86 while ((gridW+1)*(gridH+1) > numVert)
97 numFrag = deRoundFloatToInt32((float)numVert * fragmentsPerVertices);
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 107 const int numVert = numVerticesPerPrimitive*numPrimitives;
109 dst->resize(numVert);

Completed in 189 milliseconds