Lines Matching defs:load
1219 tmpValueId = lv->load(out);
1241 SpvId load = this->nextId(tempVar.type);
1242 this->writeInstruction(SpvOpLoad, this->getType(*tempVar.type), load, tempVar.spvId, out);
1243 tempVar.lvalue->store(load, out);
1907 SpvId load(OutputStream& out) override {
1949 SpvId load(OutputStream& out) override {
2101 return this->getLValue(*dsl::DSLExpression(fragCoord).release(), out)->load(out);
2108 return this->getLValue(*dsl::DSLExpression(clockwise).release(), out)->load(out);
2180 return this->getLValue(ref, out)->load(out);
2192 return getLValue(expr, out)->load(out);
2196 return getLValue(f, out)->load(out);
2697 lhs = lvalue->load(out);
2821 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one,
2830 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one, SpvOpFSub,
2857 SpvId result = lv->load(out);