Home
last modified time | relevance | path

Searched refs:InstanceAndDevice (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp428 class InstanceAndDevice class
430 InstanceAndDevice (Context& context) in InstanceAndDevice() function in vkt::synchronization::__anoncc98f44c0111::InstanceAndDevice
443 m_instanceA = SharedPtr<InstanceAndDevice>(new InstanceAndDevice(context)); in getInstanceA()
450 m_instanceB = SharedPtr<InstanceAndDevice>(new InstanceAndDevice(context)); in getInstanceB()
506 static SharedPtr<InstanceAndDevice> m_instanceA;
507 static SharedPtr<InstanceAndDevice> m_instanceB;
509 SharedPtr<InstanceAndDevice> InstanceAndDevice::m_instanceA;
510 SharedPtr<InstanceAndDevice> InstanceAndDevice::m_instanceB;
1002 , m_instanceA (InstanceAndDevice::getInstanceA(context)) in SharingTestInstance()
1003 , m_vkiA (InstanceAndDevice::getDriverA()) in SharingTestInstance()
[all …]
DvktSynchronizationWin32KeyedMutexTests.cpp1421 class InstanceAndDevice class
1423 InstanceAndDevice (Context& context) in InstanceAndDevice() function in vkt::synchronization::__anoneb7ae1d90111::InstanceAndDevice
1437 m_instanceAndDevice = SharedPtr<InstanceAndDevice>(new InstanceAndDevice(context)); in getInstance()
1479 static SharedPtr<InstanceAndDevice> m_instanceAndDevice;
1481 SharedPtr<InstanceAndDevice> InstanceAndDevice::m_instanceAndDevice;
1523 , m_instance (InstanceAndDevice::getInstance(context)) in Win32KeyedMutexTestInstance()
1525 , m_vki (InstanceAndDevice::getDriver()) in Win32KeyedMutexTestInstance()
1526 , m_physicalDevice (InstanceAndDevice::getPhysicalDevice()) in Win32KeyedMutexTestInstance()
1529 , m_device (InstanceAndDevice::getDevice()) in Win32KeyedMutexTestInstance()
1652 …const de::UniquePtr<DX11Operation> dx11Op (InstanceAndDevice::getSupportDX11()->build(m_config… in iterate()
[all …]