Searched refs:sourceV3 (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_vLoadHalf.cpp | 62 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()
|
D | Test_roundTrip.cpp | 55 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/ |
D | test_sub_sat.cpp | 279 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()
|
D | test_add_sat.cpp | 279 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/ |
D | test_select.cpp | 192 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()
|