Home
last modified time | relevance | path

Searched defs:supportsDouble (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSubtarget.h90 bool supportsDouble() const { return SupportsDouble; } in supportsDouble() function
/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp101 bool supportsDouble = isGL; in iterate() local