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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 157 if ((mode & NV50_IR_INTERP_MODE_MASK) == NV50_IR_INTERP_FLAT)
nv50_ir.h 348 #define NV50_IR_INTERP_FLAT (2 << 0)
nv50_ir_lowering_nv50.cpp 906 bld.mkInterp(NV50_IR_INTERP_FLAT, def, addr, NULL);
nv50_ir_emit_nv50.cpp 812 if (i->getInterpMode() == NV50_IR_INTERP_FLAT) {
    [all...]
nv50_ir_from_sm4.cpp 219 case NV50_IR_INTERP_FLAT:
    [all...]
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 910 bld.mkInterp(NV50_IR_INTERP_FLAT, face, addr, NULL);
    [all...]

Completed in 45 milliseconds