Searched refs:load_error (Results 1 – 3 of 3) sorted by relevance
330 int load_error; variable335 load_error = igt_i915_driver_load(NULL);338 igt_assert_eq(load_error, 0);
186 cl_int load_error = CL_SUCCESS; in create_program_from_bc() local193 …rogram = clCreateProgramWithBinary( context, 1, &device, &binary_size, &ptr, &load_error, &error ); in create_program_from_bc()201 if( load_error != CL_SUCCESS ) in create_program_from_bc()203 …"clCreateProgramWithBinary failed: Unable to load valid device binary into program\n", load_error); in create_program_from_bc()
379 NativeLibraryLoadError load_error; in LoadOtherLibrary() local380 *library = LoadNativeLibrary(other_library_path, &load_error); in LoadOtherLibrary()382 << ": " << load_error.ToString(); in LoadOtherLibrary()