Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.simple.vert.out58 …vec3 a = vec3(0);vec3 b = a . zxyz;vec3 b = a . xxyz;vec3 b = a . yyz;vec3 b = a . xxyz();vec3 b =…
/external/deqp-deps/glslang/Test/
Dpreprocessor.simple.vert42 vec3 b = a.zxyz; \
/external/deqp/data/gles3/shaders/
Dswizzle_math_operations.test480 out0 = in0.zxyz + in1.xyzz;
1296 out0 = in0.zxyz + in1.xyzz;
2116 out0 = in0.zxyz - in1.xyzz;
2932 out0 = in0.zxyz - in1.xyzz;
3752 out0 = in0.zxyz * in1.xyzz;
4568 out0 = in0.zxyz * in1.xyzz;
5388 out0 = in0.zxyz / in1.xyzz;
6204 out0 = in0.zxyz / in1.xyzz;
/external/swiftshader/src/Reactor/
DReactor.hpp1800 Swizzle4<Vector4, 0x2012> zxyz; member