HomeSort by relevance Sort by last modified time
    Searched refs:supportsDouble (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcParallelShaderCompileTests.cpp 101 bool supportsDouble = isGL;
118 if (supportsDouble)
125 (supportsInt64 && intValue != (GLint)int64Value) || (supportsDouble && intValue != (GLint)doubleValue))
138 if (supportsDouble)
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSubtarget.h 71 bool SupportsDouble;
90 bool supportsDouble() const { return SupportsDouble; }
PTXAsmPrinter.cpp 144 (ST.supportsDouble() ? ""

Completed in 428 milliseconds