Tessellated Primitive IDs for Low-Memory Vertex Reconstruction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing graphics processing systems face inefficiencies in rendering complex scenes due to increased processing demands with higher tessellation levels, particularly when using large numbers of triangles, which can strain the system's ability to handle primitives effectively.

Innovation Solution

Implementing a method to generate identifiers (IDs) for primitives during tessellation that encode the sub-division steps, allowing for efficient generation and recalculating vertex data without storing full vertex data, using a tessellation unit to determine sub-division based on primitive IDs, and generating vertex data from these IDs.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If the number of primitives is increased to improve tessellation accuracy, then manufacturing precision is improved, but device complexity increases

Engineering Contradiction:
Improvetessellation accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent segments the tessellation process into two distinct stages: a coarse tessellation stage that generates a manageable number of initial primitives, and a refinement stage that improves accuracy through vertex displacement mapping and normal interpolation. This segmentation allows the system to achieve high visual fidelity without generating an excessive number of primitives, thus resolving the contradiction between tessellation accuracy and processing complexity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the parameter representation by storing only vertex displacements and normal vectors instead of complete vertex data for each primitive. This parameter transformation enables the system to achieve high tessellation detail through mathematical transformations of a base mesh, rather than storing and processing numerous high-poly primitives, thereby reducing device complexity while maintaining manufacturing precision.

Inventive Principle:
Principle #35Parameter changes

2Manufacturing precision

If the number of primitives is increased to improve tessellation accuracy, then manufacturing precision is improved, but productivity decreases

Engineering Contradiction:
Improvetessellation accuracyVSAvoidrendering throughput
Core Design Contradiction:
Manufacturing precisionVSProductivity

Solution Approach 1:

The patent segments the tessellation process into a coarse stage that generates a manageable number of initial primitives and a refinement stage that applies vertex displacements and normal interpolations. This segmentation maintains rendering throughput by avoiding the generation of excessive primitives, while still achieving high tessellation accuracy through the refinement processes.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses a base mesh as a template and generates detailed surface representations through vertex displacement copying and normal vector interpolation. Instead of processing numerous unique high-poly primitives, the system copies and transforms a base mesh structure, significantly improving rendering throughput while maintaining manufacturing precision.

Inventive Principle:
Principle #26Copying

3Manufacturing precision

If vertex data is stored for each primitive to improve rendering quality, then manufacturing precision is improved, but loss of substance increases

Engineering Contradiction:
Improvevertex data accuracyVSAvoidmemory usage
Core Design Contradiction:
Manufacturing precisionVSLoss of substance

Solution Approach 1:

The patent extracts only the essential deviation information (vertex displacements and normal vectors) from the complete vertex data. By storing only these differential parameters rather than full vertex attributes for each primitive, the system maintains manufacturing precision for high-fidelity rendering while dramatically reducing memory usage and preventing loss of substance.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent transforms the data representation from storing complete vertex data to storing parameterized transformations (displacements and normals). This parameter change enables the system to reconstruct high-precision vertex information on-demand during rendering, reducing memory usage while maintaining manufacturing precision.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20250363745A1Accessing Primitive Data Using Tessellated Primitive Id
Publication Date: 2025.11.27 IMAGINATION TECH LTD
  • US20250363745A1 patent drawing
  • US20250363745A1 patent drawing
  • US20250363745A1 patent drawing

AI summary

A method of generating identifiers (IDs) for primitives and optionally vertices during tessellation. The IDs include a binary sequence of bits that represents the sub-division steps taken during the tessellation process and so encodes the way in which tessellation has been performed. Such an ID may subsequently be used to generate a random primitive or vertex and hence recalculate vertex data for that primitive or vertex.