/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/flutter/skia/src/sksl/ |
D | SkSLByteCodeGenerator.cpp | 595 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
|
D | SkSLJIT.cpp | 282 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()
|
D | SkSLByteCodeGenerator.h | 193 std::unique_ptr<LValue> getLValue(const Expression& expr);
|
D | SkSLSPIRVCodeGenerator.cpp | 716 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 …]
|
D | SkSLJIT.h | 153 std::unique_ptr<LValue> getLValue(LLVMBuilderRef builder, const Expression& expr);
|
D | SkSLSPIRVCodeGenerator.h | 194 std::unique_ptr<LValue> getLValue(const Expression& value, OutputStream& out);
|
/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/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 416 LValue *Function::getLValue(int id) in getLValue() function
|
D | nv50_ir.h | 1265 inline LValue *getLValue(int id);
|
D | nv50_ir_ra.cpp | 593 func->clobbers.push_back(func->getLValue(i)); in visit() 716 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
|
D | nv50_ir_from_tgsi.cpp | 4309 Value *v = func->getLValue(i); in updatePrototype()
|