Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_regalloc.h67 struct regalloc_state { struct
68 struct radeon_compiler * C;
70 struct register_info * Input;
71 unsigned int NumInputs;
73 struct register_info * Temporary;
74 unsigned int NumTemporaries;
76 unsigned int Simple;
77 int LoopEnd;
H A Dradeon_compiler.h28 const struct rc_regalloc_state *regalloc_state; member