Home
last modified time | relevance | path

Searched refs:getLValue (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.hpp62 …virtual ExecValueAccess getLValue (void) const { DE_ASSERT(DE_FALSE); throw Exception("Express… in getLValue() function in rsg::Expression
78 ExecValueAccess getLValue (void) const { return m_valueAccess; } in getLValue() function in rsg::VariableAccess
DrsgExpression.cpp972 …assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecu… in evaluate()
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp595 std::unique_ptr<LValue> lvalue = this->getLValue(*b.fLeft); in writeBinaryExpression()
608 lvalue = this->getLValue(*b.fLeft); in writeBinaryExpression()
954 lvalues.emplace_back(this->getLValue(*arg)); in writeFunctionCall()
1015 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePrefixExpression()
1056 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePostfixExpression()
1310 std::unique_ptr<ByteCodeGenerator::LValue> ByteCodeGenerator::getLValue(const Expression& e) { in getLValue() function in SkSL::ByteCodeGenerator
DSkSLJIT.cpp282 std::unique_ptr<JIT::LValue> JIT::getLValue(LLVMBuilderRef builder, const Expression& expr) { in getLValue() function in SkSL::JIT
387 this->getLValue(builder, in getLValue()
389 this->getLValue(builder, in getLValue()
462 this->getLValue(builder, *s.fBase), in getLValue()
525 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *b.fLeft); \ in compileBinary()
563 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *b.fLeft); in compileBinary()
742 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePostfix()
790 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePrefix()
DSkSLByteCodeGenerator.h193 std::unique_ptr<LValue> getLValue(const Expression& expr);
DSkSLSPIRVCodeGenerator.cpp716 arguments.push_back(this->getLValue(*c.fArguments[i], out)->getPointer()); in writeIntrinsicCall()
736 arguments.push_back(this->getLValue(*c.fArguments[i], out)->getPointer()); in writeIntrinsicCall()
1024 std::unique_ptr<LValue> lv = this->getLValue(*c.fArguments[i], out); in writeFunctionCall()
1570 SpvId id = this->getLValue(expr, out)->getPointer(); in getAccessChain()
1690 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
1729 SpvId base = this->getLValue(*swizzle.fBase, out)->getPointer(); in getLValue()
1765 SpvId ifTrue = this->getLValue(*t.fIfTrue, out)->getPointer(); in getLValue()
1769 SpvId ifFalse = this->getLValue(*t.fIfFalse, out)->getPointer(); in getLValue()
1907 return getLValue(expr, out)->load(out); in writeIndexExpression()
1911 return getLValue(f, out)->load(out); in writeFieldAccess()
[all …]
DSkSLJIT.h153 std::unique_ptr<LValue> getLValue(LLVMBuilderRef builder, const Expression& expr);
DSkSLSPIRVCodeGenerator.h194 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1210 std::unique_ptr<LValue> lv = this->getLValue(arg, out); in writeFunctionCallArgument()
1880 SpvId id = this->getLValue(expr, out)->getPointer(); in getAccessChain()
2015 std::unique_ptr<SPIRVCodeGenerator::LValue> SPIRVCodeGenerator::getLValue(const Expression& expr, in getLValue() function in SkSL::SPIRVCodeGenerator
2055 std::unique_ptr<LValue> lvalue = this->getLValue(*swizzle.base(), out); in getLValue()
2101 return this->getLValue(*dsl::DSLExpression(fragCoord).release(), out)->load(out); in writeVariableReference()
2108 return this->getLValue(*dsl::DSLExpression(clockwise).release(), out)->load(out); in writeVariableReference()
2180 return this->getLValue(ref, out)->load(out); in writeVariableReference()
2192 return getLValue(expr, out)->load(out); in writeIndexExpression()
2196 return getLValue(f, out)->load(out); in writeFieldAccess()
2678 this->getLValue(*left, out)->store(rhs, out); in writeBinaryExpression()
[all …]
DSkSLSPIRVCodeGenerator.h228 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h416 LValue *Function::getLValue(int id) in getLValue() function
Dnv50_ir.h1265 inline LValue *getLValue(int id);
Dnv50_ir_ra.cpp593 func->clobbers.push_back(func->getLValue(i)); in visit()
716 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
Dnv50_ir_from_tgsi.cpp4309 Value *v = func->getLValue(i); in updatePrototype()