Home
last modified time | relevance | path

Searched refs:mSimdInt32Ty (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp87 mSimdIntPtrTy = mSimdInt32Ty; in Builder()
106 mSimdInt32Ty = getVectorType(mInt32Ty, mVWidth); in SetTargetWidth()
111 mSimdVectorIntTy = ArrayType::get(mSimdInt32Ty, 4); in SetTargetWidth()
113 mSimdVectorTRIntTy = ArrayType::get(mSimdInt32Ty, 5); in SetTargetWidth()
Dblend_jit.cpp475 pAlphaU8 = FP_TO_UI(pAlphaU8, mSimdInt32Ty); in AlphaTest()
639 currentSampleMask = FP_TO_SI(FADD(currentSampleMask, VIMMED1(0.5f)), mSimdInt32Ty); in Create()
780 src[i] = BITCAST(src[i], mSimdInt32Ty); in Create()
781 dst[i] = BITCAST(dst[i], mSimdInt32Ty); in Create()
784 src[i] = FP_TO_SI(FMUL(src[i], VIMMED1(scale[i])), mSimdInt32Ty); in Create()
785 dst[i] = FP_TO_SI(FMUL(dst[i], VIMMED1(scale[i])), mSimdInt32Ty); in Create()
788 src[i] = FP_TO_UI(FMUL(src[i], VIMMED1(scale[i])), mSimdInt32Ty); in Create()
789 dst[i] = FP_TO_UI(FMUL(dst[i], VIMMED1(scale[i])), mSimdInt32Ty); in Create()
856 currentSampleMask = S_EXT(ICMP_UGT(currentSampleMask, VBROADCAST(C(0))), mSimdInt32Ty); in Create()
Dbuilder_misc.cpp560 Value* src = BITCAST(vmask, mSimdInt32Ty); in MASK()
572 Value* Builder::VMASK(Value* mask) { return S_EXT(mask, mSimdInt32Ty); } in VMASK()
798 Value* asInt = BITCAST(a, mSimdInt32Ty); in VABSPS()
860 mSimdInt32Ty); in VCVT_F32_FIXED_SI()
874 Value* vFloatInt = BITCAST(vFloat, mSimdInt32Ty); in VCVT_F32_FIXED_SI()
932 mSimdInt32Ty); in VCVT_F32_FIXED_UI()
944 Value* vFloatInt = BITCAST(vFloat, mSimdInt32Ty); in VCVT_F32_FIXED_UI()
Dfetch_jit.cpp183 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
196 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
207 PointerType::get(mSimdInt32Ty, 0), in Create()
392 Value* pMem = ALLOCA(mSimdInt32Ty); in CreateGatherOddFormats()
500 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
517 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
525 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
1281 PointerType::get(mSimdInt32Ty, 0), in GetSimdValid32bitIndices()
1619 val = S_EXT(val, mSimdInt32Ty); in Shuffle8bpcGatherd()
1639 val = Z_EXT(val, mSimdInt32Ty); in Shuffle8bpcGatherd()
Dbuilder.h105 Type* mSimdInt32Ty; member
Dbuilder_mem.cpp434 vGatherInput[0] = BITCAST(vGatherInput[0], mSimdInt32Ty); in Shuffle16bpcGather4()
435 vGatherInput[1] = BITCAST(vGatherInput[1], mSimdInt32Ty); in Shuffle16bpcGather4()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp950 Value* loop_var = ALLOCA(mSimdInt32Ty); in swr_tcs_llvm_emit_prologue()
2892 Value *vXu = FP_TO_UI(vXf, mSimdInt32Ty); in CompileFS()
2893 Value *vYu = FP_TO_UI(vYf, mSimdInt32Ty); in CompileFS()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp215 B->mSimdInt32Ty, // vIndices in LowerX86()