Home
last modified time | relevance | path

Searched refs:StackIndex (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/sksl/
DSkSLInterpreter.h25 typedef int StackIndex; typedef
67 StackIndex stackAlloc(int count);
71 StackIndex getLValue(const Expression& expr);
83 std::vector<std::unordered_map<const Variable*, StackIndex>> fVars;
DSkSLInterpreter.cpp49 StackIndex current = (StackIndex) fStack.size(); in run()
71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc()
165 StackIndex pos = this->stackAlloc(SizeOf(var->fType)); in runStatement()
188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue()
237 StackIndex transpose = evaluate(*a.fArguments[0]).fInt; in appendStage()
308 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
325 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
366 StackIndex left = this->getLValue(*b.fLeft); in evaluate()
397 StackIndex pos = this->evaluate(*idx.fBase).fInt + in evaluate()
425 StackIndex lvalue = this->getLValue(*p.fOperand); in evaluate()
DSkSLJIT.h75 typedef int StackIndex; typedef
/external/skia/src/sksl/
DSkSLInterpreter.h25 typedef int StackIndex; typedef
67 StackIndex stackAlloc(int count);
71 StackIndex getLValue(const Expression& expr);
83 std::vector<std::unordered_map<const Variable*, StackIndex>> fVars;
DSkSLInterpreter.cpp49 StackIndex current = (StackIndex) fStack.size(); in run()
71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc()
165 StackIndex pos = this->stackAlloc(SizeOf(var->fType)); in runStatement()
188 Interpreter::StackIndex Interpreter::getLValue(const Expression& expr) { in getLValue()
237 StackIndex transpose = evaluate(*a.fArguments[0]).fInt; in appendStage()
308 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
325 StackIndex left = this->getLValue(*b.fLeft); \ in evaluate()
366 StackIndex left = this->getLValue(*b.fLeft); in evaluate()
397 StackIndex pos = this->evaluate(*idx.fBase).fInt + in evaluate()
425 StackIndex lvalue = this->getLValue(*p.fOperand); in evaluate()
DSkSLJIT.h75 typedef int StackIndex; typedef