Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds