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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp251 llvm::SmallVector<llvm::Type*, RsLaunchDimensionsFieldCount> RsLaunchDimensionsTypes; local
252 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x
253 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y
254 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z
255 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod
256 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face
257 RsLaunchDimensionsTypes.push_back(Int32Array4Ty); // uint32_t array[4]
259 llvm::StructType::create(RsLaunchDimensionsTypes, "RsLaunchDimensions");

Completed in 77 milliseconds