Data Fields | |
struct brw_compile | func |
struct brw_wm_prog_key | key |
struct brw_wm_prog_data | prog_data |
struct brw_fragment_program * | fp |
unsigned | grf_limit |
unsigned | max_wm_grf |
struct brw_reg | pixel_xy [2] |
struct brw_reg | delta_xy [2] |
struct brw_reg | pixel_w |
struct brw_reg | wm_regs [8][32][4] |
struct brw_reg | payload_depth [4] |
struct brw_reg | payload_coef [16] |
struct brw_reg | emit_mask_reg |
struct brw_instruction * | if_inst [32] |
int | if_insn |
struct brw_instruction * | loop_inst [32] |
int | loop_insn |
struct brw_instruction * | inst0 |
struct brw_instruction * | inst1 |
struct brw_reg | stack |
struct brw_indirect | stack_index |
unsigned | reg_index |
unsigned | tmp_start |
unsigned | tmp_index |
Definition at line 92 of file brw_wm.h.
struct brw_compile brw_wm_compile::func [read] |
struct brw_wm_prog_key brw_wm_compile::key [read] |
struct brw_wm_prog_data brw_wm_compile::prog_data [read] |
struct brw_fragment_program* brw_wm_compile::fp [read] |
unsigned brw_wm_compile::grf_limit |
unsigned brw_wm_compile::max_wm_grf |
struct brw_reg brw_wm_compile::pixel_xy[2] [read] |
struct brw_reg brw_wm_compile::delta_xy[2] [read] |
struct brw_reg brw_wm_compile::pixel_w [read] |
struct brw_reg brw_wm_compile::wm_regs[8][32][4] [read] |
struct brw_reg brw_wm_compile::payload_depth[4] [read] |
struct brw_reg brw_wm_compile::payload_coef[16] [read] |
struct brw_reg brw_wm_compile::emit_mask_reg [read] |
struct brw_instruction* brw_wm_compile::if_inst[32] [read] |
struct brw_instruction* brw_wm_compile::loop_inst[32] [read] |
struct brw_instruction* brw_wm_compile::inst0 [read] |
struct brw_instruction* brw_wm_compile::inst1 [read] |
struct brw_reg brw_wm_compile::stack [read] |
struct brw_indirect brw_wm_compile::stack_index [read] |
unsigned brw_wm_compile::reg_index |
unsigned brw_wm_compile::tmp_start |
unsigned brw_wm_compile::tmp_index |