Searched refs:getVtxIndex (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 72 static inline deUint16 getVtxIndex (int x, int y, int gridSizeX) in getVtxIndex() function 93 …dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(s… in generateVertices() 110 dst[quadNdx*numIndicesPerQuad + 0] = getVtxIndex(x+0, y+0, gridSizeX); in generateIndices() 111 dst[quadNdx*numIndicesPerQuad + 1] = getVtxIndex(x+1, y+0, gridSizeX); in generateIndices() 112 dst[quadNdx*numIndicesPerQuad + 2] = getVtxIndex(x+0, y+1, gridSizeX); in generateIndices() 114 dst[quadNdx*numIndicesPerQuad + 3] = getVtxIndex(x+0, y+1, gridSizeX); in generateIndices() 115 dst[quadNdx*numIndicesPerQuad + 4] = getVtxIndex(x+1, y+0, gridSizeX); in generateIndices() 116 dst[quadNdx*numIndicesPerQuad + 5] = getVtxIndex(x+1, y+1, gridSizeX); in generateIndices()
|