Home | History | Annotate | Download | only in common

Lines Matching refs:rowPitch

328 	const int			rowPitch		= access.getRowPitch();
329 const int offsetToLast = rowPitch*(access.getHeight()-1);
330 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());
342 const int rowPitch = access.getRowPitch();
343 const int offsetToLast = rowPitch*(access.getHeight()-1);
344 const tcu::IVec3 pitch (access.getPixelPitch(), -rowPitch, access.getSlicePitch());