Searched refs:m_bufferAllocs (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 268 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferGraphicsTestInstance 436 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 437 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 439 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], static_cast<size_t>(kSi… in init() 440 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() 733 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferComputeTestInstance 846 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 847 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 849 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], static_cast<size_t>(kSizeofV… in init() 850 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 268 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferGraphicsTestInstance 436 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 437 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 439 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &defaultTestColors[bufIdx], static_cast<size_t>(kSi… in init() 440 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() 733 vector<AllocationSp> m_bufferAllocs; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferComputeTestInstance 846 …m_bufferAllocs.push_back(AllocationSp(m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_d… in init() 847 …d.bindBufferMemory(*m_device, **m_buffers[bufIdx], m_bufferAllocs[bufIdx]->getMemory(), m_bufferAl… in init() 849 …deMemcpy(m_bufferAllocs[bufIdx]->getHostPtr(), &m_testColors[bufIdx], static_cast<size_t>(kSizeofV… in init() 850 flushAlloc(m_vkd, *m_device, *m_bufferAllocs[bufIdx]); in init() [all …]
|