Lines Matching refs:platformInterface
219 const PlatformInterface& platformInterface = context.getPlatformInterface();
222 platformInterface.enumerateInstanceVersion(&instanceApiVersion);
532 const PlatformInterface& platformInterface = context.getPlatformInterface();
567 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance);
572 const InstanceDriver instanceIface(platformInterface, instance);
643 const PlatformInterface& platformInterface = context.getPlatformInterface();
689 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo));
690 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion());
708 const PlatformInterface& platformInterface = context.getPlatformInterface();
770 const DeviceDriver deviceDriver (platformInterface, instances.back(), devices[deviceNdx], context.getUsedApiVersion());
787 DeviceDriver deviceDriver(platformInterface, instances[deviceNdx], devices[deviceNdx], context.getUsedApiVersion());
799 DeviceDriver deviceDriver(platformInterface, instances[deviceNdx], devices[deviceNdx], context.getUsedApiVersion());
810 const PlatformInterface& platformInterface = context.getPlatformInterface();
863 const DeviceDriver deviceIface (platformInterface, instance, device, context.getUsedApiVersion());
893 const PlatformInterface& platformInterface = context.getPlatformInterface();
949 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo));
950 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion());
986 const PlatformInterface& platformInterface = context.getPlatformInterface();
1089 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo));
1090 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion());
1195 const PlatformInterface& platformInterface = context.getPlatformInterface();
1274 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo));
1275 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion());
1736 const PlatformInterface& platformInterface = context.getPlatformInterface();
1806 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo));
1807 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion());
1862 const PlatformInterface& platformInterface = context.getPlatformInterface();
1928 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo);
1978 const PlatformInterface& platformInterface = context.getPlatformInterface();
1982 const DeviceDriver deviceDriver (platformInterface, instance, *device, context.getUsedApiVersion());