Home
last modified time | relevance | path

Searched refs:CL_BUILD_IN_PROGRESS (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp69 while( (int)status == CL_BUILD_IN_PROGRESS ) in test_async_build()
Dtest_compile.cpp3042 while( (int)status == CL_BUILD_IN_PROGRESS ) in test_large_compile_and_link_status_options_log()
3102 while( (int)status == CL_BUILD_IN_PROGRESS ) in test_large_compile_and_link_status_options_log()
3143 while( (int)status == CL_BUILD_IN_PROGRESS ) in test_large_compile_and_link_status_options_log()
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp148 else if (buildStatus == (cl_build_status)CL_BUILD_IN_PROGRESS) in create_single_kernel_helper()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp942 else if (buildStatus == (cl_build_status)CL_BUILD_IN_PROGRESS) in build_program_create_kernel_helper()
/external/mesa3d/include/CL/
Dcl.h739 #define CL_BUILD_IN_PROGRESS -3 macro
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp407 else if (buildStatus == (cl_build_status)CL_BUILD_IN_PROGRESS) in print_build_log()