Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderMemory.cpp245 Object::ID srcPtrId = insn.word(2); in EmitCopyMemory() local
247 auto &srcPtrTy = getType(getObject(srcPtrId)); in EmitCopyMemory()
253 auto srcPtr = GetPointerToData(srcPtrId, 0, state); in EmitCopyMemory()
257 VisitMemoryObject(srcPtrId, [&](const MemoryElement &el) { srcOffsets[el.index] = el.offset; }); in EmitCopyMemory()