Searched refs:m_bufferAllocs (Results 1 – 1 of 1) sorted by relevance
271 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anonb4b606d70111::PushDescriptorBufferGraphicsTestInstance450 m_bufferAllocs.push_back( in init()455 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(… in init()456 m_bufferAllocs[bufIdx]->getOffset())); in init()458 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], in init()460 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init()743 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anonb4b606d70111::PushDescriptorBufferComputeTestInstance856 m_bufferAllocs.push_back( in init()861 …VK_CHECK(m_vkd.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(… in init()862 m_bufferAllocs[bufIdx]->getOffset())); in init()[all …]