Searched defs:imageDim (Results 1 – 3 of 3) sorted by relevance
179 deUint32 imageDim[3]; // width, height, depth or layers member865 string imageDim = ""; in initPrograms() local3104 deUint32 imageDim[3] = {5, 11, 6}; in createTests() local
794 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt() local
703 const auto imageDim = static_cast<deUint32>(deSqrt(static_cast<double>(triangleCount))); in iterate() local