Searched refs:mkInterp (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.h | 68 Instruction *mkInterp(unsigned mode, Value *, int32_t offset, Value *rel);
|
D | nv50_ir_lowering_nv50.cpp | 903 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 906 bld.mkInterp(NV50_IR_INTERP_FLAT, def, addr, NULL); in handleRDSV()
|
D | nv50_ir_build_util.cpp | 152 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp() function in nv50_ir::BuildUtil
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 905 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); in handleRDSV() 910 bld.mkInterp(NV50_IR_INTERP_FLAT, face, addr, NULL); in handleRDSV()
|