Home
last modified time | relevance | path

Searched refs:yzzy (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-umul_hi.sh9 UMUL_HI TEMP[0], IMM[0].xzzx, IMM[0].yzzy
Dvert-imul_hi.sh10 IMUL_HI TEMP[0], IMM[0].xzzx, IMM[0].yzzy
/external/deqp/data/gles3/shaders/
Dswizzle_math_operations.test744 out0 = in0.yzzy + in1.zzyy;
1560 out0 = in0.yzzy + in1.zzyy;
2380 out0 = in0.yzzy - in1.zzyy;
3196 out0 = in0.yzzy - in1.zzyy;
4016 out0 = in0.yzzy * in1.zzyy;
4832 out0 = in0.yzzy * in1.zzyy;
5652 out0 = in0.yzzy / in1.zzyy;
6468 out0 = in0.yzzy / in1.zzyy;
/external/swiftshader/src/Reactor/
DReactor.hpp1600 Swizzle4<Vector4, 0x69> yzzy; member