Lines Matching refs:deviceHelper
4547 const auto& deviceHelper = getDeviceHelper(m_context, m_testConfig);
4548 const auto& vkd = deviceHelper.getDeviceInterface();
4549 const auto device = deviceHelper.getDevice();
4550 auto& allocator = deviceHelper.getAllocator();
4551 const auto queue = deviceHelper.getQueue();
4552 const auto queueIndex = deviceHelper.getQueueFamilyIndex();
5586 vk::GraphicsPipelineWrapper staticPipeline (vki, vkd, physicalDevice, device, deviceHelper.getDeviceExtensions(), m_testConfig.pipelineConstructionType);
5589 vk::GraphicsPipelineWrapper extraDynPCPPipeline (vki, vkd, physicalDevice, device, deviceHelper.getDeviceExtensions(), m_testConfig.pipelineConstructionType);
5699 vk::GraphicsPipelineWrapper graphicsPipeline(vki, vkd, physicalDevice, device, deviceHelper.getDeviceExtensions(), m_testConfig.pipelineConstructionType);
5700 vk::GraphicsPipelineWrapper extraDynPipeline(vki, vkd, physicalDevice, device, deviceHelper.getDeviceExtensions(), m_testConfig.pipelineConstructionType);
5888 vk::GraphicsPipelineWrapper meshNoOutPipeline(vki, vkd, physicalDevice, device, deviceHelper.getDeviceExtensions(), m_testConfig.pipelineConstructionType);