Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp128 float dr, dg, db, da, d_offset, // displacement contribution member
226 (xc.d_offset - .5f) * s.x, in buildEffectShader()
227 (yc.d_offset - .5f) * s.y, in buildEffectShader()
/external/vixl/test/aarch32/
Dtest-utils-aarch32.cc50 const int d_offset = static_cast<int>(VIXL_OFFSET(dump_t, d_)); in Dump() local
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes))); in Dump()
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc654 const int d_offset = offsetof(dump_t, d_); in Dump() local
683 DumpRegisters<VRegister>(masm, dump_base, d_offset, kDRegSizeInBytes); in Dump()