Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestLog.cpp220 static Vector<int, Size> computeScaledSize (const Vector<int, Size>& imageSize, int maxSize) in computeScaledSize() function
273 IVec2 logImageSize = computeScaledSize(IVec2(width, height), MAX_IMAGE_SIZE_2D); in writeImage()
300 IVec3 scaledSize = computeScaledSize(IVec3(width, height, depth), MAX_IMAGE_SIZE_3D); in writeImage()