Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1917 struct BlockLocation struct
1923 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() function
1924 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() function
1961 vector<BlockDataPtr> blockLocationsToPtrs (const BufferLayout& layout, const vector<BlockLocation>&… in blockLocationsToPtrs()
1970 const BlockLocation& location = blockLocations[blockNdx]; in blockLocationsToPtrs()
2100 vector<BlockLocation> blockLocations; // Block locations in storage (index, offset) in iterate()
2174 blockLocations[blockNdx] = BlockLocation(blockNdx, 0, bufferSize); in iterate()
2196 blockLocations[blockNdx] = BlockLocation(0, curOffset, bufferSize); in iterate()
2243 const BlockLocation& blockLoc = blockLocations[layoutNdx]; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1689 struct BlockLocation struct
1695 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() argument
1696 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() function
1734 vector<BlockDataPtr> blockLocationsToPtrs (const BufferLayout& layout, const vector<BlockLocation>&… in blockLocationsToPtrs()
1743 const BlockLocation& location = blockLocations[blockNdx]; in blockLocationsToPtrs()
1904 std::vector<BlockLocation> blockLocations (numBlocks); in iterate()
1916 blockLocations[blockNdx] = BlockLocation(blockNdx, 0, bufferSize); in iterate()
1945 blockLocations[blockNdx] = BlockLocation(0, curOffset, bufferSize); in iterate()