Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp459 pAlphaU8 = FP_TO_UI(pAlphaU8, mSimdInt32Ty); in AlphaTest()
533 PointerType::get(mSimdInt32Ty, 0), // simdscalari* oMask in Create()
534 PointerType::get(mSimdInt32Ty, 0), // simdscalari* pMask in Create()
591 currentMask = FP_TO_SI(FADD(currentMask, VIMMED1(0.5f)), mSimdInt32Ty); in Create()
691 src[i] = BITCAST(src[i], mSimdInt32Ty); in Create()
692 dst[i] = BITCAST(dst[i], mSimdInt32Ty); in Create()
697 mSimdInt32Ty); in Create()
700 mSimdInt32Ty); in Create()
705 mSimdInt32Ty); in Create()
708 mSimdInt32Ty); in Create()
[all …]
Dbuilder.cpp63 mSimdInt32Ty = VectorType::get(mInt32Ty, mVWidth); in Builder()
73 mSimdIntPtrTy = mSimdInt32Ty; in Builder()
Dbuilder.h67 Type* mSimdInt32Ty; member
Dbuilder_misc.cpp687 Value* src = BITCAST(vmask, mSimdInt32Ty); in MASK()
695 return S_EXT(mask, mSimdInt32Ty); in VMASK()
1018 mask = BITCAST(mask, mSimdInt32Ty); in Gather4()
1192 vGatherInput[0] = BITCAST(vGatherInput[0], mSimdInt32Ty); in Shuffle16bpcGather4()
1193 vGatherInput[1] = BITCAST(vGatherInput[1], mSimdInt32Ty); in Shuffle16bpcGather4()
1418 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty); in SCATTERPS()
1491 Value* asInt = BITCAST(a, mSimdInt32Ty); in VABSPS()
Dfetch_jit.cpp139 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
150 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
158 …bleIndexOOBCheck) ? vIndices = LOAD(BITCAST(indices, PointerType::get(mSimdInt32Ty,0)),{(uint32_t)… in Create()
656 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
672 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
680 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
1272 Type* vGatherTy = mSimdInt32Ty; in Shuffle8bpcGatherd()