Searched refs:KERNEL_FUNCTION_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/generic_address_space/ |
D | stress_tests.cpp | 112 const std::string KERNEL_FUNCTION_TEMPLATE[] = { in test_max_number_of_params() local 170 …L_FUNCTION = KERNEL_FUNCTION_TEMPLATE[0] + type_params.str() + KERNEL_FUNCTION_TEMPLATE[1] + funct… in test_max_number_of_params()
|
D | advanced_tests.cpp | 445 const std::string KERNEL_FUNCTION_TEMPLATE = common::CONFORMANCE_VERIFY_FENCE + in test_generic_variable_gentype() local 483 sprintf(temp_kernel, KERNEL_FUNCTION_TEMPLATE.c_str(), in test_generic_variable_gentype() 503 sprintf(temp_kernel, KERNEL_FUNCTION_TEMPLATE.c_str(), in test_generic_variable_gentype() 523 sprintf(temp_kernel, KERNEL_FUNCTION_TEMPLATE.c_str(), in test_generic_variable_gentype() 540 sprintf(temp_kernel, KERNEL_FUNCTION_TEMPLATE.c_str(), in test_generic_variable_gentype() 557 const std::string KERNEL_FUNCTION_TEMPLATE = in create_math_kernels() local 596 …sprintf(temp_kernel, KERNEL_FUNCTION_TEMPLATE.c_str(), builtins[i].base_gentype.c_str(), builtins[… in create_math_kernels()
|