Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp674 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute() local
676 gl.readBuffer(GL_COLOR_ATTACHMENT0 + outLocation + locNdx); in execute()
687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1330 for (int locNdx = 0; locNdx < outNumLocs; ++locNdx) in execute() local
1346 …vk.cmdCopyImageToBuffer(*copyCmdBuffer, colorImages[outLocation + locNdx].get()->get(), VK_IMAGE_L… in execute()
1371 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1386 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()