Searched refs:mInt8Ty (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 59 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext); in Builder() 62 mInt8PtrTy = PointerType::get(mInt8Ty, 0); in Builder()
|
D | fetch_jit.cpp | 201 …vIndices = LOAD(BITCAST(indices, PointerType::get(VectorType::get(mInt8Ty, mpJitMgr->mVWidth), 0))… in Create() 204 …vIndices2 = LOAD(BITCAST(indices2, PointerType::get(VectorType::get(mInt8Ty, mpJitMgr->mVWidth), 0… in Create() 504 … case 8: vptr = BITCAST(pointer, PointerType::get(VectorType::get(mInt8Ty, 4), 0)); break; in JitLoadVertices() 760 pBase = BITCAST(pBase, PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 772 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 773 Value* pSrc = BITCAST(GEP(pBase, index), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 795 pDst = BITCAST(GEP(pDst, C(1)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 796 pSrc = BITCAST(GEP(pSrc, C(1)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 936 Value *pStreamBase = BITCAST(stream, PointerType::get(mInt8Ty, 0)); in JitGatherVertices() 1790 Value* pZeroIndex = ALLOCA(mInt8Ty); in GetSimdValid8bitIndices() [all …]
|
D | builder.h | 54 Type* mInt8Ty; member
|
D | JitManager.h | 147 llvm::Type* mInt8Ty; member
|
D | builder_misc.cpp | 563 args.push_back(PointerType::get(mInt8Ty,0)); in PRINT() 865 Value* vShuf = UndefValue::get(VectorType::get(mInt8Ty, numElms)); in PSHUFB() 1231 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4); // vwidth is units of 32 bits in Shuffle16bpcGather4() 1325 Type* v32x8Ty = VectorType::get(mInt8Ty, mVWidth * 4 ); // vwidth is units of 32 bits in Shuffle8bpcGather4()
|
D | streamout_jit.cpp | 155 Value* pOut = BITCAST(pOutBuffers[decl.bufferIndex], PointerType::get(mInt8Ty, 0)); in buildDecl()
|
D | JitManager.cpp | 119 mInt8Ty = Type::getInt8Ty(mContext); in JitManager()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 501 vValue = TRUNC(vValue, VectorType::get(mInt8Ty, 8)); in swr_gs_llvm_end_primitive() 504 Value *pTmpPtr = ALLOCA(mInt8Ty, C(4)); // used for dummy read/write for lane masking in swr_gs_llvm_end_primitive()
|