Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1543 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local
1549 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()
1550 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1543 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local
1549 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()
1550 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1522 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local
1528 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()
1529 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1238 deUint8* dstCompPtr = in copyUniformData() local
1244 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyUniformData()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp1295 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyUniformData() local
1299 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyUniformData()