/third_party/skia/third_party/externals/tint/test/shader_io/ |
D | shared_struct_different_stages.wgsl.expected.glsl | 5 float col1; 10 float col1; 21 float col1; 29 wrapper_result.col1 = inner_result.col1; 34 out float col1; 39 col1 = outputs.col1; 50 float col1; 55 float col1; 60 float col1; 66 float r = colors.col1; [all …]
|
D | shared_struct_different_stages.wgsl.expected.msl | 5 float col1; 10 float col1 [[user(locn1)]]; 15 float col1 [[user(locn1)]]; 20 Interface const tint_symbol_3 = {.col1=0.400000006f, .col2=0.600000024f, .pos=float4()}; 27 wrapper_result.col1 = inner_result.col1; 34 float const r = colors.col1; 39 Interface const tint_symbol_4 = {.col1=tint_symbol_1.col1, .col2=tint_symbol_1.col2, .pos=pos};
|
D | shared_struct_different_stages.wgsl.expected.hlsl | 2 float col1; 7 float col1 : TEXCOORD1; 20 wrapper_result.col1 = inner_result.col1; 27 float col1 : TEXCOORD1; 33 const float r = colors.col1; 38 const Interface tint_symbol_4 = {tint_symbol_1.col1, tint_symbol_1.col2, tint_symbol_1.pos};
|
D | shared_struct_different_stages.wgsl | 2 [[location(1)]] col1 : f32; 14 let r : f32 = colors.col1;
|
D | shared_struct_different_stages.wgsl.expected.wgsl | 3 col1 : f32; 17 let r : f32 = colors.col1;
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 257 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 269 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 270 col3 = (RuleBasedCollator)col1; in TestDuplicate() 271 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 401 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 422 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 423 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 424 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 555 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 562 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationAPITest.java | 260 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local 272 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate() 273 col3 = (RuleBasedCollator)col1; in TestDuplicate() 274 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate() 404 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local 425 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 426 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 427 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode() 558 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null; 565 col1 = new RuleBasedCollator(ruleset1); [all …]
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_zoom_ultimate.s | 120 lwz r25,0(r2) ; Loads col1 -> r25 125 and r8, r25,r12 ; Masks col1 channels 1 & 3 : 0x00XX00XX 127 andi. r25,r25,0xFF00 ; Masks col1 channel 2 : 0x0000XX00 128 mullw r8, r8, r21 ; Applies coef1 on col1 channels 1 & 3 135 mullw r25,r25,r21 ; Applies coef1 on col1 channel 2 139 add r8 ,r8 ,r10 ; Adds col1 & col2 channels 1 & 3 141 add r25,r25,r29 ; Adds col1 & col2 channel 2 146 add r7 ,r8 ,r10 ; Adds col3 to (col1 + col2) channels 1 & 3 149 add r25,r25,r29 ; Adds col 3 to (col1 + col2) channel 2 152 add r7 ,r7 ,r10 ; Adds col4 to (col1 + col2 + col3) channels 1 & 3 [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 140 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec() 148 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec() 180 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 249 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec() 257 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec() 291 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 122 tmp1 = vec_add(col1, col6); in jsimd_fdct_ifast_altivec() 123 tmp6 = vec_sub(col1, col6); in jsimd_fdct_ifast_altivec()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 119 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 140 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec() 148 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec() 180 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec()
|
D | jidctint-altivec.c | 214 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 249 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec() 257 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec() 291 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec()
|
D | jfdctfst-altivec.c | 93 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 122 tmp1 = vec_add(col1, col6); in jsimd_fdct_ifast_altivec() 123 tmp6 = vec_sub(col1, col6); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 185 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 226 tmp1 = vec_add(col1, col6); in jsimd_fdct_islow_altivec() 227 tmp6 = vec_sub(col1, col6); in jsimd_fdct_islow_altivec()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +() argument 224 int r = static_cast<int>(col1.r) + static_cast<int>(col2.r); in operator +() 225 int g = static_cast<int>(col1.g) + static_cast<int>(col2.g); in operator +() 226 int b = static_cast<int>(col1.b) + static_cast<int>(col2.b); in operator +() 227 int a = static_cast<int>(col1.a) + static_cast<int>(col2.a); in operator +() 238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -() argument 239 int r = static_cast<int>(col1.r) - static_cast<int>(col2.r); in operator -() 240 int g = static_cast<int>(col1.g) - static_cast<int>(col2.g); in operator -() 241 int b = static_cast<int>(col1.b) - static_cast<int>(col2.b); in operator -() 242 int a = static_cast<int>(col1.a) - static_cast<int>(col2.a); in operator -() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 214 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +() argument 215 int r = static_cast<int>(col1.r) + static_cast<int>(col2.r); in operator +() 216 int g = static_cast<int>(col1.g) + static_cast<int>(col2.g); in operator +() 217 int b = static_cast<int>(col1.b) + static_cast<int>(col2.b); in operator +() 218 int a = static_cast<int>(col1.a) + static_cast<int>(col2.a); in operator +() 229 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -() argument 230 int r = static_cast<int>(col1.r) - static_cast<int>(col2.r); in operator -() 231 int g = static_cast<int>(col1.g) - static_cast<int>(col2.g); in operator -() 232 int b = static_cast<int>(col1.b) - static_cast<int>(col2.b); in operator -() 233 int a = static_cast<int>(col1.a) - static_cast<int>(col2.a); in operator -() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 260 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl() 301 UnicodeString rule1 = col1->getRules(); in TestRuleBasedColl() 328 delete col1; in TestRuleBasedColl() 444 Collator *col1 = 0; in TestHashCode() local 445 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode() 471 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode() 472 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode() 473 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode() 476 delete col1; in TestHashCode() [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jfdctfst-neon.c | 76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local 91 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_ifast_neon() 92 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_ifast_neon() 129 col1 = vaddq_s16(z11, z4); in jsimd_fdct_ifast_neon() 133 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_ifast_neon()
|
D | jfdctint-neon.c | 113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local 125 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_islow_neon() 126 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_islow_neon() 228 col1 = vcombine_s16(vrshrn_n_s32(tmp7_l, DESCALE_P1), in jsimd_fdct_islow_neon() 232 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_islow_neon()
|
/third_party/libjpeg-turbo/simd/arm/ |
D | jfdctfst-neon.c | 76 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_ifast_neon() local 91 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_ifast_neon() 92 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_ifast_neon() 129 col1 = vaddq_s16(z11, z4); in jsimd_fdct_ifast_neon() 133 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_ifast_neon()
|
D | jfdctint-neon.c | 113 int16x8_t col1 = cols_15.val[0]; in jsimd_fdct_islow_neon() local 125 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_islow_neon() 126 int16x8_t tmp6 = vsubq_s16(col1, col6); in jsimd_fdct_islow_neon() 228 col1 = vcombine_s16(vrshrn_n_s32(tmp7_l, DESCALE_P1), in jsimd_fdct_islow_neon() 232 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_islow_neon()
|
/third_party/skia/src/core/ |
D | SkCompressedDataUtils.cpp | 170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument 171 SkASSERT(SkGetPackedA32(col0) == 0xFF && SkGetPackedA32(col1) == 0xFF); in lerp() 174 uint8_t r8 = SkScalarRoundToInt(t * SkGetPackedR32(col0) + (1.0f - t) * SkGetPackedR32(col1)); in lerp() 175 uint8_t g8 = SkScalarRoundToInt(t * SkGetPackedG32(col0) + (1.0f - t) * SkGetPackedG32(col1)); in lerp() 176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp()
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jfdctfst-mmi.c | 123 __m64 col0, col1, col2, col3, col4, col5, col6, col7; \ 147 col1 = _mm_unpackhi_pi32(row01a, row23a); /* col1=(01 11 21 31) */ \ 151 tmp6 = _mm_sub_pi16(col1, col6); /* tmp6=col1-col6 */ \ 153 tmp1 = _mm_add_pi16(col1, col6); /* tmp1=col1+col6 */ \
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters.c | 372 Color col1, col2, col3, col4; in zoomFilterFastRGB() local 481 getPixelRGB_ (pix1, pos10[position], &col1, goomdata->resolx, in zoomFilterFastRGB() 490 couleur.r = col1.r * c[0][position] in zoomFilterFastRGB() 496 couleur.v = col1.v * c[0][position] in zoomFilterFastRGB() 502 couleur.b = col1.b * c[0][position] in zoomFilterFastRGB()
|