Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp545 StringPiece uvw("q"); in TestStringPieceU8() local
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp247 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample()
1295 Short4 SamplerCore::applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode) in applyOffset()
2248 void SamplerCore::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipm… in address()
/third_party/ffmpeg/libavfilter/
Dvf_colorspace.c761 int uvw = in->width >> desc->log2_chroma_w; in filter_frame() local