This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What does "Sample test cull rate" mean?

In the streamline counters, what does the "Sample test cull rate" mean in Mali Geometry Culling Rate?

"The percentage of primitives entering the sample coverage test that are killed by it." -- This is tips for this counter. But i can not get the exact meaning of it. 

So please explain it for details, many thanks!

Parents
  • Hi Shawn, 

    Recent Mali GPUs have a culling stage for killing triangles at the culling stage which are so small that they hit no rasterizer sample points, which avoids them getting written back to the intermediate tile lists.

    Small triangles are expensive in terms of processing cost and memory bandwidth, so it's important content tries to minimize the number sample culled triangles. 

    I'll raise a ticket to improve the description for this counter for the next tool release.

    Kind regards, 
    Pete

    developer.arm.com/.../mali-performance-counters

Reply
  • Hi Shawn, 

    Recent Mali GPUs have a culling stage for killing triangles at the culling stage which are so small that they hit no rasterizer sample points, which avoids them getting written back to the intermediate tile lists.

    Small triangles are expensive in terms of processing cost and memory bandwidth, so it's important content tries to minimize the number sample culled triangles. 

    I'll raise a ticket to improve the description for this counter for the next tool release.

    Kind regards, 
    Pete

    developer.arm.com/.../mali-performance-counters

Children