Lines Matching refs:clGetProgramInfo

1869 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL…  in test_execute_after_serialize_reload_object()
1891 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_execute_after_serialize_reload_object()
1900 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_execute_after_serialize_reload_object()
1959 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_execute_after_serialize_reload_library()
1980 error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_execute_after_serialize_reload_library()
1989 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffer… in test_execute_after_serialize_reload_library()
2677 …error = clGetProgramInfo( program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &binarySize, NUL… in test_program_binary_type()
2699 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_program_binary_type()
2708 error = clGetProgramInfo( program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, NULL ); in test_program_binary_type()
2738 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), … in test_program_binary_type()
2759 error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_program_binary_type()
2768 …error = clGetProgramInfo( my_newly_minted_library, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffer… in test_program_binary_type()
2808 …error = clGetProgramInfo( fully_linked_program, CL_PROGRAM_BINARY_SIZES, sizeof( binarySize ), &bi… in test_program_binary_type()
2830 error = clGetProgramInfo( fully_linked_program, CL_PROGRAM_BINARIES, 0, NULL, &size ); in test_program_binary_type()
2839 …error = clGetProgramInfo( fully_linked_program, CL_PROGRAM_BINARIES, sizeof( buffers ), &buffers, … in test_program_binary_type()