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 | |
|---|---|---|
| command | [in] The address of the buffer to add commands to. | |
| load_reg | [in] The register to send data to. | |
| src_buffer_ptr | [in] The starting address of the buffer with the data to send. | |
| src_size | ||
| src_data_num | [in] 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