Searched refs:getLValue (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgExpression.hpp | 62 …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
|
D | rsgExpression.cpp | 972 …assignMasked(m_lvalueExpr->getLValue(), m_value.getValue(m_valueRange.getType()), evalCtx.getExecu… in evaluate()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 1210 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 …]
|
D | SkSLSPIRVCodeGenerator.h | 228 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_inlines.h | 416 LValue *Function::getLValue(int id) in getLValue() function
|
D | nv50_ir.h | 1267 inline LValue *getLValue(int id);
|
D | nv50_ir_ra.cpp | 581 func->clobbers.push_back(func->getLValue(i)); in visit() 704 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
|
D | nv50_ir_from_tgsi.cpp | 4315 Value *v = func->getLValue(i); in updatePrototype()
|