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

  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 108 int quadNdx = y*gridSizeX + x;
110 dst[quadNdx*numIndicesPerQuad + 0] = getVtxIndex(x+0, y+0, gridSizeX);
111 dst[quadNdx*numIndicesPerQuad + 1] = getVtxIndex(x+1, y+0, gridSizeX);
112 dst[quadNdx*numIndicesPerQuad + 2] = getVtxIndex(x+0, y+1, gridSizeX);
114 dst[quadNdx*numIndicesPerQuad + 3] = getVtxIndex(x+0, y+1, gridSizeX);
115 dst[quadNdx*numIndicesPerQuad + 4] = getVtxIndex(x+1, y+0, gridSizeX);
116 dst[quadNdx*numIndicesPerQuad + 5] = getVtxIndex(x+1, y+1, gridSizeX);
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 830 const int quadNdx = triNdx/2;
831 const int quadY = quadNdx/maxQuadsX;
832 const int quadX = quadNdx%maxQuadsX;
    [all...]

Completed in 308 milliseconds