Home
last modified time | relevance | path

Searched refs:interp_reg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.h336 struct brw_reg interp_reg(int location, int channel);
Dbrw_fs.cpp636 interp_reg(FRAG_ATTRIB_WPOS, 2)); in emit_fragcoord_interpolation()
710 struct brw_reg interp = interp_reg(location, k); in emit_general_interpolation()
730 struct brw_reg interp = interp_reg(location, k); in emit_general_interpolation()
Dbrw_fs_visitor.cpp1856 fs_visitor::interp_reg(int location, int channel) in interp_reg() function in fs_visitor
1905 interp_reg(FRAG_ATTRIB_WPOS, 3)); in emit_interpolation_setup_gen4()