Searched refs:m_bufferAllocs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 246 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferGraphicsTestInstance 408 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 409 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 411 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], 16u); in init() 412 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() 696 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferComputeTestInstance 808 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 809 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 811 deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], 16u); in init() 812 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() [all …]
|