Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_regalloc.h54 struct rc_regalloc_state { struct
59 void rc_init_regalloc_state(struct rc_regalloc_state *s);
60 void rc_destroy_regalloc_state(struct rc_regalloc_state *s);
H A Dradeon_compiler.h45 const struct rc_regalloc_state *regalloc_state;
77 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs);
H A 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()
739 void rc_destroy_regalloc_state(struct rc_regalloc_state *s) in rc_destroy_regalloc_state()
H A Dradeon_compiler.c39 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs) in rc_init()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c512 struct rc_regalloc_state *rs = malloc(sizeof(struct rc_regalloc_state)); in init_compiler()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h640 struct rc_regalloc_state fs_regalloc_state; /* Register allocator info for

Completed in 6 milliseconds