Searched refs:widthValid (Results 1 – 1 of 1) sorted by relevance
861 bool widthValid = true; in CheckCompressedTexDimensions() local873 … widthValid = (imgArg.level && imgArg.width == 1) || (imgArg.level && imgArg.width == 2) || in CheckCompressedTexDimensions()883 … widthValid = (static_cast<uint32_t>(imgArg.width) & static_cast<uint32_t>(imgArg.width - 1)) == 0; in CheckCompressedTexDimensions()891 if (!widthValid || !heightValid) { in CheckCompressedTexDimensions()