Searched refs:interp_reg (Results 1 - 6 of 6) sorted by relevance

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

Completed in 993 milliseconds