0.3.1
|
Data Structures | |
struct | vdp1_cmdt_list |
Not yet documented. More... | |
struct | vdp1_cmdt_orderlist |
Not yet documented. More... | |
Typedefs | |
typedef struct vdp1_cmdt_list | vdp1_cmdt_list_t |
Not yet documented. | |
typedef struct vdp1_cmdt_orderlist | vdp1_cmdt_orderlist_t |
Not yet documented. | |
Functions | |
static void | vdp1_cmdt_orderlist_end (vdp1_cmdt_orderlist_t *cmdt_orderlist) |
Not yet documented. | |
vdp1_cmdt_list_t * | vdp1_cmdt_list_alloc (uint16_t count) |
Not yet documented. | |
void | vdp1_cmdt_list_free (vdp1_cmdt_list_t *cmdt_list) |
Not yet documented. | |
void | vdp1_cmdt_list_init (vdp1_cmdt_list_t *cmdt_list, vdp1_cmdt_t *cmdts) |
Not yet documented. | |
void | vdp1_cmdt_orderlist_init (vdp1_cmdt_orderlist_t *cmdt_orderlist, uint16_t count) |
Not yet documented. | |
vdp1_cmdt_orderlist_t * | vdp1_cmdt_orderlist_alloc (uint16_t count) |
Not yet documented. | |
void | vdp1_cmdt_orderlist_free (vdp1_cmdt_orderlist_t *cmdt_orderlist) |
Not yet documented. | |
void | vdp1_cmdt_orderlist_vram_patch (vdp1_cmdt_orderlist_t *cmdt_orderlist, const vdp1_cmdt_t *cmdt_base, uint16_t count) |
Not yet documented. | |
Description goes here.
struct vdp1_cmdt_list |
Not yet documented.
Data Fields | ||
---|---|---|
vdp1_cmdt_t * | cmdts | Not yet documented. |
uint16_t | count | Not yet documented. |
struct vdp1_cmdt_orderlist |
Not yet documented.
Data Fields | ||
---|---|---|
vdp1_cmdt_t * | cmdt | Not yet documented. |
|
inlinestatic |
Not yet documented.
cmdt_orderlist |
vdp1_cmdt_list_t * vdp1_cmdt_list_alloc | ( | uint16_t | count | ) |
Not yet documented.
count |
void vdp1_cmdt_list_free | ( | vdp1_cmdt_list_t * | cmdt_list | ) |
Not yet documented.
cmdt_list |
void vdp1_cmdt_list_init | ( | vdp1_cmdt_list_t * | cmdt_list, |
vdp1_cmdt_t * | cmdts | ||
) |
Not yet documented.
cmdt_list | |
cmdts |
void vdp1_cmdt_orderlist_init | ( | vdp1_cmdt_orderlist_t * | cmdt_orderlist, |
uint16_t | count | ||
) |
Not yet documented.
cmdt_orderlist | |
count |
vdp1_cmdt_orderlist_t * vdp1_cmdt_orderlist_alloc | ( | uint16_t | count | ) |
Not yet documented.
count |
void vdp1_cmdt_orderlist_free | ( | vdp1_cmdt_orderlist_t * | cmdt_orderlist | ) |
Not yet documented.
cmdt_orderlist |
void vdp1_cmdt_orderlist_vram_patch | ( | vdp1_cmdt_orderlist_t * | cmdt_orderlist, |
const vdp1_cmdt_t * | cmdt_base, | ||
uint16_t | count | ||
) |
Not yet documented.
cmdt_orderlist | |
cmdt_base | |
count |