Home
last modified time | relevance | path

Searched refs:mkInterp (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h70 Instruction *mkInterp(unsigned mode, Value *, int32_t offset, Value *rel);
Dnv50_ir_build_util.cpp151 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp() function in nv50_ir::BuildUtil
Dnv50_ir_lowering_nvc0.cpp2425 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, in handleRDSV()
2429 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV()
2435 bld.mkInterp(NV50_IR_INTERP_FLAT, face, addr, NULL); in handleRDSV()
2518 bld.mkInterp(NV50_IR_INTERP_FLAT, i->getDef(0), addr, NULL); in handleRDSV()
Dnv50_ir_lowering_nv50.cpp1167 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV()
1170 bld.mkInterp(NV50_IR_INTERP_FLAT, def, addr, NULL); in handleRDSV()