Searched refs:NV50_IR_INTERP_LINEAR (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 64 mode = NV50_IR_INTERP_LINEAR;
|
| H A D | nv50_ir.h | 559 #define NV50_IR_INTERP_LINEAR (0 << 0) macro
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2759 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, 2763 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); 3018 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, 3025 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord,
|
| H A D | nv50_ir_lowering_nv50.cpp | 1167 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL);
|
| H A D | nv50_ir_from_tgsi.cpp | 2310 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); 3074 mode = NV50_IR_INTERP_LINEAR;
|
| H A D | nv50_ir_emit_gm107.cpp | 2532 case NV50_IR_INTERP_LINEAR : ipam = 0; break;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_common.cpp | 66 mode = NV50_IR_INTERP_LINEAR;
|
| H A D | nv50_ir_emit_gv100.cpp | 976 case NV50_IR_INTERP_LINEAR : 995 case NV50_IR_INTERP_LINEAR :
|
| H A D | nv50_ir.h | 611 #define NV50_IR_INTERP_LINEAR (0 << 0) macro
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2973 ld = bld.mkInterp(NV50_IR_INTERP_LINEAR | NV50_IR_INTERP_OFFSET, 2977 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL); 3232 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord, 3239 bld.mkInterp(NV50_IR_INTERP_LINEAR, coord,
|
| H A D | nv50_ir_from_tgsi.cpp | 2292 insn->setInterpolate(NV50_IR_INTERP_LINEAR | insn->getSampleMode()); 3089 mode = NV50_IR_INTERP_LINEAR;
|
| H A D | nv50_ir_emit_gm107.cpp | 2597 case NV50_IR_INTERP_LINEAR : ipam = 0; break;
|
| H A D | nv50_ir_from_nir.cpp | 1740 mode |= NV50_IR_INTERP_LINEAR;
|
| H A D | nv50_ir_lowering_nv50.cpp | 1285 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL);
|
Completed in 68 milliseconds