Searched refs:matchGroupSize (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_atomics.cpp | 120 bool extended, bool isLocal, ExplicitType dataType, bool matchGroupSize ) in test_atomic_function() argument 189 if( matchGroupSize ) in test_atomic_function() 428 bool extended, bool matchGroupSize, bool usingAtomicPrefix ) in test_atomic_function_set() argument 433 …iceID, context, queue, num_elements, programCore, testFns, extended, false, kInt, matchGroupSize ); in test_atomic_function_set() 434 …ceID, context, queue, num_elements, programCore, testFns, extended, false, kUInt, matchGroupSize ); in test_atomic_function_set() 435 …viceID, context, queue, num_elements, programCore, testFns, extended, true, kInt, matchGroupSize ); in test_atomic_function_set() 436 …iceID, context, queue, num_elements, programCore, testFns, extended, true, kUInt, matchGroupSize ); in test_atomic_function_set() 441 …ceID, context, queue, num_elements, programCore, testFns, extended, false, kLong, matchGroupSize ); in test_atomic_function_set() 442 …eID, context, queue, num_elements, programCore, testFns, extended, false, kULong, matchGroupSize ); in test_atomic_function_set() 443 …iceID, context, queue, num_elements, programCore, testFns, extended, true, kLong, matchGroupSize ); in test_atomic_function_set() [all …]
|