Searched refs:applyOffset (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 84 Short4 applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode);
|
D | SamplerCore.cpp | 1295 Short4 SamplerCore::applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset() function in sw::SamplerCore 1326 …uuuu = applyOffset(uuuu, offset.x, *Pointer<Int4>(mipmap + OFFSET(Mipmap, width)), state.addressin… in computeIndices() 1337 …vvvv = applyOffset(vvvv, offset.y, *Pointer<Int4>(mipmap + OFFSET(Mipmap, height)), state.addressi… in computeIndices() 1354 …wwww = applyOffset(wwww, offset.z, *Pointer<Int4>(mipmap + OFFSET(Mipmap, depth)), state.addressin… in computeIndices()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | SamplerCore.hpp | 79 Short4 applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode);
|
D | SamplerCore.cpp | 1629 Short4 SamplerCore::applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset() function in sw::SamplerCore 1670 …uuuu = applyOffset(uuuu, offset.x, Int4(w), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices() 1672 …vvvv = applyOffset(vvvv, offset.y, Int4(h), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices() 1693 …wwww = applyOffset(wwww, offset.z, Int4(d), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1672 auto applyOffset = [&](uint64_t Offset) -> DIExpression * { in salvageDebugInfoImpl() local 1708 return applyOffset(Offset.getSExtValue()); in salvageDebugInfoImpl() 1721 return applyOffset(Val); in salvageDebugInfoImpl() 1723 return applyOffset(-int64_t(Val)); in salvageDebugInfoImpl()
|