
Data Fields | |
| struct tgsi_iterate_context | iter |
| reg_flag | regs_decl [TGSI_FILE_COUNT][((512+(sizeof(reg_flag)*8)-1)/(sizeof(reg_flag)*8))] |
| reg_flag | regs_used [TGSI_FILE_COUNT][((512+(sizeof(reg_flag)*8)-1)/(sizeof(reg_flag)*8))] |
| boolean | regs_ind_used [TGSI_FILE_COUNT] |
| uint | num_imms |
| uint | num_instructions |
| uint | index_of_END |
| uint | errors |
| uint | warnings |
Definition at line 41 of file tgsi_sanity.c.
struct tgsi_iterate_context sanity_check_ctx::iter [read] |
Definition at line 43 of file tgsi_sanity.c.
| reg_flag sanity_check_ctx::regs_decl[TGSI_FILE_COUNT][((512+(sizeof(reg_flag)*8)-1)/(sizeof(reg_flag)*8))] |
Definition at line 45 of file tgsi_sanity.c.
| reg_flag sanity_check_ctx::regs_used[TGSI_FILE_COUNT][((512+(sizeof(reg_flag)*8)-1)/(sizeof(reg_flag)*8))] |
Definition at line 46 of file tgsi_sanity.c.
| boolean sanity_check_ctx::regs_ind_used[TGSI_FILE_COUNT] |
Definition at line 47 of file tgsi_sanity.c.
Definition at line 48 of file tgsi_sanity.c.
Definition at line 49 of file tgsi_sanity.c.
Definition at line 50 of file tgsi_sanity.c.
Definition at line 52 of file tgsi_sanity.c.
Definition at line 53 of file tgsi_sanity.c.
1.5.4