Searched refs:lastArrayLen (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 511 const int lastArrayLen = rnd.getInt(1, 5); in BlockUnsizedStructArrayCase() local 512 block.setLastUnsizedArraySize(ndx, lastArrayLen); in BlockUnsizedStructArrayCase() 552 const int lastArrayLen = rnd.getInt(1, 5); in Block2LevelUnsizedStructArrayCase() local 553 block.setLastUnsizedArraySize(ndx, lastArrayLen); in Block2LevelUnsizedStructArrayCase() 600 const int lastArrayLen = rnd.getInt(1, 5); in BlockUnsizedNestedStructArrayCase() local 601 block.setLastUnsizedArraySize(ndx, lastArrayLen); in BlockUnsizedNestedStructArrayCase()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 532 const int lastArrayLen = rnd.getInt(1, 5); in init() local 533 block.setLastUnsizedArraySize(ndx, lastArrayLen); in init() 575 const int lastArrayLen = rnd.getInt(1, 5); in init() local 576 block.setLastUnsizedArraySize(ndx, lastArrayLen); in init() 625 const int lastArrayLen = rnd.getInt(1, 5); in init() local 626 block.setLastUnsizedArraySize(ndx, lastArrayLen); in init()
|