Home
last modified time | relevance | path

Searched defs:regalloc_state (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.h86 struct regalloc_state { struct
87 struct radeon_compiler * C;
89 struct register_info * Input;
90 unsigned int NumInputs;
92 struct register_info * Temporary;
93 unsigned int NumTemporaries;
95 unsigned int Simple;
96 int LoopEnd;
Dradeon_compiler.h45 const struct rc_regalloc_state *regalloc_state; member