class RenderInitBatch
Defined at line 16 of file ../../src/graphics/drivers/msd-intel-gen/src/render_init_batch.h
Public Methods
void RenderInitBatch (uint32_t batch_size, const uint32_t[] batch_array, uint32_t relocation_count, const uint32_t[] relocation_array)
Defined at line 18 of file ../../src/graphics/drivers/msd-intel-gen/src/render_init_batch.h
std::unique_ptr<GpuMapping> Init (std::unique_ptr<MsdIntelBuffer> buffer, std::shared_ptr<AddressSpace> address_space)
Defined at line 21 of file ../../src/graphics/drivers/msd-intel-gen/src/render_init_batch.cc
uint32_t size ()
Defined at line 25 of file ../../src/graphics/drivers/msd-intel-gen/src/render_init_batch.h
Friends
class TestRenderInitBatch