Home
last modified time | relevance | path

Searched refs:CL_BUILD_ERROR (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_async_build.cpp109 { sample_async_kernel_error, CL_BUILD_ERROR } }; in test_async_build()
129 && testDef.expectedStatus == CL_BUILD_ERROR)) in test_async_build()
Dtest_preprocessor.cpp235 if (status != CL_BUILD_ERROR) { in test_preprocessor_line_error()
238 } else if (status == CL_BUILD_ERROR || error2) { in test_preprocessor_line_error()
/external/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp101 return CL_BUILD_ERROR; in status()
/external/mesa3d/docs/relnotes/
D10.5.3.rst96 - clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp146 else if (buildStatus == (cl_build_status)CL_BUILD_ERROR) in create_single_kernel_helper()
/external/mesa3d/include/CL/
Dcl.h738 #define CL_BUILD_ERROR -2 macro
/external/angle/include/CL/
Dcl.h740 #define CL_BUILD_ERROR -2 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h740 #define CL_BUILD_ERROR -2 macro
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp902 else if (buildStatus == (cl_build_status)CL_BUILD_ERROR) in build_program_create_kernel_helper()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp405 else if (buildStatus == (cl_build_status)CL_BUILD_ERROR) in print_build_log()