Searched refs:m_refLayout (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1802 const BufferLayout& m_refLayout; member in vkt::ssbo::SSBOLayoutCaseInstance 1823 , m_refLayout (refLayout) in SSBOLayoutCaseInstance() 1902 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); in iterate() 1906 DE_ASSERT(bufferSizes.size() == m_refLayout.blocks.size()); in iterate() 1984 mappedBlockPtrs = blockLocationsToPtrs(m_refLayout, blockLocations, mapPtrs); in iterate() 1985 copyData(m_refLayout, mappedBlockPtrs, m_refLayout, m_initialData.pointers); in iterate() 2126 …k = compareData(m_context.getTestContext().getLog(), m_refLayout, m_writeData.pointers, m_refLayou… in iterate() 2159 …return new SSBOLayoutCaseInstance(context, m_bufferMode, m_interface, m_refLayout, m_initialData, … in createInstance() 2164 computeReferenceLayout (m_refLayout, m_interface); in init() 2165 initRefDataStorage (m_interface, m_refLayout, m_initialData); in init() [all …]
|
D | vktSSBOLayoutCase.hpp | 235 BufferLayout m_refLayout; member in vkt::ssbo::SSBOLayoutCase
|