HomeSort by relevance Sort by last modified time
    Searched refs:NV50_IR_INTERP_LINEAR (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 346 #define NV50_IR_INTERP_LINEAR (0 << 0)
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir_lowering_nv50.cpp 903 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL);
nv50_ir_from_sm4.cpp 216 case NV50_IR_INTERP_LINEAR:
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 905 bld.mkInterp(NV50_IR_INTERP_LINEAR, i->getDef(0), addr, NULL);
    [all...]

Completed in 51 milliseconds