Home
last modified time | relevance | path

Searched refs:Y4 (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11SwizzlePattern.h1812 {Y4, X4, Y5, X5, }, // 1
1813 {Y3, X4, Y4, X5, }, // 2
1814 {Y3, X3, Y4, X4, }, // 3
1817 {Z0^X4^Y4, X4, Y5, X5, }, // 6
1818 {Z0^Y3^X4, X4, Y4, X5, }, // 7
1819 {Z0^X3^Y3, X3, Y4, X4, }, // 8
1822 {Y4^X5, Z0^X4^Y5, Y5, X5, }, // 11
1823 {Y3^X5, Z0^X4^Y4, Y4, X5, }, // 12
1824 {Y3^X4, Z0^X3^Y4, Y
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10SwizzlePattern.h3756 {X0, Y0, X1, Y1, X2, Y2, X3, Y4, }, // 12
3772 {X0, X1, X2, Y1, Y0, Y2, X3, Y4, }, // 28
3789 {Y4, X4, Y5, X5, }, // 1
3790 {Y3, X4, Y4, X5, }, // 2
3791 {Y3, X3, Y4, X4, }, // 3
3794 {Z0^X4^Y4, X4, Y5, X5, }, // 6
3795 {Z0^Y3^X4, X4, Y4, X5, }, // 7
3796 {Z0^X3^Y3, X3, Y4, X4, }, // 8
3799 {Z1^Y4^X5, Z0^X4^Y5, Y5, X5, }, // 11
3800 {Z1^Y3^X5, Z0^X4^Y4, Y
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinvalidModuleWithVarStatements.js12 module Y4 {
40 var Y4; variable
41 (function (Y4) {
43 })(Y4 || (Y4 = {}));
H A DinvalidModuleWithStatementsOfEveryKind.js25 module Y4 {
139 var Y4; variable
140 (function (Y4) {
146 })(Y4 || (Y4 = {}));
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_mat4x2.hpp54 typename X4, typename Y4>
59 X4 x4, Y4 y4);
H A Dtype_mat4x3.hpp54 typename X4, typename Y4, typename Z4>
59 X4 const & x4, Y4 const & y4, Z4 const & z4);
H A Dtype_mat4x4.hpp53 typename X4, typename Y4, typename Z4, typename W4>
58 X4 const & x4, Y4 const & y4, Z4 const & z4, W4 const & w4);
/third_party/ffmpeg/libavcodec/
H A Ddxtory.c128 uint8_t *Y1, *Y2, *Y3, *Y4, *U, *V; in dxtory_decode_v1_410() local
153 Y4 = pic->data[0] + pic->linesize[0] * 3; in dxtory_decode_v1_410()
161 AV_COPY32U(Y4 + w, src + 12); in dxtory_decode_v1_410()
171 Y4[width + w] = src[w + hmargin * 3]; in dxtory_decode_v1_410()
181 Y4 += pic->linesize[0] * 4; in dxtory_decode_v1_410()
H A Dh264_mvpred.h46 #define SET_DIAG_MV(MV_OP, REF_OP, XY, Y4) \ in fetch_diagonal_mv()
47 const int xy = XY, y4 = Y4; \ in fetch_diagonal_mv()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp274 #define Y4 0x27 macro
281 (p)[4] == Y4 && \
306 if (b == Y4) { p -= 4; break; } in FindSignature_10()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib2.h189 const UINT_64 Y4 = InitBit(1, 4); member

Completed in 20 milliseconds