Searched refs:computeScaledSize (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestLog.cpp144 static Vector<int, Size> computeScaledSize (const Vector<int, Size>& imageSize, int maxSize) function in namespace:tcu
189 IVec2 logImageSize = computeScaledSize(IVec2(width, height), MAX_IMAGE_SIZE_2D);
216 IVec3 scaledSize = computeScaledSize(IVec3(width, height, depth), MAX_IMAGE_SIZE_3D);

Completed in 111 milliseconds