Searched refs:m_instanceWrapper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
H A D | vktDeviceGroupRendering.cpp | 159 std::shared_ptr<CustomInstanceWrapper> m_instanceWrapper; member in vkt::DeviceGroup::__anon24743e700111::DeviceGroupTestInstance 181 , m_instanceWrapper(new CustomInstanceWrapper(context)) in DeviceGroupTestInstance() 202 …getPhysicalDeviceMemoryProperties(m_instanceWrapper->instance.getDriver(), m_context.getPhysicalDe… in getMemoryIndex() 217 …const DeviceDriver vk(m_context.getPlatformInterface(), m_instanceWrapper->instance, *m_deviceGrou… in isPeerFetchAllowed() 220 …getPhysicalDeviceMemoryProperties(m_instanceWrapper->instance.getDriver(), m_physicalDevices[first… in isPeerFetchAllowed() 222 …getPhysicalDeviceMemoryProperties(m_instanceWrapper->instance.getDriver(), m_physicalDevices[secon… in isPeerFetchAllowed() 253 const InstanceInterface &instanceDriver = m_instanceWrapper->instance.getDriver(); in init() 264 enumeratePhysicalDeviceGroups(instanceDriver, m_instanceWrapper->instance); in init() 383 … m_context.getPlatformInterface(), m_instanceWrapper->instance, in init() 387 … new DeviceDriver(m_context.getPlatformInterface(), m_instanceWrapper->instance, *m_deviceGroup, in init() [all …]
|