Home
last modified time | relevance | path

Searched refs:rc_init (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h77 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs);
Dradeon_compiler.c39 void rc_init(struct radeon_compiler * c, const struct rc_regalloc_state *rs) in rc_init() function
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c193 rc_init(&compiler.Base, NULL); in r300_translate_vertex_shader()
Dr300_fs.c429 rc_init(&compiler.Base, &r300->fs_regalloc_state); in r300_translate_fragment_shader()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c514 rc_init(c, rs); in init_compiler()