Home
last modified time | relevance | path

Searched refs:locNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp813 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute() local
815 gl.readBuffer(GL_COLOR_ATTACHMENT0 + outLocation + locNdx); in execute()
826 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute()