Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp217 struct RefDataStorage struct
253 RefDataStorage m_initialData; // Initial data stored in buffer.
254 RefDataStorage m_writeData; // Data written by compute shader.
DvktSSBOLayoutCase.cpp2003 …DataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) in initRefDataStorage()
2103 const RefDataStorage& initialData,
2104 const RefDataStorage& writeData);
2112 const RefDataStorage& m_initialData; // Initial data stored in buffer.
2113 const RefDataStorage& m_writeData; // Data written by compute shader.
2127 const RefDataStorage& initialData, in SSBOLayoutCaseInstance()
2128 const RefDataStorage& writeData) in SSBOLayoutCaseInstance()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1916 struct RefDataStorage struct
1941 …DataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) in initRefDataStorage()
2109 RefDataStorage initialData; // Initial data stored in buffer. in iterate()
2110 RefDataStorage writeData; // Data written by compute shader. in iterate()