Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp60 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); in Builder()
63 mInt16PtrTy = PointerType::get(mInt16Ty, 0); in Builder()
70 mSimdInt16Ty = VectorType::get(mInt16Ty, mVWidth); in Builder()
81 mSimd16Int16Ty = VectorType::get(mInt16Ty, mVWidth16); in Builder()
Dbuilder.h55 Type* mInt16Ty; member
Dfetch_jit.cpp225 …vIndices = LOAD(BITCAST(indices, PointerType::get(VectorType::get(mInt16Ty, mpJitMgr->mVWidth), 0)… in Create()
228 …vIndices2 = LOAD(BITCAST(indices2, PointerType::get(VectorType::get(mInt16Ty, mpJitMgr->mVWidth), … in Create()
505 … case 16: vptr = BITCAST(pointer, PointerType::get(VectorType::get(mInt16Ty, 4), 0)); break; in JitLoadVertices()
780 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
781 Value* pSrc = BITCAST(GEP(pBase, index), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
790 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
791 Value* pSrc = BITCAST(GEP(pBase, index), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
1825 Value* pZeroIndex = ALLOCA(mInt16Ty); in GetSimdValid16bitIndices()
2281 Type *v8x16Ty = VectorType::get(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather16()
2531 Type* v8x16Ty = VectorType::get(mInt16Ty, 8); // 8x16bit in a 128bit lane in Shuffle16bpcGather()
Dbuilder_misc.cpp177 return ConstantInt::get(mInt16Ty,i); in C()
645 Value *mask = BITCAST(vMask, mInt16Ty); in GATHERPS_16()
727 Value *mask = BITCAST(vMask, mInt16Ty); in GATHERDD_16()
1001 FunctionType* pFuncTy = FunctionType::get(mFP32Ty, mInt16Ty); in CVTPH2PS()
1035 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH()