Home
last modified time | relevance | path

Searched refs:emit_color_write (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.h324 void emit_color_write(int target, int index, int first_color_mrf);
Dbrw_fs_visitor.cpp1957 fs_visitor::emit_color_write(int target, int index, int first_color_mrf) in emit_color_write() function in fs_visitor
2177 emit_color_write(target, i, write_color_mrf); in emit_fb_writes()
2196 emit_color_write(0, 3, color_mrf); in emit_fb_writes()