Home
last modified time | relevance | path

Searched defs:FloatLiteral (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLFloatLiteral.h19 struct FloatLiteral : public Expression { struct
20 FloatLiteral(const Context& context, int offset, double value) in FloatLiteral() function
24 FloatLiteral(int offset, double value, const Type* type) in FloatLiteral() argument
48 FloatLiteral& f = (FloatLiteral&) other; in compareConstant() argument
57 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() argument
60 const double fValue;
62 typedef Expression INHERITED;
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.hpp106 class FloatLiteral : public Expression class
DrsgExpression.cpp359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in FloatLiteral() function in rsg::FloatLiteral
387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() function in rsg::FloatLiteral
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp273 struct FloatLiteral struct
279 struct FloatLiteral<Float> struct
281 typedef float type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2143 using FloatLiteral = FloatLiteralImpl<float>; variable