Searched refs:m_uniformAllocs (Results 1 – 2 of 2) sorted by relevance
1811 std::vector<AllocationSp> m_uniformAllocs; member in vkt::ssbo::SSBOLayoutCaseInstance1926 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate()1964 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in iterate()1989 DE_ASSERT(m_uniformAllocs.size() == bufferSizes.size()); in iterate()1990 for (size_t allocNdx = 0; allocNdx < m_uniformAllocs.size(); allocNdx++) in iterate()1993 vk::Allocation* alloc = m_uniformAllocs[allocNdx].get(); in iterate()2000 DE_ASSERT(m_uniformAllocs.size() == 1); in iterate()2008 vk::Allocation* alloc = m_uniformAllocs[0].get(); in iterate()
1296 std::vector<AllocationSp> m_uniformAllocs; member in vkt::ubo::__anon0393f7100111::UniformBlockCaseInstance1674 m_uniformAllocs.push_back(AllocationSp(alloc.release())); in addUniformData()