Skip to content

Instantly share code, notes, and snippets.

@q4a
Created January 18, 2025 17:29
Show Gist options
  • Save q4a/adee2e06ebb81adda3f2d3b03266a952 to your computer and use it in GitHub Desktop.
Save q4a/adee2e06ebb81adda3f2d3b03266a952 to your computer and use it in GitHub Desktop.
Rock 5B Vulkan benchmarks and tests

vkmark Mali blob 2025.01.18

$ uname -a
Linux rock-5b 6.1.84-vendor-rk35xx #1 SMP Thu Jan  9 02:09:01 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
$ apt show linux-image-vendor-rk35xx | grep git
 version "6.1.84" git revision "854dda7f3eeb4ce6c92ad08bd7d165d4a3395680" codename "Curry Ramen" drivers hash "6d0ed4a1_2af55cb0" patches hash "2b955c38e435e85b" .config hash "26e69fe0d425ec0b" .config hook hash "eb5188a7bccc3e13" variables hash "c22207b66dc5dd57157df2cd7b9c20559b2ed8ac44b9c3c3b9704002c06b8921" framework bash hash "341702db5f597da2"
$ vkmark
ERROR:             VkInstanceCreateInfo::pApplicationInfo::apiVersion has value of 0 which is not permitted. If apiVersion is not 0, then it must be greater than or equal to the value of VK_API_VERSION_1_0 [VUID-VkApplicationInfo-apiVersion]                                                                                                                                         
arm_release_ver: g24p0-00eac0, rk_so_ver: 6                                                                                                                                                  
arm_release_ver: g24p0-00eac0, rk_so_ver: 6                                                                                                                                                  
=======================================================                                                                                                                                      
    vkmark 2017.08                                                                                                                                                                           
=======================================================                                                                                                                                      
    Vendor ID:      0x13B5                                                                                                                                                                   
    Device ID:      0xA8670000                                                                                                                                                               
    Device Name:    Mali-G610
    Driver Version: 100663296
    Device UUID:    c1b141adacce861dbad2f35b559046e9
=======================================================
[vertex] device-local=true: FPS: 1996 FrameTime: 0.501 ms
[vertex] device-local=false: FPS: 2106 FrameTime: 0.475 ms
[texture] anisotropy=0: FPS: 2123 FrameTime: 0.471 ms
[texture] anisotropy=16: FPS: 2114 FrameTime: 0.473 ms
[shading] shading=gouraud: FPS: 2037 FrameTime: 0.491 ms
[shading] shading=blinn-phong-inf: FPS: 2002 FrameTime: 0.500 ms
[shading] shading=phong: FPS: 1942 FrameTime: 0.515 ms
[shading] shading=cel: FPS: 1963 FrameTime: 0.509 ms
[effect2d] kernel=edge: FPS: 2089 FrameTime: 0.479 ms
[effect2d] kernel=blur: FPS: 1890 FrameTime: 0.529 ms
[desktop] <default>: FPS: 2040 FrameTime: 0.490 ms
[cube] <default>: FPS: 2166 FrameTime: 0.462 ms
[clear] <default>: FPS: 8341 FrameTime: 0.120 ms
=======================================================
                                   vkmark Score: 2523
=======================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment