Searched defs:BlockLocation (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1917 struct BlockLocation struct in namespace:deqp::gles31::bb::__anon3656
1923 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} function in struct:deqp::gles31::bb::__anon3656::BlockLocation
1924 BlockLocation (void) : index(0), offset(0), size(0) {} function in struct:deqp::gles31::bb::__anon3656::BlockLocation
1961 vector<BlockDataPtr> blockLocationsToPtrs (const BufferLayout& layout, const vector<BlockLocation>& blockLocations, const vector<void*>& bufPtrs)
1970 const BlockLocation& location = blockLocations[blockNdx];
2100 vector<BlockLocation> blockLocations; // Block locations in storage (index, offset)
2174 blockLocations[blockNdx] = BlockLocation(blockNdx, 0, bufferSize);
2196 blockLocations[blockNdx] = BlockLocation(0, curOffset, bufferSize);
2243 const BlockLocation& blockLoc = blockLocations[layoutNdx];

Completed in 384 milliseconds