Fragment Shading Rate Handling in Tile-Based Graphics Rendering

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing graphics processing systems face inefficiencies in handling variable fragment shading rates, particularly in tile-based systems, as they require significant storage and computational resources to manage different fragment shading rates across tiles and primitives, leading to increased memory bandwidth and processing demands.

Innovation Solution

A method and system for efficiently combining fragment shading rate values by recognizing that consecutive primitives often share the same shading rate, allowing for on-the-fly calculation of combined shading rates without redundant processing, thus reducing storage and computational overhead.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If variable fragment shading rates are implemented in tile-based graphics processing systems, then rendering efficiency is improved by reducing processing in uniform areas, but storage and computational resources are significantly increased to manage different shading rates across tiles and primitives

Engineering Contradiction:
Improverendering efficiencyVSAvoidstorage and computational resources
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent applies local quality by allowing different fragment shading rates to be applied to different regions (tiles) of the rendering space. Each tile can have its own fragment shading rate based on the complexity and importance of the primitives within that tile, rather than using a uniform shading rate across the entire image. This enables the system to allocate processing resources locally where needed most.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent segments the rendering space into multiple tiles, each of which can be processed independently with its own fragment shading rate. This segmentation allows the system to manage complexity on a per-tile basis rather than globally, reducing the overall computational burden while maintaining quality where necessary.

Inventive Principle:
Principle #1Segmentation

2Manufacturing precision

If fragment shading rate data is stored for each primitive to enable variable shading rates, then rendering precision is improved, but memory bandwidth and storage requirements are increased

Engineering Contradiction:
Improverendering precisionVSAvoidmemory bandwidth and storage requirements
Core Design Contradiction:
Manufacturing precisionVSQuantity of substance

Solution Approach 1:

The patent makes the fragment shading rate data structure multi-functional by designing it to serve both as a precision control mechanism and as a memory-efficient representation. The same data structure is used to encode both the primitive identification information and the fragment shading rate information in a unified format, allowing the system to achieve high rendering precision without proportionally increasing storage requirements.

Inventive Principle:
Principle #6Universality (Multi-functionality)

3Manufacturing precision

If consecutive primitives are processed individually with separate shading rate calculations, then rendering accuracy is maintained, but processing time is increased due to redundant calculations

Engineering Contradiction:
Improverendering accuracyVSAvoidprocessing time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The patent merges the processing of consecutive primitives by combining multiple primitives into a single combined primitive when they share the same fragment shading rate. This merging eliminates redundant calculations while maintaining rendering accuracy, as the combined primitive is processed once with the appropriate shading rate applied to all constituent primitives.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent performs preliminary analysis during the geometry processing phase to identify consecutive primitives with matching fragment shading rates. By pre-grouping these primitives before the rendering phase, the system avoids redundant calculations during rendering while maintaining the accuracy that would result from individual processing.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250342643A1Graphics Processing System and Method of Rendering
Publication Date: 2025.11.06 IMAGINATION TECH LTD
  • US20250342643A1 patent drawing
  • US20250342643A1 patent drawing
  • US20250342643A1 patent drawing

AI summary

A method of rendering, in a rendering space, a scene formed by primitives in a graphics processing system. A geometry processing phase includes the step of storing fragment shading rate data representing a first fragment shading rate value and associating data identifying a primitive with the fragment shading rate data. A rendering phase includes the steps of retrieving the stored fragment shading rate data and associated data identifying the primitive, obtaining an attachment specifying one or more attachment fragment shading rate values for the rendering space; processing the primitive to derive primitive fragments to be shaded; and for each primitive fragment, combining the first fragment shading rate value for the primitive from which the primitive fragment is derived with an attachment fragment shading rate value from the attachment to produce a resolved combined fragment shading rate value for the respective fragment.