Graphics Processing Hypertiling to Reduce Memory Bandwidth

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional tile-based graphics processing systems face inefficiencies due to high memory bandwidth requirements and lack of spatial locality exploitation during initial geometry processing, leading to increased latency and memory usage.

Innovation Solution

Implement a 'hypertiling' approach that sorts geometry into larger regions based on higher-level representations of position, such as bounding boxes, before performing detailed vertex shading and rendering, allowing for reduced memory bandwidth and improved spatial locality.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional tile-based rendering processes all vertex data through vertex shading before sorting into tiles, then complete geometry processing is achieved, but memory bandwidth requirements increase and latency increases

Engineering Contradiction:
Improvecomplete geometry processingVSAvoidmemory bandwidth requirements
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The patent applies preliminary action by performing a coarse sort of geometry into hypertiles using higher-level position representations (such as bounding boxes) before complete vertex shading processing. This preliminary sorting step organizes geometry into larger regions based on approximate positions, allowing the system to defer detailed processing until later stages when only relevant geometry needs to be fully processed, thereby reducing overall memory bandwidth requirements.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent segments the rendering process into distinct stages: a first pass that performs coarse sorting into hypertiles using higher-level representations, and subsequent passes that perform detailed vertex shading and rendering. This segmentation allows different levels of processing to occur at appropriate times, reducing the need to hold all vertex data in memory simultaneously and lowering memory bandwidth requirements.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If traditional tile-based rendering processes all vertex data before sorting, then accurate tile assignment is achieved, but latency increases due to processing all geometry upfront

Engineering Contradiction:
Improvetile assignment accuracyVSAvoidprocessing latency
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary coarse sorting into hypertiles using higher-level position representations before complete vertex shading. This preliminary action establishes an initial organization that is refined in subsequent passes, allowing the system to avoid processing all geometry completely before sorting, thereby reducing latency while maintaining accurate tile assignment through multi-pass refinement.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements a dynamic, multi-pass processing approach where geometry is initially sorted into hypertiles based on higher-level representations, then subsequently processed with full vertex shading data. This dynamic approach allows the system to adapt the level of processing detail to the specific needs of each geometry set, reducing overall latency while ensuring accurate tile assignment when full data is available.

Inventive Principle:
Principle #15Dynamics

3Ease of operation

If vertex shading is performed before sorting into tiles, then complete geometry data is available for sorting, but memory usage increases to hold all processed geometry

Engineering Contradiction:
Improvegeometry data availabilityVSAvoidmemory usage
Core Design Contradiction:
Ease of operationVSQuantity of substance

Solution Approach 1:

The patent segments the geometry processing into multiple passes: a first pass that sorts geometry into hypertiles using only higher-level position representations (without complete vertex shading), and subsequent passes that perform detailed processing. This segmentation allows the system to work with smaller data sets at each stage, reducing peak memory usage while ensuring complete geometry data is available when needed for final rendering.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary sorting into hypertiles using higher-level representations before complete vertex shading processing. This preliminary action organizes geometry into manageable regions that can be processed independently in subsequent passes, reducing the amount of geometry data that needs to be held in memory simultaneously while ensuring complete data availability when each region is processed.

Inventive Principle:
Principle #10Preliminary action

4Measurement precision

If geometry is sorted into smaller tiles first, then rendering precision is improved, but parallel rendering efficiency decreases

Engineering Contradiction:
Improverendering precisionVSAvoidparallel rendering efficiency
Core Design Contradiction:
Measurement precisionVSProductivity

Solution Approach 1:

The patent implements a nested hierarchy where geometry is first sorted into larger hypertiles, which are then subdivided into smaller rendering tiles. This nested approach allows parallel processing at the hypertile level while maintaining the precision benefits of smaller tile rendering. Each hypertile can be processed independently in parallel, and within each hypertile, the geometry is further organized into smaller tiles for precise rendering.

Inventive Principle:
Principle #7Nested doll (Nesting)

Solution Approach 2:

The patent segments rendering into two levels: hypertile segmentation for parallel processing organization, and tile segmentation for precise rendering. This dual-level segmentation allows the system to exploit parallelism at the hypertile level while maintaining rendering precision through finer-grained tile processing within each hypertile, thus resolving the contradiction between parallel efficiency and rendering precision.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12462327B2Graphics processing systems
Publication Date: 2025.11.04 ARM LTD
  • US12462327B2 patent drawing
  • US12462327B2 patent drawing
  • US12462327B2 patent drawing

AI summary

A method of operating a graphics processor to process sets of geometry to generate an output. Each set of geometry is associated with lower level geometry including vertex data to be used when rendering the geometry as well a separate higher level representation of the geometry. The higher level representations of the geometry can be obtained by the graphics processor independently of the other, lower level geometry and used to determine which sets of geometry should be processed for which regions of the output. Once this determination is made, the regions can be rendered by obtaining and processing the lower level geometry accordingly.