Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushDescriptorTests.cpp271 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anonb4b606d70111::PushDescriptorBufferGraphicsTestInstance
450 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::PushDescriptorBufferComputeTestInstance
856 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 …]