Searched refs:mkInterp (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_build_util.h | 71 Instruction *mkInterp(unsigned mode, Value *, int32_t offset, Value *rel);
|
D | nv50_ir_lowering_nvc0.cpp | 2986 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, in handleRDSV() 2990 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 2996 bld.mkInterp(NV50_IR_INTERP_FLAT, face, addr, NULL); in handleRDSV() 3095 bld.mkInterp(NV50_IR_INTERP_FLAT, i->getDef(0), addr, NULL); in handleRDSV() 3245 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset() 3252 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, in calculateSampleOffset()
|
D | nv50_ir_build_util.cpp | 153 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp() function in nv50_ir::BuildUtil
|
D | nv50_ir_lowering_nv50.cpp | 1285 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 1288 bld.mkInterp(NV50_IR_INTERP_FLAT, def, addr, NULL); in handleRDSV()
|