Searched refs:m_indexBufferAlloc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp160 de::MovePtr<Allocation> m_indexBufferAlloc; member in class:vkt::pipeline::__anon3848::InputAssemblyInstance
1313 m_indexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_indexBuffer), MemoryRequirement::HostVisible);
1315 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_indexBuffer, m_indexBufferAlloc->getMemory(), m_indexBufferAlloc->getOffset()));
1325 deMemcpy(m_indexBufferAlloc->getHostPtr(), m_indices.data(), m_indices.size() * sizeof(deUint32));
1329 uploadIndexBufferData16((deUint16*)m_indexBufferAlloc->getHostPtr(), m_indices);
1341 m_indexBufferAlloc->getMemory(), // VkDeviceMemory memory;
1342 m_indexBufferAlloc->getOffset(), // VkDeviceSize offset;

Completed in 97 milliseconds