Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/half/
DTest_vLoadHalf.cpp62 const char *sourceV3[] = { in Test_vLoadHalf_private() local
304 …ograms[vectorSize][AS_Global] = MakeProgram( device, sourceV3, sizeof( sourceV3) / sizeof( sourceV… in Test_vLoadHalf_private()
308 for ( q= 0; q < sizeof( sourceV3) / sizeof( sourceV3[0]); q++) in Test_vLoadHalf_private()
309 vlog_error("%s", sourceV3[q]); in Test_vLoadHalf_private()
DTest_roundTrip.cpp55 const char *sourceV3[] = { in test_roundTrip() local
106 … programs[vectorSize] = MakeProgram( device, sourceV3, sizeof( sourceV3) / sizeof( sourceV3[0]) ); in test_roundTrip()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_sub_sat.cpp279 const char *sourceV3[] = { in test_integer_sub_sat() local
299 …gle_kernel_helper(context, &program, &kernel, sizeof( sourceV3 ) / sizeof( sourceV3[0] ), sourceV3 in test_integer_sub_sat()
Dtest_add_sat.cpp279 const char *sourceV3[] = { in test_integer_add_sat() local
300 …gle_kernel_helper(context, &program, &kernel, sizeof( sourceV3 ) / sizeof( sourceV3[0] ), sourceV3 in test_integer_add_sat()
/external/OpenCL-CTS/test_conformance/select/
Dtest_select.cpp192 const char *sourceV3[] = { in makeSelectProgram() local
281 const char **psrc = vec_len == 3 ? sourceV3 : source; in makeSelectProgram()
282 size_t src_size = vec_len == 3 ? ARRAY_SIZE(sourceV3) : ARRAY_SIZE(source); in makeSelectProgram()