Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp1957 fs_visitor::emit_color_write(int target, int index, int first_color_mrf) in emit_color_write() argument
1988 fs_reg(MRF, first_color_mrf + index * reg_width, color.type), in emit_color_write()
2009 fs_reg(MRF, BRW_MRF_COMPR4 + first_color_mrf + index, in emit_color_write()
2015 inst = emit(BRW_OPCODE_MOV, fs_reg(MRF, first_color_mrf + index, in emit_color_write()
2023 inst = emit(BRW_OPCODE_MOV, fs_reg(MRF, first_color_mrf + index + 4, in emit_color_write()
Dbrw_fs.h324 void emit_color_write(int target, int index, int first_color_mrf);