Home
last modified time | relevance | path

Searched refs:layoutLoc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp845 const Stage layoutLoc = Stage(rng.getUint32()&0x3); in init() local
846 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc); in init()
848 const int location = layoutLoc ? rng.getInt(0, maxLocations-1-5) : -1; in init()
865 layoutLoc, in init()
1030 const Stage layoutLoc = Stage(rng.getUint32()&0x3); in init() local
1031 const Stage declareLoc = Stage((rng.getUint32()&0x3) | layoutLoc); in init()
1036 layoutLoc, in init()
1038 (layoutLoc!=0) ? locations.back() : -1); in init()