Tag

mobile GPU

1 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jul 28, 2023 · Game Development

Mobile GPU Architecture, Vulkan Advantages, and Tile‑Based Rendering Optimization

Mobile GPUs rely on tile‑based rendering to cut bandwidth and heat, and Vulkan’s thin drivers, explicit synchronization, and multi‑threaded command buffers let developers exploit this architecture—using proper load actions, subpasses, IDVS, and correctly placed barriers—to achieve notable performance boosts and substantial power savings on mobile devices.

GraphicsSynchronizationmobile GPU
0 likes · 15 min read
Mobile GPU Architecture, Vulkan Advantages, and Tile‑Based Rendering Optimization
Tencent Cloud Developer
Tencent Cloud Developer
Nov 29, 2022 · Game Development

GPU Rendering Pipeline and Hardware Architecture Overview

The article surveys GPU rendering pipelines and hardware architectures for desktop and mobile, explains classic stages, compares Immediate Mode, Tile‑Based and Tile‑Based Deferred rendering, details PowerVR, Mali and Adreno components, and offers optimization advice on draw calls, depth pre‑passes, shader efficiency, and render ordering.

GPUGraphicsTBDR
0 likes · 66 min read
GPU Rendering Pipeline and Hardware Architecture Overview
Kuaishou Large Model
Kuaishou Large Model
Oct 22, 2020 · Fundamentals

Why Deferred Rendering Beats Forward Rendering on Mobile GPUs – A Deep Dive

This article compares forward and deferred rendering techniques, analyzes their performance trade‑offs on mobile GPUs, explores tile‑based and hardware‑TBDR approaches, and presents a Metal‑based single‑pass deferred shading solution for modern mobile graphics pipelines.

GraphicsMetalRendering
0 likes · 15 min read
Why Deferred Rendering Beats Forward Rendering on Mobile GPUs – A Deep Dive