Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp79 Short4 applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode);
DSamplerCore.cpp1537 Short4 SamplerCore::applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset() function in sw::SamplerCore
1578 …uuuu = applyOffset(uuuu, offset.x, Int4(w), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
1580 …vvvv = applyOffset(vvvv, offset.y, Int4(h), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
1601 …wwww = applyOffset(wwww, offset.z, Int4(d), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
/external/swiftshader/src/Shader/
DSamplerCore.hpp79 Short4 applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode);
DSamplerCore.cpp1628 Short4 SamplerCore::applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset() function in sw::SamplerCore
1669 …uuuu = applyOffset(uuuu, offset.x, Int4(w), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
1671 …vvvv = applyOffset(vvvv, offset.y, Int4(h), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
1692 …wwww = applyOffset(wwww, offset.z, Int4(d), texelFetch ? ADDRESSING_TEXELFETCH : state.addressingM… in computeIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1624 auto applyOffset = [&](DbgInfoIntrinsic *DII, uint64_t Offset) { in salvageDebugInfo() local
1656 applyOffset(DII, Offset.getSExtValue()); in salvageDebugInfo()
1668 applyOffset(DII, Val); in salvageDebugInfo()
1671 applyOffset(DII, -int64_t(Val)); in salvageDebugInfo()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DNativeInput.java140 public void applyOffset(float xOffset, float yOffset) { in applyOffset() method in NativeInput.PointerCoords