Lines Matching refs:resourceInterface
274 de::SharedPtr<vk::ResourceInterface> resourceInterface)
336 resourceInterface->importPipelineCacheData(vkp, instance, vki, physicalDevice, queueIndex);
338 dmrCI = resourceInterface->getStatMax();
340 if(resourceInterface->getCacheDataSize() > 0)
342 pcCI.initialDataSize = resourceInterface->getCacheDataSize();
343 pcCI.pInitialData = resourceInterface->getCacheData();
348 poolSizes = resourceInterface->getPipelinePoolSizes();
390 DE_UNREF(resourceInterface);
415 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface);
550 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::SharedPtr<vk::ResourceInterface> resourceInterface)
580 , m_instanceInterface (vkPlatform, *m_instance, cmdLine, resourceInterface)
598 , m_device (createDefaultDevice(vkPlatform, *m_instance, m_instanceInterface, m_physicalDevice, m_universalQueueFamilyIndex, m_sparseQueueFamilyIndex, m_deviceFeatures.getCoreFeatures2(), m_creationExtensions, cmdLine, resourceInterface))
602 , m_deviceInterface (de::MovePtr<DeviceDriverSC>(new DeviceDriverSC(vkPlatform, *m_instance, *m_device, cmdLine, resourceInterface, getDeviceVulkanSC10Properties(), getDeviceProperties(), m_usedApiVersion)))
606 DE_UNREF(resourceInterface);
649 de::SharedPtr<vk::ResourceInterface> resourceInterface )
653 , m_resourceInterface (resourceInterface)
654 , m_device (new DefaultDevice(m_platformInterface, testCtx.getCommandLine(), resourceInterface))