Home
last modified time | relevance | path

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

/frameworks/rs/
DrsDefines.h484 static const char kRsGlobalSizes[] = ".rs.global_sizes"; variable
/frameworks/compile/libbcc/lib/Renderscript/
DRSGlobalInfoPass.cpp229 V = M.getOrInsertGlobal(kRsGlobalSizes, SizeArrayTy); in runOnModule()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp307 kRsGlobalSizes, // Optional global variable size info. in addInternalizeSymbolsPass()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp326 const size_t *rsGlobalSizes = (const size_t *) dlsym(sharedObj, kRsGlobalSizes); in createFromSharedObject()