Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.hpp106 class FloatLiteral : public Expression class
109 FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange);
110 FloatLiteral (float customValue);
111 virtual ~FloatLiteral (void) {} in ~FloatLiteral()
DrsgBinaryOps.cpp246 FloatLiteral* epsilonLiteral = new FloatLiteral(0.001f); in createNextChild()
266 FloatLiteral* epsilonLiteral = new FloatLiteral(0.001f); in createNextChild()
299 FloatLiteral* epsilonLiteral = new FloatLiteral(0.001f); in createNextChild()
DrsgExpression.cpp283 { getWeight<FloatLiteral>, create<FloatLiteral> },
359 FloatLiteral::FloatLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in FloatLiteral() function in rsg::FloatLiteral
387 FloatLiteral::FloatLiteral (float customValue) in FloatLiteral() function in rsg::FloatLiteral
399 float FloatLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()
423 void FloatLiteral::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp273 struct FloatLiteral struct
279 struct FloatLiteral<Float> struct
296 RValue(typename FloatLiteral<T>::type f);
2785 RValue<T>::RValue(typename FloatLiteral<T>::type f) in RValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h103 X(FloatLiteral) \
2143 using FloatLiteral = FloatLiteralImpl<float>; variable