Searched refs:perPatch (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir.cpp | 574 perPatch = 0; in init() 768 i->perPatch = perPatch; in clone()
|
D | nv50_ir_from_nir.cpp | 1242 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()
|
D | nv50_ir_emit_gv100.h | 143 emitField(pos, 1, insn->perPatch); in emitP()
|
D | nv50_ir_lowering_nvc0.cpp | 2797 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()
|
D | nv50_ir_print.cpp | 720 if (perPatch) in print()
|
D | nv50_ir.h | 965 unsigned perPatch : 1; variable
|
D | nv50_ir_from_tgsi.cpp | 2067 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()
|
D | nv50_ir_emit_gk110.cpp | 1998 if (i->perPatch) in emitVFETCH() 2020 if (i->perPatch) in emitEXPORT()
|
D | nv50_ir_peephole.cpp | 3225 if (ldst->perPatch) // TODO: create separate per-patch lists in runOpt() 3717 this->perPatch != that->perPatch) in isActionEqual()
|
D | nv50_ir_emit_nvc0.cpp | 1655 if (i->perPatch) in emitVFETCH() 1679 if (i->perPatch) in emitEXPORT()
|
D | nv50_ir_emit_gm107.cpp | 434 emitField(pos, 1, insn->perPatch); in emitP()
|