Lines Matching defs:storage
1317 throw tcu::NotSupportedError("Test requires support for more compute shader storage blocks than implementation exposes");
1936 void initRefDataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage)
1938 DE_ASSERT(storage.data.empty() && storage.pointers.empty());
1946 storage.data.resize(totalSize);
1950 deUint8* basePtr = storage.data.empty() ? DE_NULL : &storage.data[0];
1956 storage.pointers.resize(layout.blocks.size());
1963 storage.pointers[blockNdx] = getBlockDataPtr(layout, blockLayout, basePtr + curOffset, bufferSize);
2108 vector<Buffer> buffers; // Buffers allocated for storage
2109 vector<BlockLocation> blockLocations; // Block locations in storage (index, offset)