Home
last modified time | relevance | path

Searched refs:wzy (Results 1 – 6 of 6) sorted by relevance

/external/deqp/data/gles3/shaders/
Dswizzle_math_operations.test648 out0 = in0.wzy + in1.zyw;
1464 out0 = in0.wzy + in1.zyw;
2284 out0 = in0.wzy - in1.zyw;
3100 out0 = in0.wzy - in1.zyw;
3920 out0 = in0.wzy * in1.zyw;
4736 out0 = in0.wzy * in1.zyw;
5556 out0 = in0.wzy / in1.zyw;
6372 out0 = in0.wzy / in1.zyw;
Dswizzles.test1541 out0 = in0.wzy;
4025 out0 = in0.wzy;
6509 out0 = in0.wzy;
/external/deqp/framework/common/
DtcuVector.hpp140 …VecAccess<T, Size, 3> wzy (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 3, … in wzy() function in tcu::Vector
/external/deqp/data/gles2/shaders/
Dswizzles.test1407 out0 = in0.wzy;
3675 out0 = in0.wzy;
5943 out0 = in0.wzy;
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dswizzles.test1608 out0 = in0.wzy;
4200 out0 = in0.wzy;
6792 out0 = in0.wzy;
/external/swiftshader/src/Reactor/
DReactor.hpp1458 Swizzle4<Vector4, 0x5B> wzy; member