Searched refs:perPatch (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp576 perPatch = 0;
768 i->perPatch = perPatch;
H A Dnv50_ir_from_nir.cpp1452 loi->perPatch = patch;
1459 hii->perPatch = patch;
1466 ld->perPatch = patch;
1489 split[0])->perPatch = info->out[idx].patch;
1491 split[1])->perPatch = info->out[idx].patch;
1496 src)->perPatch = info->out[idx].patch;
2056 mkLoad(dType, newDefs[i], sym, indirect)->perPatch = vary.patch;
2154 rdsv->perPatch = 1;
H A Dnv50_ir_print.cpp680 if (perPatch)
H A Dnv50_ir_lowering_nvc0.cpp2571 st->perPatch = i->perPatch;
2865 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch)
2872 ld->perPatch = i->perPatch;
3171 !i->perPatch &&
H A Dnv50_ir.h911 unsigned perPatch : 1; member in class:nv50_ir::Instruction
H A Dnv50_ir_emit_gk110.cpp1991 if (i->perPatch)
2013 if (i->perPatch)
H A Dnv50_ir_from_tgsi.cpp2085 ld->perPatch = info->in[idx].patch;
2090 ld->perPatch = info->out[idx].patch;
2102 ld->perPatch = info->sv[idx].patch;
2189 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch =
H A Dnv50_ir_peephole.cpp3157 if (ldst->perPatch) // TODO: create separate per-patch lists
3646 this->perPatch != that->perPatch)
H A Dnv50_ir_emit_nvc0.cpp1648 if (i->perPatch)
1672 if (i->perPatch)
H A Dnv50_ir_emit_gm107.cpp430 emitField(pos, 1, insn->perPatch);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp578 perPatch = 0;
772 i->perPatch = perPatch;
H A Dnv50_ir_emit_gv100.h143 emitField(pos, 1, insn->perPatch);
H A Dnv50_ir_from_nir.cpp1242 loi->perPatch = patch;
1249 hii->perPatch = patch;
1256 ld->perPatch = patch;
1279 split[0])->perPatch = info_out->out[idx].patch;
1281 split[1])->perPatch = info_out->out[idx].patch;
1286 src)->perPatch = info_out->out[idx].patch;
1786 mkLoad(dType, newDefs[i], sym, indirect)->perPatch = vary.patch;
1891 rdsv->perPatch = 1;
H A Dnv50_ir_lowering_nvc0.cpp2785 st->perPatch = i->perPatch;
3079 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch)
3086 ld->perPatch = i->perPatch;
3385 !i->perPatch &&
H A Dnv50_ir.h963 unsigned perPatch : 1; member in class:nv50_ir::Instruction
H A Dnv50_ir_print.cpp720 if (perPatch)
H A Dnv50_ir_emit_gk110.cpp1998 if (i->perPatch)
2020 if (i->perPatch)
H A Dnv50_ir_from_tgsi.cpp2067 ld->perPatch = info_out->in[idx].patch;
2072 ld->perPatch = info_out->out[idx].patch;
2084 ld->perPatch = info_out->sv[idx].patch;
2171 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch =
H A Dnv50_ir_peephole.cpp3228 if (ldst->perPatch) // TODO: create separate per-patch lists
3720 this->perPatch != that->perPatch)
H A Dnv50_ir_emit_nvc0.cpp1655 if (i->perPatch)
1679 if (i->perPatch)
H A Dnv50_ir_emit_gm107.cpp434 emitField(pos, 1, insn->perPatch);

Completed in 108 milliseconds