class TestMsdIntelConnection
Defined at line 21 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
Public Methods
void ~TestMsdIntelConnection ()
Defined at line 25 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void SubmitBatch (std::unique_ptr<MappedBatch> batch)
Defined at line 27 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void DestroyContext (std::shared_ptr<MsdIntelContext> client_context)
Defined at line 32 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
magma::PlatformBusMapper * GetBusMapper ()
Defined at line 34 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void NotificationChannelSend (cpp20::span<uint8_t> data)
msd::NotificationHandler impl
Defined at line 37 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ContextKilled ()
Defined at line 69 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void PerformanceCounterReadCompleted (const msd::PerfCounterResult & result)
Defined at line 74 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
async_dispatcher_t * GetAsyncDispatcher ()
Defined at line 78 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void BufferCompletions ()
Defined at line 83 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReleaseBuffer ()
Defined at line 97 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReleaseBufferWhileMapped ()
Defined at line 125 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReleaseBufferWhileMappedMultiContext ()
Defined at line 190 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReleaseBufferCommandBuffer (bool command_buffer_stuck)
Defined at line 250 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReleaseBufferWhileMappedNoContext ()
This can happen when a connection is shutting down.
Defined at line 337 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc
void ReuseGpuAddrWithoutRelease ()
Defined at line 367 of file ../../src/graphics/drivers/msd-intel-gen/tests/unit_tests/test_connection.cc