Home
last modified time | relevance | path

Searched refs:h24 (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/third_party/skia/tests/sksl/intrinsics/
DMatrixCompMultES3.asm.frag13 OpName %h24 "h24"
27 OpDecorate %h24 RelaxedPrecision
147 %h24 = OpVariable %_ptr_Function_mat2v4float Function
166 OpStore %h24 %49
209 %113 = OpLoad %mat2v4float %h24
DMatrixCompMultES3.glsl6 …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,…
DMatrixCompMultES3.metal61 …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/
DTypePrecision.sksl8 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/
DTypePrecisionStandaloneSettings.glsl8 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;
DTypePrecision.glsl10 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/
DMatrixCompMultES3.sksl6 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/
Dhlsl.type.half.frag17 half2x4 h24;
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Den_001.txt17 h24{"24-Hour System (1–24)"}
Dsah.txt91 h24{"24 чаастаах тиһик (0–24)"}
Dps.txt487 h24{"h24"}
Dne.txt747 h24{"hc-h24"}
Dsd.txt486 h24{"24 ڪلاڪ جو سسٽم (1–24)"}
Dmn.txt494 h24{"24 цагийн систем (1–24)"}
/third_party/icu/icu4c/source/data/lang/
Den_001.txt23 h24{"24-Hour System (1–24)"}
Dsah.txt92 h24{"24 чаастаах тиһик (0–24)"}
Dne.txt756 h24{"hc-h24"}
Dff_Adlm.txt247 h24{"������������������ �������������� ������������������ ���� (��-����)"}
Dkok.txt512 h24{"24 वरांची यंत्रणा (1–24)"}
Dkm.txt498 h24{"ប្រព័ន្ធ 24 ម៉ោង (1–24)"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Den_001.txt23 h24{"24-Hour System (1–24)"}
Dsah.txt92 h24{"24 чаастаах тиһик (0–24)"}
Dne.txt756 h24{"hc-h24"}
Dff_Adlm.txt247 h24{"������������������ �������������� ������������������ ���� (��-����)"}
/third_party/skia/resources/sksl/runtime_errors/
DES3Types.rts9 void h24() { half2x4 x; }

12345678910>>...14