Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_helpers.cpp544 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()
Dtest_unload_platform_compiler.cpp784 CL_PROGRAM_BUILD_OPTIONS, in test_unload_build_info()
853 case CL_PROGRAM_BUILD_OPTIONS: { in test_unload_build_info()
Dtest_compile.cpp3066 … 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/
Dprogram.cpp490 case CL_PROGRAM_BUILD_OPTIONS: in clGetProgramBuildInfo()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp1973 case CL_PROGRAM_BUILD_OPTIONS: in FromCLenum()
1993 return CL_PROGRAM_BUILD_OPTIONS; in ToCLenum()
/external/mesa3d/include/CL/
Dcl.h716 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro
Dcl2.hpp1276 F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, string) \
Dcl.hpp1433 F(cl_program_build_info, CL_PROGRAM_BUILD_OPTIONS, STRING_CLASS) \
/external/angle/include/CL/
Dcl.h718 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h718 #define CL_PROGRAM_BUILD_OPTIONS 0x1182 macro