Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp458 pAlphaU8 = FP_TO_UI(pAlphaU8, mSimdInt32Ty); in AlphaTest()
530 PointerType::get(mSimdInt32Ty, 0), // simdscalari* oMask in Create()
531 PointerType::get(mSimdInt32Ty, 0), // simdscalari* pMask in Create()
589 currentSampleMask = FP_TO_SI(FADD(currentSampleMask, VIMMED1(0.5f)), mSimdInt32Ty); in Create()
698 src[i] = BITCAST(src[i], mSimdInt32Ty); in Create()
699 dst[i] = BITCAST(dst[i], mSimdInt32Ty); in Create()
704 mSimdInt32Ty); in Create()
707 mSimdInt32Ty); in Create()
712 mSimdInt32Ty); in Create()
715 mSimdInt32Ty); in Create()
[all …]
Dbuilder.cpp71 mSimdInt32Ty = VectorType::get(mInt32Ty, mVWidth); in Builder()
92 mSimdIntPtrTy = mSimdInt32Ty; in Builder()
Dbuilder.h73 Type* mSimdInt32Ty; member
Dfetch_jit.cpp202 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
205 vIndices2 = Z_EXT(vIndices2, mSimdInt32Ty); in Create()
226 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
229 vIndices2 = Z_EXT(vIndices2, mSimdInt32Ty); in Create()
246 …bleIndexOOBCheck) ? vIndices = LOAD(BITCAST(indices, PointerType::get(mSimdInt32Ty,0)),{(uint32_t)… in Create()
249 …eIndexOOBCheck) ? vIndices2 = LOAD(BITCAST(indices2, PointerType::get(mSimdInt32Ty, 0)), { (uint32… in Create()
757 Value *pMem = ALLOCA(mSimdInt32Ty); in CreateGatherOddFormats()
849 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
865 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
873 texels[compIndex] = BITCAST(texels[compIndex], mSimdInt32Ty); in ConvertFormat()
[all …]
Dbuilder_misc.cpp821 Value *src = BITCAST(vmask, mSimdInt32Ty); in MASK()
835 return S_EXT(mask, mSimdInt32Ty); in VMASK()
1234 vGatherInput[0] = BITCAST(vGatherInput[0], mSimdInt32Ty); in Shuffle16bpcGather4()
1235 vGatherInput[1] = BITCAST(vGatherInput[1], mSimdInt32Ty); in Shuffle16bpcGather4()
1470 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty); in SCATTERPS()
1543 Value* asInt = BITCAST(a, mSimdInt32Ty); in VABSPS()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1274 Value *vXu = FP_TO_UI(vXf, mSimdInt32Ty); in CompileFS()
1275 Value *vYu = FP_TO_UI(vYf, mSimdInt32Ty); in CompileFS()