Home
last modified time | relevance | path

Searched refs:source2 (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A 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()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A 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/Renderer/
H A 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 in resolve()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c2128 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2130 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an invalid character"); in TestUTF16BE()
2142 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2143 TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CHAR_FOUND, "an truncated surrogate character"); in TestUTF16BE()
2182 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2184 TestNextUCharError(cnv, (const char*)source2, (cons in TestUTF16LE()
2602 static const uint8_t source2[]={0x1a, 0x1b}; TestDBCS() local
2653 static const uint8_t source2[]={0xa1, 0x80}; TestMBCS() local
2772 static const uint8_t source2[]={0xa1, 0x01}; TestISO_2022() local
3914 static const uint8_t source2[]={0x0e,0x24,0x053}; TestISO_2022_JP_1() local
4007 static const uint8_t source2[]={0x0e,0x24,0x053}; TestISO_2022_JP_2() local
4088 static const uint8_t source2[]={0x1b,0x24,0x053}; TestISO_2022_KR() local
4171 static const uint8_t source2[]={0x1b,0x24,0x053}; TestISO_2022_KR_1() local
4584 static const uint8_t source2[]={0x0e,0x24,0x053}; TestISO_2022_CN() local
4719 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; TestEBCDIC_STATEFUL() local
[all...]
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs455 let source2 = "ccc\nddd" in span_join()
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/
H A DImageFilterTest.cpp1989 sk_sp<SkImageFilter> source2(SkImageFilters::Image(image, src, dst, in DEF_TEST()
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()
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 in DEF_TEST()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.h362 DescriptorDatabase* source2);
H A Ddescriptor_database.cc947 DescriptorDatabase* source1, DescriptorDatabase* source2) { in MergedDescriptorDatabase()
949 sources_.push_back(source2); in MergedDescriptorDatabase()
946 MergedDescriptorDatabase( DescriptorDatabase* source1, DescriptorDatabase* source2) MergedDescriptorDatabase() argument
/third_party/ffmpeg/libavcodec/x86/
H A 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/
H A 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java3910 static private void assertTransform(String message, String expected, StringTransform t, StringTransform back, String source, String source2) { in assertTransform() argument
3912 assertEquals(message + " " +source2, expected, t.transform(source2)); in assertTransform()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java3910 static private void assertTransform(String message, String expected, StringTransform t, StringTransform back, String source, String source2) { in assertTransform() argument
3912 assertEquals(message + " " +source2, expected, t.transform(source2)); in assertTransform()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A 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/icu4c/source/i18n/
H A Duregex.cpp286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
/third_party/node/deps/icu-small/source/i18n/
H A 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/
H A Duregex.cpp286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument
287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
H A Dusearch.cpp1353 * @param source2 second array
1363 const UChar *source2, in addToUCharArray()
1387 uprv_memcpy(destination + source1length, source2, in addToUCharArray()
1360 addToUCharArray( UChar *destination, int32_t *destinationlength, const UChar *source1, const UChar *source2, int32_t source2length, const UChar *source3, UErrorCode *status) addToUCharArray() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp6847 %5 = OpString "source2.hlsl"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp6847 %5 = OpString "source2.hlsl"
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp1820 GLTexture source2; in TEST_P() local
1823 static_cast<void *>(&kLinearColor), source2, &image2); in TEST_P()
/third_party/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp6849 %5 = OpString "source2.hlsl"
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 75 milliseconds