Lines Matching refs:report
459 std::ostream& report) const
477 report << "Testing at base texel " << baseTexelHi << ", " << baseTexelLo << " offset " << texelGridOffsetHi << ", " << texelGridOffsetLo << "\n";
499 report << "Computed weights: " << roundedWeightsHi << ", " << roundedWeightsLo << "\n";
503 report << "Ideal hi sample: " << idealSampleHiMin << " through " << idealSampleHiMax << "\n";
509 report << "Ideal lo sample: " << idealSampleLoMin << " through " << idealSampleLoMax << "\n";
516 report << "Ideal hi sample: " << idealSampleHiMin << " through " << idealSampleHiMax << "\n";
522 report << "Ideal lo sample: " << idealSampleLoMin << " through " << idealSampleLoMax << "\n";
534 report << "Testing at mipmap weight " << weight << "\n";
551 report << "Ideal sample: " << idealSampleMin << " through " << idealSampleMax << "\n";
559 report << "Failed comparison\n";
571 report << "Failed comparison\n";
585 std::ostream& report) const
603 report << "Trying magnification...\n";
607 report << "Testing against nearest texel at " << baseTexel[0] << "\n";
620 report << "Failed against " << idealMin << " through " << idealMax << "\n";
625 if (verifySampleFiltered(result, baseTexel[0], baseTexel[1], texelGridOffset[0], texelGridOffset[1], layer, level, Vec2(0.0f, 0.0f), VK_FILTER_LINEAR, VK_SAMPLER_MIPMAP_MODE_NEAREST, report))
632 report << "Trying minification...\n";
638 if (verifySampleFiltered(result, baseTexel[0], baseTexel[1], texelGridOffset[0], texelGridOffset[1], layer, level, lodFracBounds, m_samplerParams.minFilter, VK_SAMPLER_MIPMAP_MODE_LINEAR, report))
643 if (verifySampleFiltered(result, baseTexel[0], baseTexel[1], texelGridOffset[0], texelGridOffset[1], layer, level, Vec2(0.0f, 0.0f), VK_FILTER_LINEAR, VK_SAMPLER_MIPMAP_MODE_NEAREST, report))
648 report << "Testing against nearest texel at " << baseTexel[0] << "\n";
661 report << "Failed against " << idealMin << " through " << idealMax << "\n";
674 std::ostream& report) const
704 report << "Level " << level << " computed unnormalized coordinate range: [" << unnormalizedCoordMin[0] << ", " << unnormalizedCoordMax[0] << "]\n";
705 report << "Level " << level << " computed texel grid coordinate range: [" << gridCoordMin[0] << ", " << gridCoordMax[0] << "]\n";
722 report << "Level " << level+1 << " computed unnormalized coordinate range: [" << unnormalizedCoordMin[1] << " - " << unnormalizedCoordMax[1] << "]\n";
723 report << "Level " << level+1 << " computed texel grid coordinate range: [" << gridCoordMin[1] << " - " << gridCoordMax[1] << "]\n";
737 if (verifySampleTexelGridCoords(args, result, gridCoord[0], gridCoord[1], lodBounds, level, mipmapFilter, report))
778 std::ostream& report) const
810 report << "Testing at mipmap level " << level << "...\n";
814 if (verifySampleMipmapLevel(args, result, coord, levelLodBounds, level, report))
819 report << "Done testing mipmap level " << level << ".\n\n";
827 std::ostream& report) const
895 report))
905 return verifySampleCubemapFace(args, result, coord, dPdx, dPdy, 0, report);
911 std::string& report) const
917 report = reportStream.str();