Searched refs:interp_reg (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 143 fs_visitor::interp_reg(int location, int channel) function in class:fs_visitor 197 component(interp_reg(VARYING_SLOT_POS, 3), 0));
|
| H A D | brw_fs.h | 294 fs_reg interp_reg(int location, int channel);
|
| H A D | brw_fs_nir.cpp | 3452 retype(component(interp_reg(base, comp + i), 3), type)); 3622 component(interp_reg(nir_intrinsic_base(instr),
|
| H A D | brw_fs.cpp | 1195 component(interp_reg(VARYING_SLOT_POS, 2), 0));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 144 fs_visitor::interp_reg(int location, int channel) function in class:fs_visitor 207 component(interp_reg(VARYING_SLOT_POS, 3), 0));
|
| H A D | brw_fs.h | 334 fs_reg interp_reg(int location, int channel);
|
| H A D | brw_fs_nir.cpp | 3623 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 D | brw_fs.cpp | 1256 component(interp_reg(VARYING_SLOT_POS, 2), 0));
|
Completed in 41 milliseconds