Home
last modified time | relevance | path

Searched refs:isTypeValid (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp166 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function
167 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
884 if (isTypeValid<T>()) in evaluate()
1257 if (isTypeValid<Arg0>()) in doPrint()
1260 if (isTypeValid<Arg1>()) in doPrint()
1263 if (isTypeValid<Arg2>()) in doPrint()
1266 if (isTypeValid<Arg3>()) in doPrint()
1483 if (isTypeValid<Arg0>()) in doPrintDefinition()
1485 if (isTypeValid<Arg1>()) in doPrintDefinition()
1487 if (isTypeValid<Arg2>()) in doPrintDefinition()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp203 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function
204 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
1198 if (isTypeValid<T>()) in evaluate()
1596 if (isTypeValid<Arg0>()) in doPrint()
1599 if (isTypeValid<Arg1>()) in doPrint()
1602 if (isTypeValid<Arg2>()) in doPrint()
1605 if (isTypeValid<Arg3>()) in doPrint()
1833 if (isTypeValid<Arg0>()) in doPrintDefinition()
1835 if (isTypeValid<Arg1>()) in doPrintDefinition()
1837 if (isTypeValid<Arg2>()) in doPrintDefinition()
[all …]
/external/clang/lib/Sema/
DSemaOverload.cpp4064 static bool isTypeValid(QualType T) { in isTypeValid() function
4104 isTypeValid(UnqualT1) && isTypeValid(UnqualT2) && in CompareReferenceRelationship()