Lines Matching defs:getDevice
184 inline VkDevice getDevice (void)
346 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queueFamilyIndex).queues[queueReqNdx]);
348 queues.getQueues(queueFamilyIndex).commandPools.push_back(makeVkSharedPtr(createCommandPool(vk, queues.getDevice(), VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queues.getQueueFamilyIndex(queueFamilyIndex))));
352 queues.m_allocator = createAllocator(context, queues.getDevice());
361 const VkDevice device = queues.getDevice();
435 const VkDevice device = queues.getDevice();
663 const VkDevice device = m_queues.getDevice();
702 const VkDevice device = m_queues.getDevice();
746 const VkDevice device = queues->getDevice();
874 const VkDevice device = queues->getDevice();