ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <packet.h>
Data Fields | |
u32 | qwords |
u16 | qwc |
u16 | type |
qword_t * | data |
Dmatags use qwc for the number of qwords for they handle.
The dma channel QWC register uses it as the total number of qwords that are being sent at a time.
qword_t* packet_t::data |
Definition at line 27 of file packet.h.
Referenced by draw_init_env(), flip_buffers(), init_drawing_environment(), init_texture(), load_texture(), main(), packet_free(), packet_get_qword(), packet_init(), packet_reset(), render(), run_demo(), and setup_texture().
u16 packet_t::qwc |
Definition at line 25 of file packet.h.
Referenced by GsGifPacketsAlloc(), GsGifPacketsExecute(), packet_init(), and packet_reset().
u32 packet_t::qwords |
Definition at line 24 of file packet.h.
Referenced by packet_init(), and packet_reset().
u16 packet_t::type |
Definition at line 26 of file packet.h.
Referenced by packet_free(), packet_init(), and packet_reset().