Searched refs:applyOffset (Results 1 – 8 of 8) sorted by relevance
/external/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()
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.hpp | 81 Short4 applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode);
|
D | SamplerCore.cpp | 1371 Short4 SamplerCore::applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset() function in sw::SamplerCore 1402 …uuuu = applyOffset(uuuu, offset.x, *Pointer<Int4>(mipmap + OFFSET(Mipmap, width)), state.addressin… in computeIndices() 1413 …vvvv = applyOffset(vvvv, offset.y, *Pointer<Int4>(mipmap + OFFSET(Mipmap, height)), state.addressi… in computeIndices() 1430 …wwww = applyOffset(wwww, offset.z, *Pointer<Int4>(mipmap + OFFSET(Mipmap, depth)), state.addressin… in computeIndices()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1789 auto applyOffset = [&](uint64_t Offset) -> DIExpression * { in salvageDebugInfoImpl() local 1826 return applyOffset(Offset.getSExtValue()); in salvageDebugInfoImpl() 1839 return applyOffset(Val); in salvageDebugInfoImpl() 1841 return applyOffset(-int64_t(Val)); in salvageDebugInfoImpl()
|
/external/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()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 140 public void applyOffset(float xOffset, float yOffset) { in applyOffset() method in NativeInput.PointerCoords
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1801 llvm::Constant *applyOffset(llvm::Constant *C) { in applyOffset() function in __anonf29f2d880a11::ConstantLValueEmitter 1845 value = applyOffset(value); in tryEmit()
|