/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_build_options.cpp | 111 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_options_build_optimizations() 142 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_options_build_macro() 258 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_options_include_directory() 362 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_options_denorm_cache()
|
D | test_async_build.cpp | 73 clGetProgramBuildInfo(program, data->device, CL_PROGRAM_BUILD_STATUS, in test_notify_build_complete()
|
D | test_build_helpers.cpp | 497 error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, 0, NULL, &length ); in test_get_program_build_info() 509 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_get_program_build_info()
|
D | test_unload_platform_compiler.cpp | 783 std::vector<cl_program_build_info> infos{ CL_PROGRAM_BUILD_STATUS, in test_unload_build_info() 829 case CL_PROGRAM_BUILD_STATUS: { in test_unload_build_info()
|
D | test_preprocessor.cpp | 233 …error = clGetProgramBuildInfo(program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof(status), &status,… in test_preprocessor_line_error()
|
D | test_compile.cpp | 3026 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_large_compile_and_link_status_options_log() 3039 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_large_compile_and_link_status_options_log() 3046 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof( status ), &stat… in test_large_compile_and_link_status_options_log() 3099 …error = clGetProgramBuildInfo( my_newly_minted_library, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof(… in test_large_compile_and_link_status_options_log() 3106 …error = clGetProgramBuildInfo( my_newly_minted_library, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof(… in test_large_compile_and_link_status_options_log() 3140 …error = clGetProgramBuildInfo( my_newly_linked_program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof(… in test_large_compile_and_link_status_options_log() 3147 …error = clGetProgramBuildInfo( my_newly_linked_program, deviceID, CL_PROGRAM_BUILD_STATUS, sizeof(… in test_large_compile_and_link_status_options_log()
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.3.rst | 96 - clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 587 program, device_list[i], CL_PROGRAM_BUILD_STATUS, in OutputBuildLogs()
|
D | kernelHelpers.cpp | 877 CL_PROGRAM_BUILD_STATUS, in build_program_create_kernel_helper()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 486 case CL_PROGRAM_BUILD_STATUS: in clGetProgramBuildInfo()
|
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 130 …error = clGetProgramBuildInfo(*outProgram, devices[z], CL_PROGRAM_BUILD_STATUS, sizeof(buildStatus… in create_single_kernel_helper()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 1971 case CL_PROGRAM_BUILD_STATUS: in FromCLenum() 1991 return CL_PROGRAM_BUILD_STATUS; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 715 #define CL_PROGRAM_BUILD_STATUS 0x1181 macro
|
D | cl2.hpp | 1275 F(cl_program_build_info, CL_PROGRAM_BUILD_STATUS, cl_build_status) \
|
D | cl.hpp | 1432 F(cl_program_build_info, CL_PROGRAM_BUILD_STATUS, cl_build_status) \
|
/external/angle/include/CL/ |
D | cl.h | 717 #define CL_PROGRAM_BUILD_STATUS 0x1181 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 717 #define CL_PROGRAM_BUILD_STATUS 0x1181 macro
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 384 …error = clGetProgramBuildInfo(program, device_list[z], CL_PROGRAM_BUILD_STATUS, sizeof(buildStatus… in print_build_log()
|