Full Tile Primitives Conditional Preloading Graphics Pipeline

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Tile-based graphics processing systems face inefficiencies in managing 'full tile' primitives, leading to unnecessary processing and buffering, especially when not all tiles require actual primitives for rendering.

Innovation Solution

The system introduces a method where 'full tile' primitives are conditionally processed, allowing them to be preloaded in advance for tiles that will definitely require them, and stalled for tiles with no actual primitives, optimizing processing by avoiding unnecessary buffering and reducing redundant operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If 'full tile' primitives are preloaded in advance for all tiles, then tiles that need them can be processed efficiently, but unnecessary processing and buffering occur for tiles with no actual primitives

Engineering Contradiction:
Improveprocessing efficiencyVSAvoidunnecessary processing
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The system performs preliminary actions by preloading full tile primitives for tiles that will definitely require them, allowing those tiles to be processed efficiently without waiting. However, the system avoids unnecessary preliminary actions by checking whether a tile actually needs full tile primitives before preloading, thus preventing wasteful processing for tiles with no actual primitives.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system dynamically adjusts its behavior based on whether a tile contains actual primitives. When a tile has actual primitives, full tile primitives are preloaded in advance. When a tile has no actual primitives, the system skips the full tile primitive loading, thereby adapting the processing strategy to the specific needs of each tile and avoiding unnecessary operations.

Inventive Principle:
Principle #15Dynamics

2Reliability

If full tile primitives are buffered for all tiles, then availability is ensured, but buffering overhead increases when not all tiles require primitives

Engineering Contradiction:
Improveavailability of primitivesVSAvoidbuffering management
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system applies different buffering strategies to different tiles based on their specific needs. Instead of uniformly buffering full tile primitives for all tiles, the system identifies which tiles actually contain or will contain actual primitives and only preloads full tile primitives for those specific tiles. This localized approach ensures reliability for needed tiles while reducing buffering complexity for tiles that don't require it.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11361400B1Full tile primitives in tile-based graphics processing
Publication Date: 2022.06.14 ARM LTD
  • US11361400B1 patent drawing
  • US11361400B1 patent drawing
  • US11361400B1 patent drawing

AI summary

A primitive that triggers performance of a graphics operation for the entirety of a tile is included in the sequence of primitives for a sequence of rendering tiles being provided to subsequent stages of the graphics processing pipeline for processing at least one tile in advance of the tile to which the primitive that is to trigger a graphics processing operation for the entirety of the tile relates. If, subsequent to the starting of the processing of the primitive that performs a processing operation for the entirety of the tile, it is determined that no other primitives will be processed for the tile, at least one of the subsequent processing stages of the graphics processing pipeline is caused to stop performing processing in respect of the primitive that performs a processing operation for the entirety of the tile.