Searched refs:outVecSize (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1326 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local 1365 … deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute() 1371 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute() 1372 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint16)); in execute() 1380 … deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute() 1386 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute() 1387 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint32)); in execute()
|
/external/deqp/modules/glshared/ |
D | glsShaderExecUtil.cpp | 665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local 681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32)); in execute() 687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute() 688 deMemcpy(dstPtr, srcPtr, outVecSize*sizeof(deUint32)); in execute()
|