Searched defs:curPixelInvocationNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2137 const int curPixelInvocationNdx = x / imageWidth; local
2139 return wrapX*wrapX + y*y + z*z + curPixelInvocationNdx*42;
2150 const string curPixelInvocationNdx = "(" + x + "/" + toString(imageWidth) + ")"; local
2152 return "(" +wrapX+"*"+wrapX+ " + " +y+"*"+y+ " + " +z+"*"+z+ " + " + curPixelInvocationNdx + "*42)";
2158 const string curPixelInvocationNdx = "(" + x + "/" + toString(imageWidth) + " + 1)"; local
2160 return "(" +wrapX+"*"+wrapX+ " + " +y+"*"+y+ " + " +z+"*"+z+ " + " + curPixelInvocationNdx + "*42)";

Completed in 104 milliseconds