Searched refs:outVecSize (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); local
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx];
688 deMemcpy(dstPtr, srcPtr, outVecSize*sizeof(deUint32));
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1372 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); local
1433 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32));
1439 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx];
1440 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint32));

Completed in 65 milliseconds