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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp143 fs_visitor::interp_reg(int location, int channel) function in class:fs_visitor
197 component(interp_reg(VARYING_SLOT_POS, 3), 0));
H A Dbrw_fs.h294 fs_reg interp_reg(int location, int channel);
H A Dbrw_fs_nir.cpp3452 retype(component(interp_reg(base, comp + i), 3), type));
3622 component(interp_reg(nir_intrinsic_base(instr),
H A Dbrw_fs.cpp1195 component(interp_reg(VARYING_SLOT_POS, 2), 0));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp144 fs_visitor::interp_reg(int location, int channel) function in class:fs_visitor
207 component(interp_reg(VARYING_SLOT_POS, 3), 0));
H A Dbrw_fs.h334 fs_reg interp_reg(int location, int channel);
H A Dbrw_fs_nir.cpp3623 retype(component(interp_reg(base, comp + i), 3), dest.type));
3631 fs_reg interp = interp_reg(nir_intrinsic_base(instr),
3778 component(interp_reg(nir_intrinsic_base(instr),
H A Dbrw_fs.cpp1256 component(interp_reg(VARYING_SLOT_POS, 2), 0));

Completed in 41 milliseconds