Searched defs:testVecType (Results 1 – 1 of 1) sorted by relevance
| /external/OpenCL-CTS/test_conformance/relationals/ |
| D | test_relationals.cpp | 308 …ExplicitType vecType, unsigned int vecSize, ExplicitType testVecType, selectVerifyFn verifyFn, MTd… in test_select_kernel() 489 void bitselect_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize, voi… in bitselect_verify_fn() 539 void select_signed_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSize,… in select_signed_verify_fn() 588 ExplicitType testVecType[] = { kChar, kShort, kInt, kLong, kNumExplicitTypes }; in test_relational_select_signed() local 628 void select_unsigned_verify_fn( ExplicitType vecType, ExplicitType testVecType, unsigned int vecSiz… in select_unsigned_verify_fn() 677 ExplicitType testVecType[] = { kUChar, kUShort, kUInt, kULong, kNumExplicitTypes }; in test_relational_select_unsigned() local
|