Lines Matching refs:JM
165 gallivm = gallivm_create(pName, wrap(&JM()->mContext)); in BuilderSWR()
189 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileVS()
191 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileVS()
193 std::vector<Type *> vsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileVS()
194 PointerType::get(Gen_SWR_VS_CONTEXT(JM()), 0)}; in CompileVS()
196 FunctionType::get(Type::getVoidTy(JM()->mContext), vsArgs, false); in CompileVS()
202 JM()->mpCurrentModule); in CompileVS()
205 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileVS()
347 JM()->mIsModuleFinalized = true; in CompileVS()
391 attrBuilder.addStackAlignmentAttr(JM()->mVWidth * sizeof(float)); in CompileFS()
393 JM()->mContext, AttributeSet::FunctionIndex, attrBuilder); in CompileFS()
395 std::vector<Type *> fsArgs{PointerType::get(Gen_swr_draw_context(JM()), 0), in CompileFS()
396 PointerType::get(Gen_SWR_PS_CONTEXT(JM()), 0)}; in CompileFS()
398 FunctionType::get(Type::getVoidTy(JM()->mContext), fsArgs, false); in CompileFS()
403 JM()->mpCurrentModule); in CompileFS()
406 BasicBlock *block = BasicBlock::Create(JM()->mContext, "entry", pFunction); in CompileFS()
486 ff = VECTOR_SPLAT(JM()->mVWidth, ff, "vFrontFace"); in CompileFS()
508 inputs[attrib][0] = wrap(VECTOR_SPLAT(JM()->mVWidth, primID)); in CompileFS()
707 JM()->mIsModuleFinalized = true; in CompileFS()