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.hpp209 struct RefDataStorage struct
244 RefDataStorage m_initialData; // Initial data stored in buffer.
245 RefDataStorage m_writeData; // Data written by compute shader.
DvktSSBOLayoutCase.cpp1754 …DataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) in initRefDataStorage()
1849 const RefDataStorage& initialData,
1850 const RefDataStorage& writeData);
1858 const RefDataStorage& m_initialData; // Initial data stored in buffer.
1859 const RefDataStorage& m_writeData; // Data written by compute shader.
1873 const RefDataStorage& initialData, in SSBOLayoutCaseInstance()
1874 const RefDataStorage& writeData) in SSBOLayoutCaseInstance()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1902 struct RefDataStorage struct
1927 …DataStorage (const ShaderInterface& interface, const BufferLayout& layout, RefDataStorage& storage) in initRefDataStorage()
2095 RefDataStorage initialData; // Initial data stored in buffer. in iterate()
2096 RefDataStorage writeData; // Data written by compute shader. in iterate()