Lines Matching refs:resourceInterface
259 de::SharedPtr<ResourceInterface> resourceInterface;
277 , resourceInterface (context.getResourceInterface())
315 , resourceInterface (resourceInterface_)
591 , vki(env.vkp, *instance.object, env.commandLine, env.resourceInterface)
647 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo();
659 if (env.resourceInterface->getCacheDataSize() > 0)
667 env.resourceInterface->getCacheDataSize(), // deUintptr initialDataSize;
668 env.resourceInterface->getCacheData() // const void* pInitialData;
674 poolSizes = env.resourceInterface->getPipelinePoolSizes();
740 , vki (env.vkp, *instance.object, env.commandLine, env.resourceInterface)
808 VkDeviceObjectReservationCreateInfo memReservationInfo = env.commandLine.isSubProcess() ? env.resourceInterface->getStatMax() : resetDeviceObjectReservationCreateInfo();
820 if (env.resourceInterface->getCacheDataSize() > 0)
828 env.resourceInterface->getCacheDataSize(), // deUintptr initialDataSize;
829 env.resourceInterface->getCacheData() // const void* pInitialData;
835 poolSizes = env.resourceInterface->getPipelinePoolSizes();
1491 env.resourceInterface->getCacheDataSize(), // deUintptr initialDataSize;
1492 env.resourceInterface->getCacheData() // const void* pInitialData;
2973 , vkd(de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(parent.vkp, parent.instance, *device, parent.commandLine, parent.resourceInterface, parent.vulkanSC10Properties, parent.properties, parent.apiVersion), vk::DeinitDeviceDeleter(parent.resourceInterface.get(), *device)))
2974 , env(parent.vkp, parent.apiVersion, parent.instanceInterface, parent.instance, *vkd, *device, deviceRes.queueFamilyIndex, parent.programBinaries, parent.allocationCallbacks, maxResourceConsumers, parent.resourceInterface, parent.vulkanSC10Properties, parent.commandLine)
3064 resEnv.env.resourceInterface,
3145 resEnv.env.resourceInterface,