Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInterpolatingDelayLine.cpp26 float *writeAddress = mDelayLine.get() + mCursor; in process() local
27 *writeAddress = input; in process()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp1488 Value *writeAddress = createBitCast(readAddress, T(llvm::PointerType::get(V(v)->getType(), 0))); in createBitCast() local
1489 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
1494 Value *writeAddress = allocateStackVariable(T(V(v)->getType())); in createBitCast() local
1495 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
1496 Value *readAddress = createBitCast(writeAddress, T(llvm::PointerType::get(T(destType), 0))); in createBitCast()