class Workarounds

Defined at line 13 of file ../../src/graphics/drivers/msd-intel-gen/src/workarounds.h

Public Methods

uint32_t InstructionBytesRequired ()

Returns the number of bytes required to write into the instruction stream.

Defined at line 14 of file ../../src/graphics/drivers/msd-intel-gen/src/workarounds.cc

bool Init (magma::InstructionWriter * writer, EngineCommandStreamerId engine_id)

Assumes there is sufficient space available to write into the instruction

stream. Caller should check |InstructionBytesRequired| first.

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