ReactOS 0.4.16-dev-13-ge2fc578
|
Public Types | |
enum | { IF , IFC , LOOP , REP } |
Public Attributes | |
struct list | entry |
enum control_frame:: { ... } | type |
BOOL | muting |
BOOL | outer_loop |
union { | |
unsigned int loop | |
unsigned int ifc | |
} | no |
struct wined3d_shader_loop_control | loop_control |
BOOL | had_else |
Definition at line 131 of file arb_program_shader.c.
anonymous enum |
Definition at line 133 of file arb_program_shader.c.
Referenced by pop_control_frame(), and shader_arb_handle_instruction().
BOOL control_frame::had_else |
Definition at line 149 of file arb_program_shader.c.
Referenced by shader_hw_else(), and shader_hw_endif().
Definition at line 146 of file arb_program_shader.c.
Referenced by shader_arb_handle_instruction(), shader_hw_else(), shader_hw_endif(), and shader_hw_ifc().
Definition at line 145 of file arb_program_shader.c.
Referenced by shader_arb_handle_instruction(), shader_hw_break(), shader_hw_breakc(), shader_hw_endloop(), shader_hw_endrep(), shader_hw_loop(), and shader_hw_rep().
struct wined3d_shader_loop_control control_frame::loop_control |
Definition at line 148 of file arb_program_shader.c.
Referenced by shader_arb_handle_instruction().
BOOL control_frame::muting |
Definition at line 141 of file arb_program_shader.c.
Referenced by shader_arb_handle_instruction().
union { ... } control_frame::no |
BOOL control_frame::outer_loop |
Definition at line 142 of file arb_program_shader.c.
Referenced by shader_arb_handle_instruction().
enum { ... } control_frame::type |
Referenced by find_last_loop(), and shader_arb_handle_instruction().