HomeSort by relevance Sort by last modified time
    Searched defs:Precision (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 181 std::string Precision = getName();
183 if (Precision == "rs_fp_imprecise") {
188 Precision = "rs_fp_relaxed";
190 // Check if we have already encountered a precision pragma already.
194 if (PreviousPrecision != Precision) {
205 mContext->addPragma(Precision, "");
206 mContext->setPrecision(Precision);
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.cpp 47 static int const Precision = 18;
213 ASSERT(n < Precision);
582 const int overflow = numberOfLHSDigits + lhsShiftAmount - Precision;
596 const int overflow = numberOfRHSDigits + rhsShiftAmount - Precision;
732 if (numberOfDigits < Precision) {
749 if (numberOfDigits < Precision) {
787 if (exponent > ExponentMax + Precision) {
873 if (overflow + numberOfDigits - numberOfDigitsAfterDot > Precision)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 39 enum Precision {
59 * Defaults to a float with no precision specifier
71 Precision precision = kDefault_Precision) {
76 fPrecision = precision;
107 Precision precision = kDefault_Precision,
115 fPrecision = precision;
126 Precision precision = kDefault_Precision
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 53 enum Precision
138 Precision getPrecision (void) const { return m_precision; }
170 Precision m_precision;
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 39 enum Precision {
59 * Defaults to a float with no precision specifier
71 Precision precision = kDefault_Precision) {
76 fPrecision = precision;
107 Precision precision = kDefault_Precision,
115 fPrecision = precision;
126 Precision precision = kDefault_Precision
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 80 // Precision
82 enum Precision
91 const char* getPrecisionName (Precision precision);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.h 109 * Instruction precision for GL_NV_fragment_program
380 * Per-instruction selectable precision: FLOAT32, FLOAT16, FIXED12.
385 GLuint Precision:3;
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 425 OptionalAmount Precision;
471 Precision = Amt;
472 Precision.setUsesDotPrefix();
476 return Precision;
  /external/mesa3d/src/mesa/program/
prog_instruction.h 109 * Instruction precision for GL_NV_fragment_program
380 * Per-instruction selectable precision: FLOAT32, FLOAT16, FIXED12.
385 GLuint Precision:3;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 139 unsigned int Precision : 3;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 624 milliseconds