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
862 if (isTypeValid<T>()) in evaluate()
1235 if (isTypeValid<Arg0>()) in doPrint()
1238 if (isTypeValid<Arg1>()) in doPrint()
1241 if (isTypeValid<Arg2>()) in doPrint()
1244 if (isTypeValid<Arg3>()) in doPrint()
1461 if (isTypeValid<Arg0>()) in doPrintDefinition()
1463 if (isTypeValid<Arg1>()) in doPrintDefinition()
1465 if (isTypeValid<Arg2>()) in doPrintDefinition()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp145 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function
146 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
841 if (isTypeValid<T>()) in evaluate()
1214 if (isTypeValid<Arg0>()) in doPrint()
1217 if (isTypeValid<Arg1>()) in doPrint()
1220 if (isTypeValid<Arg2>()) in doPrint()
1223 if (isTypeValid<Arg3>()) in doPrint()
1440 if (isTypeValid<Arg0>()) in doPrintDefinition()
1442 if (isTypeValid<Arg1>()) in doPrintDefinition()
1444 if (isTypeValid<Arg2>()) in doPrintDefinition()
[all …]
/external/clang/lib/Sema/
DSemaOverload.cpp4011 static bool isTypeValid(QualType T) { in isTypeValid() function
4051 isTypeValid(UnqualT1) && isTypeValid(UnqualT2) && in CompareReferenceRelationship()