Searched refs:programLines (Results 1 – 1 of 1) sorted by relevance
129 const char *programLines[4]; in test_atomic_function() local173 programLines[ 0 ] = pragma; in test_atomic_function()174 programLines[ 1 ] = programHeader; in test_atomic_function()175 programLines[ 2 ] = programCore; in test_atomic_function()176 programLines[ 3 ] = ( isLocal ) ? atomic_local_pattern[ 1 ] : atomic_global_pattern[ 1 ]; in test_atomic_function()178 … if( create_single_kernel_helper( context, &program, &kernel, 4, programLines, "test_atomic_fn" ) ) in test_atomic_function()