Lines Matching refs:GPU
1 # GPU Memory Reporting and Analysis
6 GPU memory usage data can be reported when using the Vulkan back-end with drivers that support the
8 based on every allocation, free, import, unimport, and failed allocation of GPU memory. This
12 ## GPU Memory Reporting
16 each of the following GPU memory events:
18 - Allocation of GPU memory by ANGLE
19 - Free of GPU memory by ANGLE
20 - Import of GPU memory provided by another process (e.g. Android SurfaceFlinger)
21 - Unimport of GPU memory provided by another process
55 Note: At this time, GPU memory reporting has only been tested and used on Android, where the logged
58 ## GPU Memory Analysis
60 GPU memory reporting can be combined with other forms of debugging in order to do analysis. For
65 If an application seems to be using too much GPU memory, enabling memory reporting can reveal which
78 can also be combined with the use of a graphics debugger such as Android GPU Inspector (AGI) or
80 particular GPU memory event is occuring. For example, you might determine that the application is
82 contributes to ANGLE using excessive amounts of GPU memory.