Searched refs:xyz0 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 2195 …void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, F… in address() argument 2207 …xyz0 = Min(Max(((function.option == Offset) && (addressingMode != ADDRESSING_LAYER)) ? As<Int4>(uv… in address() 2211 xyz0 = Min(Max(RoundInt(uvw), Int4(0)), maxXYZ); in address() 2276 xyz0 = Int4(coord); in address() 2291 xyz0 = Int4(floor); in address() 2297 xyz0 += As<Int4>(texOffset); in address() 2302 xyz0 += Int4(1); in address() 2305 xyz1 = xyz0 - filter; // Increment in address() 2319 xyz0 = Min(Max(xyz0, Int4(0)), maxXYZ); in address() 2323 xyz0 = (xyz0 + dim * Int4(-MIN_PROGRAM_TEXEL_OFFSET)) % dim; in address() [all …]
|
D | SamplerCore.hpp | 87 …void address(Float4 &uw, Int4& xyz0, Int4& xyz1, Float4& f, Pointer<Byte>& mipmap, Float4 &texOffs…
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 2337 …void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, F… in address() argument 2349 …xyz0 = Min(Max(((function.option == Offset) && (addressingMode != ADDRESSING_LAYER)) ? As<Int4>(uv… in address() 2353 xyz0 = Min(Max(RoundInt(uvw), Int4(0)), maxXYZ); in address() 2418 xyz0 = Int4(coord); in address() 2433 xyz0 = Int4(floor); in address() 2439 xyz0 += As<Int4>(texOffset); in address() 2444 xyz0 += Int4(1); in address() 2447 xyz1 = xyz0 - filter; // Increment in address() 2461 xyz0 = Min(Max(xyz0, Int4(0)), maxXYZ); in address() 2465 xyz0 = (xyz0 + dim * Int4(-MIN_PROGRAM_TEXEL_OFFSET)) % dim; in address() [all …]
|
D | SamplerCore.hpp | 87 …void address(Float4 &uw, Int4& xyz0, Int4& xyz1, Float4& f, Pointer<Byte>& mipmap, Float4 &texOffs…
|