Home
last modified time | relevance | path

Searched refs:ExecutionContext (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h57 // ExecutionContext struct - This struct represents one stack frame currently
60 struct ExecutionContext { struct
70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext() function
81 std::vector<ExecutionContext> ECStack;
189 gep_type_iterator E, ExecutionContext &SF);
195 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
202 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
204 ExecutionContext &SF);
206 ExecutionContext
[all...]
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue()
63 ExecutionContext &SF = ECStack.back(); in visitUnaryOperator()
332 ExecutionContext &SF = ECStack.back();
664 ExecutionContext &SF = ECStack.back();
735 ExecutionContext &SF = ECStack.back();
860 ExecutionContext &SF = ECStack.back();
904 ExecutionContext &CallingSF = ECStack.back();
917 ExecutionContext &SF = ECStack.back();
935 ExecutionContext &SF = ECStack.back();
948 ExecutionContext
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExecutionContext.hpp57 class ExecutionContext class
60 ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube);
61 ~ExecutionContext (void);
75 ExecutionContext (const ExecutionContext& other);
76 ExecutionContext& operator= (const ExecutionContext& other);
H A DrsgExecutionContext.cpp45 ExecutionContext::ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube) in ExecutionContext() function in rsg::ExecutionContext
54 ExecutionContext::~ExecutionContext (void) in ~ExecutionContext()
61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) in getValue()
74 const Sampler2D& ExecutionContext::getSampler2D (const Variable* sampler) const in getSampler2D()
83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const in getSamplerCube()
92 void ExecutionContext::andExecutionMask (ExecConstValueAccess value) in andExecutionMask()
104 void ExecutionContext::pushExecutionMask (ExecConstValueAccess value) in pushExecutionMask()
111 void ExecutionContext
[all...]
H A DrsgExpression.hpp60 virtual void evaluate (ExecutionContext& ctx) = DE_NULL;
76 void evaluate (ExecutionContext& ctx);
118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate()
173 void evaluate (ExecutionContext& ctx);
198 void evaluate (ExecutionContext& ctx);
221 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate()
240 void evaluate (ExecutionContext& execCtx);
262 void evaluate (ExecutionContext
[all...]
H A DrsgStatement.hpp45 virtual void execute (ExecutionContext& execCtx) const = DE_NULL;
63 void execute (ExecutionContext& execCtx) const;
79 void execute (ExecutionContext& execCtx) const;
99 void execute (ExecutionContext& execCtx) const;
120 void execute (ExecutionContext& execCtx) const;
146 void execute (ExecutionContext& execCtx) const;
H A DrsgStatement.cpp134 void ExpressionStatement::execute (ExecutionContext& execCtx) const in execute()
213 void BlockStatement::execute (ExecutionContext& execCtx) const in execute()
345 void DeclarationStatement::execute (ExecutionContext& execCtx) const in execute()
496 void ConditionalStatement::execute (ExecutionContext& execCtx) const in execute()
562 void AssignStatement::execute (ExecutionContext& execCtx) const in execute()
H A DrsgShader.cpp115 void Shader::execute (ExecutionContext& execCtx) const in execute()
H A DrsgShader.hpp97 void execute (ExecutionContext& execCtx) const;
H A DrsgBuiltinFunctions.hpp45 void evaluate (ExecutionContext& execCtx);
103 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionContext& execCtx) in evaluate()
H A DrsgProgramExecutor.cpp221 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute()
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute()
H A DrsgExpression.cpp818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate()
961 void AssignOp::evaluate (ExecutionContext& evalCtx) in evaluate()
1243 void VariableAccess::evaluate (ExecutionContext& evalCtx) in evaluate()
1410 void SwizzleOp::evaluate (ExecutionContext& execCtx) in evaluate()
1652 void TexLookup::evaluate (ExecutionContext& execCtx) in evaluate()
H A DrsgBinaryOps.hpp49 void evaluate (ExecutionContext& execCtx);
H A DrsgBinaryOps.cpp48 void evaluate (ExecutionContext& execCtx);
89 void CustomAbsOp::evaluate (ExecutionContext& execCtx) in evaluate()
351 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderProgram.hpp63 mutable rsg::ExecutionContext m_execCtx;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 37 milliseconds