Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp567 perPatch = 0; in init()
759 i->perPatch = perPatch; in clone()
Dnv50_ir_print.cpp632 if (perPatch) in print()
Dnv50_ir_lowering_nvc0.cpp2427 st->perPatch = i->perPatch; in handleWRSV()
2695 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch) in handleRDSV()
2702 ld->perPatch = i->perPatch; in handleRDSV()
2932 !i->perPatch && in visit()
Dnv50_ir.h884 unsigned perPatch : 1; variable
Dnv50_ir_from_tgsi.cpp2113 ld->perPatch = info->in[idx].patch; in fetchSrc()
2118 ld->perPatch = info->out[idx].patch; in fetchSrc()
2130 ld->perPatch = info->sv[idx].patch; in fetchSrc()
2217 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch = in storeDst()
Dnv50_ir_emit_gk110.cpp1987 if (i->perPatch) in emitVFETCH()
2009 if (i->perPatch) in emitEXPORT()
Dnv50_ir_peephole.cpp2953 if (ldst->perPatch) // TODO: create separate per-patch lists in runOpt()
3437 this->perPatch != that->perPatch) in isActionEqual()
Dnv50_ir_emit_nvc0.cpp1642 if (i->perPatch) in emitVFETCH()
1666 if (i->perPatch) in emitEXPORT()
Dnv50_ir_emit_gm107.cpp429 emitField(pos, 1, insn->perPatch); in emitP()