Searched refs:uvw (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | divide-pointer.ll | 6 … i64, i64, i32, i32, [4 x i32], i32, i32, i32, i32, i32, i32, [76 x i32], i32, [2 x %struct.uvw] }> 7 %struct.uvw = type <{ i64, i64 }>
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | divide-pointer.ll | 6 … i64, i64, i32, i32, [4 x i32], i32, i32, i32, i32, i32, i32, [76 x i32], i32, [2 x %struct.uvw] }> 7 %struct.uvw = type <{ i64, i64 }>
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 581 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample() argument 598 case -1: return uvw - offset; in offsetSample() 599 case 0: return uvw; in offsetSample() 600 case +1: return uvw + offset; in offsetSample() 601 case 2: return uvw + offset + offset; in offsetSample() 608 case -1: return SubSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample() 609 case 0: return uvw; in offsetSample() 610 case +1: return AddSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample() 611 case 2: return AddSat(AddSat(As<UShort4>(uvw), As<UShort4>(offset)), As<UShort4>(offset)); in offsetSample() 615 return uvw; in offsetSample() [all …]
|
D | SamplerCore.hpp | 61 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa… 77 Short4 applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode);
|
/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 622 UInt uvw = (srcval >> 18) & 0x7; in s390_do_cu41() local 627 UInt byte1 = 0xf0 | uvw; in s390_do_cu41() 799 UInt uvw = byte1 & 0x7; in s390_do_cu12_cu14_helper2() local 801 UInt uvwxy = (uvw << 2) | xy; in s390_do_cu12_cu14_helper2()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 72 x + (1.0-x) == 1.0 for a given uvw coordinate x). The cases draw multiple times
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 939 "[d-fr-t]+" "abc<0>defrst</0>uvw"
|