Searched refs:perPatch (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 576 perPatch = 0; 768 i->perPatch = perPatch;
|
| H A D | nv50_ir_from_nir.cpp | 1452 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 D | nv50_ir_print.cpp | 680 if (perPatch)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2571 st->perPatch = i->perPatch; 2865 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch) 2872 ld->perPatch = i->perPatch; 3171 !i->perPatch &&
|
| H A D | nv50_ir.h | 911 unsigned perPatch : 1; member in class:nv50_ir::Instruction
|
| H A D | nv50_ir_emit_gk110.cpp | 1991 if (i->perPatch) 2013 if (i->perPatch)
|
| H A D | nv50_ir_from_tgsi.cpp | 2085 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 D | nv50_ir_peephole.cpp | 3157 if (ldst->perPatch) // TODO: create separate per-patch lists 3646 this->perPatch != that->perPatch)
|
| H A D | nv50_ir_emit_nvc0.cpp | 1648 if (i->perPatch) 1672 if (i->perPatch)
|
| H A D | nv50_ir_emit_gm107.cpp | 430 emitField(pos, 1, insn->perPatch);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 578 perPatch = 0; 772 i->perPatch = perPatch;
|
| H A D | nv50_ir_emit_gv100.h | 143 emitField(pos, 1, insn->perPatch);
|
| H A D | nv50_ir_from_nir.cpp | 1242 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 D | nv50_ir_lowering_nvc0.cpp | 2785 st->perPatch = i->perPatch; 3079 if (prog->getType() == Program::TYPE_TESSELLATION_EVAL && !i->perPatch) 3086 ld->perPatch = i->perPatch; 3385 !i->perPatch &&
|
| H A D | nv50_ir.h | 963 unsigned perPatch : 1; member in class:nv50_ir::Instruction
|
| H A D | nv50_ir_print.cpp | 720 if (perPatch)
|
| H A D | nv50_ir_emit_gk110.cpp | 1998 if (i->perPatch) 2020 if (i->perPatch)
|
| H A D | nv50_ir_from_tgsi.cpp | 2067 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 D | nv50_ir_peephole.cpp | 3228 if (ldst->perPatch) // TODO: create separate per-patch lists 3720 this->perPatch != that->perPatch)
|
| H A D | nv50_ir_emit_nvc0.cpp | 1655 if (i->perPatch) 1679 if (i->perPatch)
|
| H A D | nv50_ir_emit_gm107.cpp | 434 emitField(pos, 1, insn->perPatch);
|
Completed in 108 milliseconds