Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp246 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferGraphicsTestInstance
408m_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
808m_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 …]