Home | History | Annotate | Download | only in functional

Lines Matching refs:IVec4

215 		const tcu::IVec4 levelSwz[] =
217 tcu::IVec4(0,1,2,3),
218 tcu::IVec4(2,1,3,0),
219 tcu::IVec4(3,0,1,2),
220 tcu::IVec4(1,3,2,0),
232 const tcu::IVec4 swz = levelSwz[layerFaceNdx % DE_LENGTH_OF_ARRAY(levelSwz)];
376 const tcu::IVec4 coordBits = tcu::IVec4(10);
377 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise