Home
last modified time | relevance | path

Searched refs:load_error (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Di915_module_load.c330 int load_error; variable
335 load_error = igt_i915_driver_load(NULL);
338 igt_assert_eq(load_error, 0);
/external/OpenCL-CTS/test_conformance/spir/
Drun_services.cpp186 cl_int load_error = CL_SUCCESS; in create_program_from_bc() local
193 …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()
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc379 NativeLibraryLoadError load_error; in LoadOtherLibrary() local
380 *library = LoadNativeLibrary(other_library_path, &load_error); in LoadOtherLibrary()
382 << ": " << load_error.ToString(); in LoadOtherLibrary()