Searched refs:blend_color_state (Results 1 – 3 of 3) sorted by relevance
108 FREE(r300->blend_color_state.state); in r300_destroy_context()184 R300_INIT_ATOM(blend_color_state, is_r500 ? 3 : 2); in r300_setup_atoms()226 R300_ALLOC_ATOM(blend_color_state, r300_blend_color_state); in r300_setup_atoms()
580 (struct r300_blend_color_state*)r300->blend_color_state.state; in r300_set_blend_color()653 r300_mark_atom_dirty(r300, &r300->blend_color_state); in r300_set_blend_color()872 r300_set_blend_color(&r300->context, r300->blend_color_state.state); in r300_mark_fb_state_dirty()979 …r300_set_blend_color(pipe, &((struct r300_blend_color_state*)r300->blend_color_state.state)->state… in r300_set_framebuffer_state()
510 struct r300_atom blend_color_state; member