Home
last modified time | relevance | path

Searched refs:kRsGlobalProperties (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsDefines.h491 static const char kRsGlobalProperties[] = ".rs.global_properties"; variable
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp247 V = M.getOrInsertGlobal(kRsGlobalProperties, Int32ArrayTy); in runOnModule()
DCompiler.cpp390 kRsGlobalProperties, // Optional global variable properties. in addInternalizeSymbolsPass()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp448 const uint32_t *rsGlobalProperties = (const uint32_t *) dlsym(sharedObj, kRsGlobalProperties); in createFromSharedObject()