Lines Matching defs:device
214 const vk::VkDevice device = m_context.getDevice();
219 vk::SimpleAllocator allocator (m_vk, device, memProps, vk::SimpleAllocator::OptionalOffsetParams({ atomSize, m_testSpec.memoryBindOffset }));
221 m_indexBuffer = Buffer::createAndAlloc( m_vk, device,
231 vk::flushAlloc(m_vk, device, m_indexBuffer->getBoundMemory());
304 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get());
359 const vk::VkDevice device = m_context.getDevice();
364 vk::SimpleAllocator allocator (m_vk, device, memProps, vk::SimpleAllocator::OptionalOffsetParams({ atomSize, m_testSpec.memoryBindOffset }));
378 m_indexBuffer = Buffer::createAndAlloc( m_vk, device,
388 vk::flushAlloc(m_vk, device, m_indexBuffer->getBoundMemory());
434 submitCommandsAndWait(m_vk, device, queue, m_cmdBuffer.get());