Home
last modified time | relevance | path

Searched refs:getLValue (Results 1 – 8 of 8) 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/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/nouveau/codegen/
Dnv50_ir_inlines.h416 LValue *Function::getLValue(int id) in getLValue() function
Dnv50_ir.h1267 inline LValue *getLValue(int id);
Dnv50_ir_ra.cpp581 func->clobbers.push_back(func->getLValue(i)); in visit()
704 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
Dnv50_ir_from_tgsi.cpp4315 Value *v = func->getLValue(i); in updatePrototype()