Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp156kInputCAlsoScalar = 0x80 // Or'ed flag to indicate that the selector for the ?: operator is als… enumerator
1304 …t, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kBothVectors | kInputCAlsoScalar), type ); in run_test_sizes()
1305 …, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kInputAScalar | kInputCAlsoScalar), type ); in run_test_sizes()
1306 …, queue, num_elements / sizes[i], sizes[i], (TestStyle)(kInputBScalar | kInputCAlsoScalar), type ); in run_test_sizes()
1417 if( style & kInputCAlsoScalar ) in test_question_colon_op()
1419 style = (TestStyle)( style & ~kInputCAlsoScalar ); in test_question_colon_op()