diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-02-21 15:39:26 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-02-21 16:08:12 +0100 |
commit | bae923bf240bcd3186eb2153d8c10dad166a1f5d (patch) | |
tree | 69a1efa08befc74d92dbd086eac51222d8e57eab /tools | |
parent | 6e7c3fd1163ec67a1d7ba23c5ec27864b7d25f62 (diff) |
imx6 preparations
viv_info: support multiple cores
add info to gpus.json and gpus_comparison
Diffstat (limited to 'tools')
-rw-r--r-- | tools/data/gpus.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/tools/data/gpus.json b/tools/data/gpus.json index bfd43bf..18e53d3 100644 --- a/tools/data/gpus.json +++ b/tools/data/gpus.json @@ -90,6 +90,67 @@ "vertexCacheSize": "8", "vertexOutputBufferSize": "128" }] + }, + { + "platform": "Freescale i.MX 6", + "chips": [{ + "type": "GC2000", + "chipModel": "0x2000", + "chipRevision": "0x5108", + "chipFeatures": "0xe0296cad", + "chipMinorFeatures": "0xc9799eff", + "chipMinorFeatures1": "0x2efbf2d9", + "chipMinorFeatures2": "0x0", + "chipMinorFeatures3": "0x0", + "streamCount": "8", + "registerMax": "64", + "threadCount": "1024", + "shaderCoreCount": "4", + "vertexCacheSize": "16", + "vertexOutputBufferSize": "512", + "pixelPipes": "2", + "instructionCount": "512", + "numConstants": "168", + "bufferSize": "0" + }, { + "type": "GC320", + "chipModel": "0x0320", + "chipRevision": "0x5007", + "chipFeatures": "0xe02c7eca", + "chipMinorFeatures": "0xc1399eff", + "chipMinorFeatures1": "0x020fb2db", + "chipMinorFeatures2": "0x00000000", + "chipMinorFeatures3": "0x00000000", + "streamCount": "1", + "registerMax": "64", + "threadCount": "1024", + "shaderCoreCount": "4", + "vertexCacheSize": "16", + "vertexOutputBufferSize": "1024", + "pixelPipes": "2", + "instructionCount": "256", + "numConstants": "256", + "bufferSize": "8" + }, { + "type": "GC355", + "chipModel": "0x0355", + "chipRevision": "0x1215", + "chipFeatures": "0x1e2c7cc8", + "chipMinorFeatures": "0x0024207f", + "chipMinorFeatures1": "0x00000000", + "chipMinorFeatures2": "0x00010104", + "chipMinorFeatures3": "0x00000000", + "streamCount": "0", + "registerMax": "0", + "threadCount": "0", + "shaderCoreCount": "0", + "vertexCacheSize": "0", + "vertexOutputBufferSize": "0", + "pixelPipes": "0", + "instructionCount": "0", + "numConstants": "0", + "bufferSize": "0" + }] } ] |