Home
last modified time | relevance | path

Searched defs:uvw (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DConstStringTest.cpp21 ConstString uvw("uvw"); in TEST() local
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp543 StringPiece uvw("q"); in TestStringPieceU8() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp530 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample()
1629 Short4 SamplerCore::applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset()
2338 …void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, F… in address()
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp325 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample()
1371 Short4 SamplerCore::applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset()
2261 void SamplerCore::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipm… in address()