class RenderEngineCommandStreamer

Defined at line 10 of file ../../src/graphics/drivers/msd-intel-gen/src/render_command_streamer.h

Public Methods

void RenderEngineCommandStreamer (EngineCommandStreamer::Owner * owner, std::unique_ptr<GpuMapping> hw_status_page)

Defined at line 20 of file ../../src/graphics/drivers/msd-intel-gen/src/render_command_streamer.cc

std::unique_ptr<RenderInitBatch> CreateRenderInitBatch (uint32_t device_id)

Defined at line 11 of file ../../src/graphics/drivers/msd-intel-gen/src/render_command_streamer.cc

bool RenderInit (std::shared_ptr<MsdIntelContext> context, std::unique_ptr<RenderInitBatch> init_batch, std::shared_ptr<AddressSpace> address_space)

|address_space| used to map the render init batch.

Defined at line 27 of file ../../src/graphics/drivers/msd-intel-gen/src/render_command_streamer.cc

std::unique_ptr<IndirectContextBatch> CreateIndirectContextBatch (std::shared_ptr<AddressSpace> address_space)

Creates an indirect context batch to be used by all contexst,

mapped into the given |address_space| which should be the global GTT.

Defined at line 49 of file ../../src/graphics/drivers/msd-intel-gen/src/render_command_streamer.cc

Friends

class TestEngineCommandStreamer