Searched refs:h24 (Results 1 – 25 of 327) sorted by relevance
12345678910>>...14
/third_party/skia/tests/sksl/intrinsics/ |
D | MatrixCompMultES3.asm.frag | 13 OpName %h24 "h24" 27 OpDecorate %h24 RelaxedPrecision 147 %h24 = OpVariable %_ptr_Function_mat2v4float Function 166 OpStore %h24 %49 209 %113 = OpLoad %mat2v4float %h24
|
D | MatrixCompMultES3.glsl | 6 …mat2x4 h24 = matrixCompMult(mat2x4(9.0, 9.0, 9.0, 9.0, 9.0, 9.0, 9.0, 9.0), mat2x4(colorRed, color… 9 …return (h24 == mat2x4(9.0, 0.0, 0.0, 9.0, 0.0, 9.0, 0.0, 9.0) && h42 == mat4x2(1.0, 0.0, 0.0, 4.0,…
|
D | MatrixCompMultES3.metal | 61 …half2x4 h24 = matrixCompMult(half2x4(half4(9.0h, 9.0h, 9.0h, 9.0h), half4(9.0h, 9.0h, 9.0h, 9.0h))… 64 …_out.sk_FragColor = (h24 == half2x4(half4(9.0h, 0.0h, 0.0h, 9.0h), half4(0.0h, 9.0h, 0.0h, 9.0h)) …
|
/third_party/skia/resources/sksl/glsl/ |
D | TypePrecision.sksl | 8 half2x4 h24 = half2x4(1, 2, 3, 4, 5, 6, 7, 8); 11 sk_FragColor.r = half(f + h + f2.x + h3.x + f22[0][0] + h24[0][0]);
|
/third_party/skia/tests/sksl/glsl/ |
D | TypePrecisionStandaloneSettings.glsl | 8 mat2x4 h24 = mat2x4(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0); 10 sk_FragColor.x = ((((f + h) + f2.x) + h3.x) + f22[0].x) + h24[0].x;
|
D | TypePrecision.glsl | 10 mediump mat2x4 h24 = mat2x4(1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0); 12 sk_FragColor.x = ((((f + h) + f2.x) + h3.x) + f22[0].x) + h24[0].x;
|
/third_party/skia/resources/sksl/intrinsics/ |
D | MatrixCompMultES3.sksl | 6 half2x4 h24 = matrixCompMult(half2x4(9, 9, 9, 9, 9, 9, 9, 9), 16 h24 == half2x4(9, 0, 0, 9, 0, 9, 0, 9) &&
|
/third_party/glslang/Test/ |
D | hlsl.type.half.frag | 17 half2x4 h24;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | en_001.txt | 17 h24{"24-Hour System (1–24)"}
|
D | sah.txt | 91 h24{"24 чаастаах тиһик (0–24)"}
|
D | ps.txt | 487 h24{"h24"}
|
D | ne.txt | 747 h24{"hc-h24"}
|
D | sd.txt | 486 h24{"24 ڪلاڪ جو سسٽم (1–24)"}
|
D | mn.txt | 494 h24{"24 цагийн систем (1–24)"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | en_001.txt | 23 h24{"24-Hour System (1–24)"}
|
D | sah.txt | 92 h24{"24 чаастаах тиһик (0–24)"}
|
D | ne.txt | 756 h24{"hc-h24"}
|
D | ff_Adlm.txt | 247 h24{" (-)"}
|
D | kok.txt | 512 h24{"24 वरांची यंत्रणा (1–24)"}
|
D | km.txt | 498 h24{"ប្រព័ន្ធ 24 ម៉ោង (1–24)"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | en_001.txt | 23 h24{"24-Hour System (1–24)"}
|
D | sah.txt | 92 h24{"24 чаастаах тиһик (0–24)"}
|
D | ne.txt | 756 h24{"hc-h24"}
|
D | ff_Adlm.txt | 247 h24{" (-)"}
|
/third_party/skia/resources/sksl/runtime_errors/ |
D | ES3Types.rts | 9 void h24() { half2x4 x; }
|
12345678910>>...14