Home
last modified time | relevance | path

Searched refs:source2 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexRoutine.cpp148 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream() local
149 Pointer<Byte> source3 = source2 + (!textureSampling ? stride : 0); in readStream()
167 v.x.z = *Pointer<Float>(source2); in readStream()
174 v.z = *Pointer<Float4>(source2); in readStream()
205 v.z = Float4(*Pointer<Byte4>(source2)); in readStream()
222 v.z = As<Float4>(Int4(*Pointer<Byte4>(source2))); in readStream()
233 v.z = Float4(*Pointer<SByte4>(source2)); in readStream()
250 v.z = As<Float4>(Int4(*Pointer<SByte4>(source2))); in readStream()
260 …v.z = Float4(*Pointer<Byte4>(source2)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte… in readStream()
276 v.z = Float4(*Pointer<Short4>(source2)); in readStream()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexRoutine.cpp184 Pointer<Byte> source2 = buffer + offsets.z; in readStream() local
203 source2 = IfThenElse(limits.z > robustnessSize, zeroSource, source2); in readStream()
229 v.x.z = *Pointer<Float>(source2); in readStream()
236 v.z = *Pointer<Float4>(source2); in readStream()
253 v.z = Float4(*Pointer<Byte4>(source2)); in readStream()
269 v.z = As<Float4>(Int4(*Pointer<Byte4>(source2))); in readStream()
280 v.z = Float4(*Pointer<SByte4>(source2)); in readStream()
296 v.z = Float4(*Pointer<Byte4>(source2)); in readStream()
307 v.z = Float4(*Pointer<SByte4>(source2)); in readStream()
318 v.z = As<Float4>(Int4(*Pointer<SByte4>(source2))); in readStream()
[all …]
/third_party/typescript/tests/baselines/reference/
DconditionalTypeDoesntSpinForever.types72 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
74 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
126 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
128 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
150 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
152 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
216 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
218 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
268 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
270 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
[all …]
Des2018ObjectAssign.types5 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
7 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
DintersectionsAndEmptyObjects.types79 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
81 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
DdeclarationEmitObjectAssignedDefaultExport.types81 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
83 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
DunionAndIntersectionInference1.types249 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
251 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.types42 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
44 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
65 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
67 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
/third_party/icu/icu4c/source/test/cintltst/
Dnucnvtst.c2128 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2130 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2142 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2143 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2182 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2184 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2196 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2197 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2602 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2603 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.cpp3798 unsigned char *source2 = source1 + slice; in resolve() local
3799 unsigned char *source3 = source2 + slice; in resolve()
3846 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve()
3858 source2 += pitch; in resolve()
3870 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve()
3890 source2 += pitch; in resolve()
3906 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve()
3942 source2 += pitch; in resolve()
3991 unsigned int c2 = *(unsigned int*)(source2 + 4 * x); in resolve()
4003 source2 += pitch; in resolve()
[all …]
/third_party/typescript/lib/
Dlib.es2015.core.d.ts295 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
305 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
/third_party/typescript/src/lib/
Des2015.core.d.ts275 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V;
285 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
/third_party/rust/crates/proc-macro2/tests/
Dtest.rs455 let source2 = "ccc\nddd" in span_join() localVariable
461 assert!(source1[0].span().source_file() != source2[0].span().source_file()); in span_join()
468 let joined2 = source1[0].span().join(source2[0].span()); in span_join()
/third_party/skia/tests/
DImageFilterTest.cpp1989 sk_sp<SkImageFilter> source2(SkImageFilters::Image(image, src, dst, in DEF_TEST() local
1993 dst.roundOut() == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST()
1997 input == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST()
2002 dst.roundOut() == source2->filterBounds(input, scale, in DEF_TEST()
2005 REPORTER_ASSERT(reporter, input == source2->filterBounds(input, scale, in DEF_TEST()
2043 sk_sp<SkImageFilter> source2(SkImageFilters::Picture(picture, targetRect)); in DEF_TEST() local
2045 targetRect.roundOut() == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST()
2049 input == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST()
2053 targetRect.roundOut() == source2->filterBounds(input, scale, in DEF_TEST()
2056 REPORTER_ASSERT(reporter, input == source2->filterBounds(input, scale, in DEF_TEST()
/third_party/protobuf/objectivec/Tests/
DGPBUnknownFieldSetTest.m299 TestEmptyMessage* source2 = [TestEmptyMessage message];
300 [source2 setUnknownFields:set2];
306 [destination1 mergeFrom:source2];
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.h362 DescriptorDatabase* source2);
Ddescriptor_database.cc947 DescriptorDatabase* source1, DescriptorDatabase* source2) { in MergedDescriptorDatabase() argument
949 sources_.push_back(source2); in MergedDescriptorDatabase()
/third_party/ffmpeg/libavcodec/x86/
Dhevc_mc.asm142 movq %3, [%2] ; load data from source2
144 movdqa %3, [%2] ; load data from source2
149 movdqa %3, [%2] ; load data from source2
150 movq %4, [%2+16] ; load data from source2
156 movdqa %3, [%2] ; load data from source2
157 movdqa %4, [%2+16] ; load data from source2
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2152 uint8_t *source2 = source1 + slice; in fastResolve() local
2153 uint8_t *source3 = source2 + slice; in fastResolve()
2172 __m128i c2 = _mm_loadu_si128((__m128i *)(source2 + 4 * x)); in fastResolve()
2188 uint32_t c2 = *(uint32_t *)(source2 + 4 * x); in fastResolve()
2200 source2 += pitch; in fastResolve()
/third_party/node/deps/icu-small/source/i18n/
Duregex.cpp286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
/third_party/icu/icu4c/source/i18n/
Duregex.cpp286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
/third_party/skia/third_party/externals/icu/source/i18n/
Duregex.cpp286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc2338 variant<const char*, float> source2 = "foo"; in TEST() local
2339 destination = ConvertVariantTo<variant<double, std::string>>(source2); in TEST()
2479 variant<const char*, float> source2 = "foo"; in TEST() local
2480 destination = ConvertVariantTo<variant<double, std::string>>(source2); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java3910 …message, String expected, StringTransform t, StringTransform back, String source, String source2) {
3912 assertEquals(message + " " +source2, expected, t.transform(source2));
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3910 …message, String expected, StringTransform t, StringTransform back, String source, String source2) {
3912 assertEquals(message + " " +source2, expected, t.transform(source2));

12