Home
last modified time | relevance | path

Searched refs:m_refLayout (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp2111 const BufferLayout& m_refLayout; member in vkt::ssbo::SSBOLayoutCaseInstance
2132 , m_refLayout (refLayout) in SSBOLayoutCaseInstance()
2210 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); in iterate()
2215 DE_ASSERT(bufferSizes.size() == m_refLayout.blocks.size()); in iterate()
2293 mappedBlockPtrs = blockLocationsToPtrs(m_refLayout, blockLocations, mapPtrs); in iterate()
2294 copyData(m_refLayout, mappedBlockPtrs, m_refLayout, m_initialData.pointers); in iterate()
2427 …k = compareData(m_context.getTestContext().getLog(), m_refLayout, m_writeData.pointers, m_refLayou… in iterate()
2482 …return new SSBOLayoutCaseInstance(context, m_bufferMode, m_interface, m_refLayout, m_initialData, … in createInstance()
2487 computeReferenceLayout (m_refLayout, m_interface); in init()
2488 initRefDataStorage (m_interface, m_refLayout, m_initialData); in init()
[all …]
DvktSSBOLayoutCase.hpp252 BufferLayout m_refLayout; member in vkt::ssbo::SSBOLayoutCase