Searched refs:swizzleVec (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fFragmentOutputTests.cpp | 459 inline tcu::Vector<T, 4> swizzleVec (const tcu::Vector<T, 4>& vec, int swzNdx) function in namespace:deqp::gles3::Functional 670 Vec4 f = swizzleVec(Vec4(f0, f1, 1.0f-f0, 1.0f-f1), curInVec); 699 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec); 709 IVec4 c = minVal + step*swizzleVec(IVec4(x, y, ix, iy), curInVec); 735 const IVec4 rangeDiv = swizzleVec((IVec4(gridWidth, gridHeight, gridWidth, gridHeight)-1), curInVec); 747 UVec4 c = step*swizzleVec(IVec4(x, y, ix, iy).asUint(), curInVec);
|
Completed in 59 milliseconds