Lines Matching defs:storage
1952 void initRefDataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage)
1954 DE_ASSERT(storage.data.empty() && storage.pointers.empty());
1966 storage.data.resize(totalSize);
1970 deUint8* basePtr = storage.data.empty() ? DE_NULL : &storage.data[0];
1976 storage.pointers.resize(layout.blocks.size());
1983 storage.pointers[blockNdx] = getBlockDataPtr(layout, blockLayout, basePtr + curOffset, bufferSize);
2252 // Copy the initial data to the storage buffers
2357 // Add barriers for shader writes to storage buffers before host access
2495 TCU_THROW(NotSupportedError, "Physical storage buffer pointers not supported");
2498 TCU_THROW(NotSupportedError, "Descriptor indexing over storage buffer not supported");
2501 // Shader defines N+1 storage buffers: N to operate and one more to store the number of cases passed.
2509 TCU_THROW(NotSupportedError, "Descriptor set storage buffers count higher than the maximum supported by the driver");