Home
last modified time | relevance | path

Searched refs:xyz0 (Results 1 – 6 of 6) sorted by relevance

/external/skia/resources/sksl/errors/
DSwizzleConstantOutput.sksl3 test.xyz0 = float4(1);
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp2261 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 …]
DSamplerCore.hpp91 …void address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Int4 &of…
/external/one-true-awk/testdir/
DT.sub161 00 xyz0 xyzxyz
169 00 xyz0 xyz0
/external/swiftshader/src/Shader/
DSamplerCore.cpp2338 …void SamplerCore::address(Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, F… in address() argument
2350xyz0 = 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 …]
DSamplerCore.hpp87 …void address(Float4 &uw, Int4& xyz0, Int4& xyz1, Float4& f, Pointer<Byte>& mipmap, Float4 &texOffs…