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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp154 template <typename T> bool isTypeValid (void) { return true; } function in namespace:vkt::shaderexecutor
155 template <> bool isTypeValid<Void> (void) { return false; } function in namespace:vkt::shaderexecutor
850 if (isTypeValid<T>())
1223 if (isTypeValid<Arg0>())
1226 if (isTypeValid<Arg1>())
1229 if (isTypeValid<Arg2>())
1232 if (isTypeValid<Arg3>())
1449 if (isTypeValid<Arg0>())
1451 if (isTypeValid<Arg1>())
1453 if (isTypeValid<Arg
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp166 template <typename T> bool isTypeValid (void) { return true; } function in namespace:deqp::gls::BuiltinPrecisionTests
167 template <> bool isTypeValid<Void> (void) { return false; } function in namespace:deqp::gls::BuiltinPrecisionTests
884 if (isTypeValid<T>())
1257 if (isTypeValid<Arg0>())
1260 if (isTypeValid<Arg1>())
1263 if (isTypeValid<Arg2>())
1266 if (isTypeValid<Arg3>())
1483 if (isTypeValid<Arg0>())
1485 if (isTypeValid<Arg1>())
1487 if (isTypeValid<Arg
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp4064 static bool isTypeValid(QualType T) { function
4104 isTypeValid(UnqualT1) && isTypeValid(UnqualT2) &&

Completed in 248 milliseconds