Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/generic_address_space/
Dbasic_tests.cpp98 const std::string KERNEL_FUNCTION = common::CONFORMANCE_VERIFY_FENCE + in test_function_get_fence() local
140 CBasicTest test(KERNEL_FUNCTION); in test_function_get_fence()
146 const std::string KERNEL_FUNCTION = in test_function_to_address_space() local
188 CBasicTest test(KERNEL_FUNCTION); in test_function_to_address_space()
194 const std::string KERNEL_FUNCTION = common::CONFORMANCE_VERIFY_FENCE + in test_variable_get_fence() local
221 CBasicTest test(KERNEL_FUNCTION); in test_variable_get_fence()
227 const std::string KERNEL_FUNCTION = in test_variable_to_address_space() local
254 CBasicTest test(KERNEL_FUNCTION); in test_variable_to_address_space()
349 const std::string KERNEL_FUNCTION = common::CONFORMANCE_VERIFY_FENCE + in test_conditional_casting() local
374 CBasicTest test(KERNEL_FUNCTION); in test_conditional_casting()
[all …]
Dstress_tests.cpp170 …const std::string KERNEL_FUNCTION = KERNEL_FUNCTION_TEMPLATE[0] + type_params.str() + KERNEL_FUNCT… in test_max_number_of_params() local
172 CStressTest test(KERNEL_FUNCTION); in test_max_number_of_params()
Dadvanced_tests.cpp279 const std::string KERNEL_FUNCTION = in test_library_function() local
305 CAdvancedTest test(LIBRARY_FUNCTION, KERNEL_FUNCTION); in test_library_function()
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.cpp25 static const char *KERNEL_FUNCTION = variable
561 &KERNEL_FUNCTION, "testKernel", buildOptions.c_str()); in prepareDevice()
844 &KERNEL_FUNCTION, "testKernel", buildOptions.c_str()); in calculateWorkGroupSize()