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.cpp573 perPatch = 0; in init()
764 i->perPatch = perPatch; in clone()
Dnv50_ir_print.cpp628 if (perPatch) in print()
Dnv50_ir_lowering_nvc0.cpp2247 st->perPatch = i->perPatch; in handleWRSV()
2515 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch) in handleRDSV()
2522 ld->perPatch = i->perPatch; in handleRDSV()
2752 !i->perPatch && in visit()
Dnv50_ir.h875 unsigned perPatch : 1; variable
Dnv50_ir_from_tgsi.cpp1932 ld->perPatch = info->in[idx].patch; in fetchSrc()
1937 ld->perPatch = info->out[idx].patch; in fetchSrc()
1942 ld->perPatch = info->sv[idx].patch; in fetchSrc()
2028 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch = in storeDst()
Dnv50_ir_emit_gk110.cpp1876 if (i->perPatch) in emitVFETCH()
1898 if (i->perPatch) in emitEXPORT()
Dnv50_ir_peephole.cpp2763 if (ldst->perPatch) // TODO: create separate per-patch lists in runOpt()
3196 this->perPatch != that->perPatch) in isActionEqual()
Dnv50_ir_emit_nvc0.cpp1620 if (i->perPatch) in emitVFETCH()
1644 if (i->perPatch) in emitEXPORT()
Dnv50_ir_emit_gm107.cpp421 emitField(pos, 1, insn->perPatch); in emitP()