Home
last modified time | relevance | path

Searched refs:rc_regalloc_state (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.h54 struct rc_regalloc_state { struct
59 void rc_init_regalloc_state(struct rc_regalloc_state *s); argument
60 void rc_destroy_regalloc_state(struct rc_regalloc_state *s);
Dradeon_compiler.h45 const struct rc_regalloc_state *regalloc_state;
79 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs);
Dradeon_pair_regalloc.c524 const struct rc_regalloc_state *ra_state = s->C->regalloc_state; in do_advanced_regalloc()
645 void rc_init_regalloc_state(struct rc_regalloc_state *s) in rc_init_regalloc_state()
741 void rc_destroy_regalloc_state(struct rc_regalloc_state *s) in rc_destroy_regalloc_state()
Dradeon_compiler.c36 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs) in rc_init()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c511 struct rc_regalloc_state *rs = malloc(sizeof(struct rc_regalloc_state)); in init_compiler()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h636 struct rc_regalloc_state fs_regalloc_state; /* Register allocator info for