Home
last modified time | relevance | path

Searched refs:perPatch (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp574 perPatch = 0; in init()
768 i->perPatch = perPatch; in clone()
Dnv50_ir_from_nir.cpp1242 loi->perPatch = patch; in loadFrom()
1249 hii->perPatch = patch; in loadFrom()
1256 ld->perPatch = patch; in loadFrom()
1279 split[0])->perPatch = info_out->out[idx].patch; in storeTo()
1281 split[1])->perPatch = info_out->out[idx].patch; in storeTo()
1286 src)->perPatch = info_out->out[idx].patch; in storeTo()
1804 mkLoad(dType, newDefs[i], sym, indirect)->perPatch = vary.patch; in visit()
1909 rdsv->perPatch = 1; in visit()
Dnv50_ir_emit_gv100.h143 emitField(pos, 1, insn->perPatch); in emitP()
Dnv50_ir_lowering_nvc0.cpp2797 st->perPatch = i->perPatch; in handleWRSV()
3092 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch) in handleRDSV()
3099 ld->perPatch = i->perPatch; in handleRDSV()
3400 !i->perPatch && in visit()
Dnv50_ir_print.cpp720 if (perPatch) in print()
Dnv50_ir.h965 unsigned perPatch : 1; variable
Dnv50_ir_from_tgsi.cpp2067 ld->perPatch = info_out->in[idx].patch; in fetchSrc()
2072 ld->perPatch = info_out->out[idx].patch; in fetchSrc()
2084 ld->perPatch = info_out->sv[idx].patch; in fetchSrc()
2171 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch = in storeDst()
Dnv50_ir_emit_gk110.cpp1998 if (i->perPatch) in emitVFETCH()
2020 if (i->perPatch) in emitEXPORT()
Dnv50_ir_peephole.cpp3225 if (ldst->perPatch) // TODO: create separate per-patch lists in runOpt()
3717 this->perPatch != that->perPatch) in isActionEqual()
Dnv50_ir_emit_nvc0.cpp1655 if (i->perPatch) in emitVFETCH()
1679 if (i->perPatch) in emitEXPORT()
Dnv50_ir_emit_gm107.cpp434 emitField(pos, 1, insn->perPatch); in emitP()