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