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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp274 llvm::SmallVector<llvm::Type*, RsLaunchDimensionsFieldCount> RsLaunchDimensionsTypes; local
275 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x
276 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y
277 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z
278 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod
279 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face
280 RsLaunchDimensionsTypes.push_back(Int32Array4Ty); // uint32_t array[4]
282 llvm::StructType::create(RsLaunchDimensionsTypes, "RsLaunchDimensions");

Completed in 129 milliseconds