# PowerVR Rogue complete VkPhysicalDeviceProperties::deviceID list

**URL:** https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034
**Category:** PowerVR Insider
**Created:** [September 23, 2024, 8:52am UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034 "2024-09-23T08:52:55Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![andreyogld3d](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.imgtec.com/andreyogld3d/32/255_2.png) [@andreyogld3d](https://forums.imgtec.com/u/andreyogld3d)
#### Post date: [September 23, 2024, 8:52am UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034/1 "2024-09-23T08:52:55Z")

</div>

Hi! We have problem with our application on PowerVR Rogue architecture.  
We need to complete lits for device\_id. Later we will try to fix this problem.

Right now we have the following list:

// PowerVR Rogue GE8100  
0x22021016u,  
// PowerVR Rogue GE8300  
0x22054030u,  
// PowerVR Rogue GE8300  
0x22054038u,  
// PowerVR Rogue GE8320  
0x22104018u,  
// PowerVR Rogue GE8322  
0x22104218u,  
// PowerVR Rogue GM9446  
0x24208504u

According [https://vulkan.gpuinfo.org/](https://vulkan.gpuinfo.org/) site

Could you provide this information?

---

<div class="post-metadata">

### Author: ![AlejandroC](https://avatars.discourse-cdn.com/v4/letter/a/97f17d/32.png) [@AlejandroC](https://forums.imgtec.com/u/AlejandroC)
#### Post date: [September 25, 2024, 2:22pm UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034/2 "2024-09-25T14:22:50Z")

</div>

Hi andreyogld3d,

Thanks for your email. Could you please point me to a definition of `device_id`?

You can get a detailed list of PowerVR licensed core names from our shader Profiling Compilers (available in the Downloads section of our Developer Portal [https://developer.imaginationtech.com/](https://developer.imaginationtech.com/) ) in case that information is useful for you.

- Series 6 G6200
- Series 6 G6200
- Series 6 G6400
- Series 6 XT GX6650
- Series 6 XT GX6450
- Series 6 XT GE6250
- Series 6 XT GX6650
- Series 6 XT GX6250
- Series 6 XT GX6650
- Series 6 XE G6110
- Series 6 XR GR6500
- Series 7 XTP GT7400
- Series 8 XE GE8300
- Series 8 XE GE8310
- Series 8 XE GE8300
- Series 8 XEP GE8320
- Series 9 XM GM9445
- Series B BXS-32-1024
- Series B BXM-8-256
- Series B BXT-32-1024
- Series B BXM-4-64
- Series C CXT-48-1536-RT3

Best regards,  
Alejandro

---

<div class="post-metadata">

### Author: ![andreyogld3d](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.imgtec.com/andreyogld3d/32/255_2.png) [@andreyogld3d](https://forums.imgtec.com/u/andreyogld3d)
#### Post date: [September 25, 2024, 4:57pm UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034/3 "2024-09-25T16:57:37Z")

</div>

Hi, @AlejandroC thank you for your answer,  
device\_id this is VkPhysicalDeviceProperties:: ```  
deviceID  
``’  
[https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceProperties.html#\_c\_specification](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceProperties.html#_c_specification)

I need full list of deviceID for all PowerVR Rogue 8xx-9xx devices

---

<div class="post-metadata">

### Author: ![AlejandroC](https://avatars.discourse-cdn.com/v4/letter/a/97f17d/32.png) [@AlejandroC](https://forums.imgtec.com/u/AlejandroC)
#### Post date: [September 26, 2024, 5:37pm UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034/4 "2024-09-26T17:37:09Z")

</div>

Hi andreyogld3d,

As new PowerVR devices could be licensed and manufactured from previous architectures (like Rogue) there is not an official list of PowerVR devices.

You could rely in the `VkPhysicalDeviceProperties::vendorID` for identifying PowerVR devices (use the vendor enum from Vulkan). In Vulkan you can then check for `VK_EXT_descriptor_indexing` to distiguish between Rogue and Volcanic architecture cores.

Best regards,  
Alejandro

---

<div class="post-metadata">

### Author: ![andreyogld3d](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.imgtec.com/andreyogld3d/32/255_2.png) [@andreyogld3d](https://forums.imgtec.com/u/andreyogld3d)
#### Post date: [September 26, 2024, 8:10pm UTC](https://forums.imgtec.com/t/powervr-rogue-complete-vkphysicaldeviceproperties-deviceid-list/4034/5 "2024-09-26T20:10:56Z")

</div>

@AlejandroC Thank you.
