
Data Fields | |
| struct brw_compile | func |
| struct brw_vs_prog_key | key |
| struct brw_vs_prog_data | prog_data |
| struct brw_vertex_program * | vp |
| unsigned | nr_inputs |
| unsigned | first_output |
| unsigned | nr_outputs |
| unsigned | first_tmp |
| unsigned | last_tmp |
| struct brw_reg | r0 |
| struct brw_reg | r1 |
| struct brw_reg | regs [12][128] |
| struct brw_reg | tmp |
| struct brw_reg | stack |
| struct { | |
| boolean used_in_src | |
| struct brw_reg reg | |
| } | output_regs [128] |
| struct brw_reg | userplane [6] |
Definition at line 50 of file brw_vs.h.
struct brw_compile brw_vs_compile::func [read] |
struct brw_vs_prog_key brw_vs_compile::key [read] |
struct brw_vs_prog_data brw_vs_compile::prog_data [read] |
struct brw_vertex_program* brw_vs_compile::vp [read] |
| unsigned brw_vs_compile::nr_inputs |
| unsigned brw_vs_compile::first_output |
| unsigned brw_vs_compile::nr_outputs |
| unsigned brw_vs_compile::first_tmp |
| unsigned brw_vs_compile::last_tmp |
struct brw_reg brw_vs_compile::r0 [read] |
struct brw_reg brw_vs_compile::r1 [read] |
struct brw_reg brw_vs_compile::regs[12][128] [read] |
struct brw_reg brw_vs_compile::tmp [read] |
struct brw_reg brw_vs_compile::stack [read] |
struct brw_reg brw_vs_compile::reg [read] |
| struct { ... } brw_vs_compile::output_regs[128] |
struct brw_reg brw_vs_compile::userplane[6] [read] |
1.5.4