Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp237 llvm::SmallVector<llvm::Type*, RsLaunchDimensionsFieldCount> RsLaunchDimensionsTypes; in buildTypes() local
238 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
239 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
240 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
241 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
242 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face in buildTypes()
243 RsLaunchDimensionsTypes.push_back(Int32Array4Ty); // uint32_t array[4] in buildTypes()
245 llvm::StructType::create(RsLaunchDimensionsTypes, "RsLaunchDimensions"); in buildTypes()