Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.h160 #define SYSLIBPATH_BC "/system/lib64" macro
164 #define SYSLIBPATH_BC "/system/lib" macro
168 #define SYSLIBPATH_BC "/system/lib" macro
DrsCpuScript.cpp454 const char* defaultLib = SYSLIBPATH_BC"/libclcore.bc"; in findCoreLib()
459 return SYSLIBPATH_BC"/libclcore_debug_g.bc"; in findCoreLib()
461 return SYSLIBPATH_BC"/libclcore_debug.bc"; in findCoreLib()
465 return SYSLIBPATH_BC"/libclcore_g.bc"; in findCoreLib()
482 return SYSLIBPATH_BC"/libclcore_neon.bc"; in findCoreLib()
488 return SYSLIBPATH_BC"/libclcore_x86.bc"; in findCoreLib()
DrsCpuScriptGroup2.cpp233 return SYSLIBPATH_BC"/libclcore_debug.bc"; in getCoreLibPath()
243 *coreLibRelaxedPath = SYSLIBPATH_BC"/libclcore_neon.bc"; in getCoreLibPath()
248 return SYSLIBPATH_BC"/libclcore_x86.bc"; in getCoreLibPath()
250 return SYSLIBPATH_BC"/libclcore.bc"; in getCoreLibPath()