Searched refs:CL_PROGRAM_BUILD_OPTIONS (Results 1 – 10 of 10) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_build_helpers.cpp | 544 error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, 0, NULL, &length ); in test_get_program_build_info() 550 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, length, buffer, NULL ); in test_get_program_build_info() 554 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, length, buffer, &newLe… in test_get_program_build_info() 577 error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, 0, NULL, &length ); in test_get_program_build_info() 582 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, length, buffer, NULL ); in test_get_program_build_info()
|
D | test_unload_platform_compiler.cpp | 784 CL_PROGRAM_BUILD_OPTIONS, in test_unload_build_info() 853 case CL_PROGRAM_BUILD_OPTIONS: { in test_unload_build_info()
|
D | test_compile.cpp | 3066 … error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, 0, NULL, &size_ret ); in test_large_compile_and_link_status_options_log() 3069 …error = clGetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_OPTIONS, size_ret, compile_opti… in test_large_compile_and_link_status_options_log() 3125 …error = clGetProgramBuildInfo( my_newly_minted_library, deviceID, CL_PROGRAM_BUILD_OPTIONS, 0, NUL… in test_large_compile_and_link_status_options_log() 3128 …error = clGetProgramBuildInfo( my_newly_minted_library, deviceID, CL_PROGRAM_BUILD_OPTIONS, size_r… in test_large_compile_and_link_status_options_log() 3166 …error = clGetProgramBuildInfo( my_newly_linked_program, deviceID, CL_PROGRAM_BUILD_OPTIONS, 0, NUL… in test_large_compile_and_link_status_options_log() 3169 …error = clGetProgramBuildInfo( my_newly_linked_program, deviceID, CL_PROGRAM_BUILD_OPTIONS, size_r… in test_large_compile_and_link_status_options_log()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | program.cpp | 490 case CL_PROGRAM_BUILD_OPTIONS: in clGetProgramBuildInfo()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 1973 case CL_PROGRAM_BUILD_OPTIONS: in FromCLenum() 1993 return CL_PROGRAM_BUILD_OPTIONS; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 716 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro
|
D | cl2.hpp | 1276 F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, string) \
|
D | cl.hpp | 1433 F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, STRING_CLASS) \
|
/external/angle/include/CL/ |
D | cl.h | 718 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 718 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro
|