Searched refs:mkStore (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 121 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() function in nv50_ir::BuildUtil 540 up->mkStore(OP_STORE, stTy, static_cast<Symbol *>(sym), ptr, value); in store()
|
D | nv50_ir_build_util.h | 62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
|
D | nv50_ir_from_tgsi.cpp | 2217 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val)->perPatch = in storeDst() 2852 Instruction *st = mkStore(OP_STORE, TYPE_U32, sym, off, fetchSrc(1, c)); in handleSTORE() 3605 mkStore(OP_EXPORT, TYPE_U32, vpSym, NULL, viewport); in handleInstruction() 4247 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]); in handleUserClipPlanes() 4286 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, val); in exportOutputs()
|
D | nv50_ir_lowering_nvc0.cpp | 1432 bld.mkStore(OP_STORE, TYPE_U32, atom->getSrc(0)->asSym(), in handleSharedATOMNVE4() 1528 bld.mkStore(OP_STORE, TYPE_U32, atom->getSrc(0)->asSym(), in handleSharedATOM() 2425 st = bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0), in handleWRSV()
|
D | nv50_ir_lowering_nv50.cpp | 1122 bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0), i->getSrc(1)); in handleWRSV()
|