Multi-View Primitive Block Assembly for Lower Graphics Memory Bandwidth

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The increasing complexity of graphics data and the high volume of vertex data required for rendering images in graphics processing systems lead to memory bandwidth limitations and inefficiencies, particularly in tile-based graphics systems handling multiple views.

Innovation Solution

A new data structure and method for generating primitive blocks that store vertex data for multiple views within a single primitive block, reducing memory usage by separating common data for all views and dedicated data for individual views, thereby minimizing memory writes and bandwidth requirements.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If vertex data is stored separately for each view in multi-view rendering, then rendering accuracy and view-specific detail are improved, but memory bandwidth and storage requirements increase significantly

Engineering Contradiction:
Improverendering accuracyVSAvoidmemory bandwidth
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent segments vertex data into two distinct categories: view-independent data (such as position, color, texture coordinates) and view-specific data (such as depth values, clip-space coordinates). This segmentation allows the system to store common data once and only store view-specific variations, significantly reducing memory bandwidth requirements while maintaining rendering accuracy for each view.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent merges the storage of view-independent vertex data across multiple views by creating a unified data structure where common attributes are stored once and shared by all views. This combining approach eliminates redundant data storage and reduces memory bandwidth consumption while preserving the ability to render multiple views simultaneously.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If vertex data is stored separately for each view in multi-view rendering, then view-specific rendering details are preserved, but memory storage requirements increase

Engineering Contradiction:
Improveview-specific detailVSAvoidmemory storage
Core Design Contradiction:
Measurement precisionVSVolume of stationary object

Solution Approach 1:

The patent segments vertex data into view-independent and view-specific components, storing the former once and the latter only when variations exist. This segmentation maintains view-specific rendering details by preserving necessary view-dependent attributes while eliminating redundant storage of identical data across multiple views.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter storage strategy by conditionally storing vertex attributes based on whether they vary across views. View-independent parameters are stored once and reused, while view-specific parameters are stored only when necessary, dynamically adjusting storage requirements based on actual data characteristics.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If tile-based rendering is used to reduce memory operations, then power consumption and rendering speed are improved, but handling multi-view data becomes more complex

Engineering Contradiction:
Improverendering speedVSAvoiddata structure complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments multi-view vertex data into structured categories (view-independent and view-specific attributes) that can be efficiently processed by tile-based rendering units. This segmentation provides a clear data organization scheme that simplifies the handling complexity while enabling parallel processing of multiple views within the tile-based architecture.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent creates a universal data structure that can handle both single-view and multi-view rendering scenarios. The same segmented data format works for traditional single-view tile-based rendering while also supporting multi-view rendering, making the system multi-functional without requiring separate complex data paths for different rendering modes.

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

Data Source

PatentUS20250252671A1Assembling Primitive Data into Multi-View Primitive Blocks in a Graphics Processing System
Publication Date: 2025.08.07 IMAGINATION TECH LTD
  • US20250252671A1 patent drawing
  • US20250252671A1 patent drawing
  • US20250252671A1 patent drawing

AI summary

Methods and apparatus for generating a data structure for storing primitive data for a number of primitives and vertex data for a plurality of vertices, wherein each primitive is defined with reference to one or more of the plurality of vertices. The vertex data comprises data for more than one view, such as a left view and a right view, with vertex parameter values for a first group of vertex parameters being stored separately for each view and vertex parameter values for a second, non-overlapping group of vertex parameters being stored only once and used when rendering either or both views.