Searched refs:texOffset (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | DrawAtlasOp.cpp | 119 size_t texOffset = sizeof(SkPoint); in DrawAtlasOpImpl() local 123 texOffset += sizeof(GrColor); in DrawAtlasOpImpl() 162 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) = in DrawAtlasOpImpl() 168 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) = in DrawAtlasOpImpl() 174 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) = in DrawAtlasOpImpl() 180 *(reinterpret_cast<SkPoint*>(currVertex + texOffset)) = in DrawAtlasOpImpl()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.hpp | 87 void address(Float4 &uw, Int4& xyz0, Int4& xyz1, Float4& f, Pointer<Byte>& mipmap, Float4 &texOffset, Int4 &filter, int whd, AddressingMode addressingMode, SamplerFunction function);
|
H A D | SamplerCore.cpp | 2338 void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Float4 &texOffset, Int4 &filter, int whd, AddressingMode addressingMode, SamplerFunction function) in address() argument 2350 xyz0 = Min(Max(((function.option == Offset) && (addressingMode != ADDRESSING_LAYER)) ? As<Int4>(uvw) + As<Int4>(texOffset) : As<Int4>(uvw), Int4(0)), maxXYZ); in address() 2438 xyz0 += As<Int4>(texOffset); in address()
|
Completed in 6 milliseconds