Searched refs:xyz0 (Results 1 – 6 of 6) sorted by relevance
/external/skia/resources/sksl/errors/ |
D | SwizzleConstantOutput.sksl | 3 test.xyz0 = float4(1);
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 2261 void SamplerCore::address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipm… in address() argument 2275 xyz0 = Min(Max(xyz, Int4(0)), maxXYZ); in address() 2281 Int4 outOfBounds = CmpNEQ(xyz, xyz0); in address() 2282 xyz0 |= outOfBounds; in address() 2286 xyz0 = As<Int4>(uvw); in address() 2323 xyz0 = Int4(floor); in address() 2327 xyz0 += offset; in address() 2330 xyz1 = xyz0 + Int4(1); in address() 2332 xyz0 = (maxXYZ)-mirror(mod(xyz0, Int4(2) * dim) - dim); in address() 2386 xyz0 = Int4(Floor(coord)); in address() [all …]
|
D | SamplerCore.hpp | 91 …void address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Int4 &of…
|
/external/one-true-awk/testdir/ |
D | T.sub | 161 00 xyz0 xyzxyz 169 00 xyz0 xyz0
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 2338 …void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, F… in address() argument 2350 …xyz0 = Min(Max(((function.option == Offset) && (addressingMode != ADDRESSING_LAYER)) ? As<Int4>(uv… in address() 2354 xyz0 = Min(Max(RoundInt(uvw), Int4(0)), maxXYZ); in address() 2417 xyz0 = Int4(coord); in address() 2432 xyz0 = Int4(floor); in address() 2438 xyz0 += As<Int4>(texOffset); in address() 2443 xyz0 += Int4(1); in address() 2446 xyz1 = xyz0 - filter; // Increment in address() 2460 xyz0 = Min(Max(xyz0, Int4(0)), maxXYZ); in address() 2464 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…
|