nn::gr::CTR::Shader::MakeLoadCommand_ Member Function
protected:
bit32 * MakeLoadCommand_(
bit32 * command,
const bit32 load_reg,
const u32 * src_buffer_ptr,
const u32 src_size
) const;
| Name | Description | |
|---|---|---|
| in | command | The address of the buffer to add commands to. |
| in | load_reg | The register to send data to. |
| in | src_buffer_ptr | The starting address of the buffer with the data to send. |
| in | src_size | The amount of data (number of data items) to send. |
Generates commands to send a set of data to a specified register. This does not support SEQ and BE.
CONFIDENTIAL