Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1342 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local
1403 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute()
1409 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1410 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint16)); in execute()
1418 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute()
1424 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1425 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint32)); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1342 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local
1403 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute()
1409 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1410 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint16)); in execute()
1418 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute()
1424 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1425 deMemcpy(dstPtr, srcPtr, outVecSize * sizeof(deUint32)); in execute()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp665 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()

Completed in 15 milliseconds