HomeSort by relevance Sort by last modified time
    Searched refs:mSimtInt32Ty (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.h 171 llvm::Type* mSimtInt32Ty;
JitManager.cpp 148 mSimtInt32Ty = VectorType::get(mInt32Ty, mVWidth);
151 mSimdVectorInt32Ty = StructType::get(mContext, std::vector<Type*>(4, mSimtInt32Ty), false);

Completed in 1927 milliseconds