Home
last modified time | relevance | path

Searched defs:Evaluator (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp450 struct Evaluator<OP_ADD, In0Type, In0DataType, In1Type, In1DataType> struct
452 static void evaluate (ShaderEvalContext& evalCtx) in evaluate()
459 struct Evaluator<OP_SUB, In0Type, In0DataType, In1Type, In1DataType> struct
461 static void evaluate (ShaderEvalContext& evalCtx) in evaluate()
468 struct Evaluator<OP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
470 static void evaluate (ShaderEvalContext& evalCtx) in evaluate()
477 struct Evaluator<OP_DIV, In0Type, In0DataType, In1Type, In1DataType> struct
479 static void evaluate (ShaderEvalContext& evalCtx) in evaluate()
486 struct Evaluator<OP_COMP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
488 static void evaluate (ShaderEvalContext& evalCtx) in evaluate()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp890 struct Evaluator<OP_ADD, In0DataType, In1DataType> struct
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
903 struct Evaluator<OP_SUB, In0DataType, In1DataType> struct
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
916 struct Evaluator<OP_MUL, In0DataType, In1DataType> struct
918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
929 struct Evaluator<OP_DIV, In0DataType, In1DataType> struct
931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
942 struct Evaluator<OP_COMP_MUL, In0DataType, In1DataType> struct
944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp885 struct Evaluator<OP_ADD, In0DataType, In1DataType> struct
887 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
898 struct Evaluator<OP_SUB, In0DataType, In1DataType> struct
900 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
911 struct Evaluator<OP_MUL, In0DataType, In1DataType> struct
913 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
924 struct Evaluator<OP_DIV, In0DataType, In1DataType> struct
926 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
937 struct Evaluator<OP_COMP_MUL, In0DataType, In1DataType> struct
939 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DEvaluator.h39 Evaluator(const DataLayout &DL, const TargetLibraryInfo *TLI) in Evaluator() function
/external/clang/unittests/AST/
DEvaluateAsRValueTest.cpp73 EvaluateConstantInitializersVisitor Evaluator(VarInfo); in HandleTranslationUnit() local
/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp30 typedef TensorEvaluator<decltype(input.convolve(kernel, dims3)), DefaultDevice> Evaluator; in test_evals() typedef
Dcxx11_tensor_contraction.cpp33 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims3)), DefaultDevice> Evaluator; in test_evals() typedef
112 typedef TensorEvaluator<decltype(mat1.contract(mat2, dims)), DefaultDevice> Evaluator; in test_multidims() typedef
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsgamma.c51 cmsParametricCurveEvaluator Evaluator; // The evaluator member
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2_plugin.h332 cmsParametricCurveEvaluator Evaluator; // The evaluator member