Searched refs:mkStore (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.cpp | 122 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr, in mkStore() function in nv50_ir::BuildUtil 524 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_sm4.cpp | 1441 st = mkStore(OP_EXPORT, dTy, sym, getDstPtr(s, 0, shl), value); in saveDst() 1443 st = mkStore(OP_WRSV, dTy, sym, getDstPtr(s, 0, 2), value); in saveDst() 2188 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, val); in exportOutputs()
|
D | nv50_ir_from_tgsi.cpp | 1417 mkStore(OP_EXPORT, TYPE_U32, dstToSym(dst, c), ptr, val); in storeDst() 2276 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]); in handleUserClipPlanes() 2291 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, val); in exportOutputs()
|
D | nv50_ir_lowering_nv50.cpp | 858 bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0), i->getSrc(1)); in handleWRSV()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 852 st = bld.mkStore(OP_EXPORT, i->dType, sym, i->getIndirect(0, 0), in handleWRSV()
|