Searched defs:emit_state (Results 1 – 2 of 2) sorted by relevance
76 struct emit_state { struct77 struct radeon_compiler * C;78 struct r500_fragment_program_code * Code;80 struct branch_info * Branches;81 unsigned int CurrentBranchDepth;82 unsigned int BranchesReserved;84 struct r500_loop_info * Loops;85 unsigned int CurrentLoopDepth;86 unsigned int LoopsReserved;88 unsigned int MaxBranchDepth;
155 void (*emit_state) (struct intel_context * intel); member