Searched refs:mSimdInt32Ty (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 458 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 …]
|
D | builder.cpp | 71 mSimdInt32Ty = VectorType::get(mInt32Ty, mVWidth); in Builder() 92 mSimdIntPtrTy = mSimdInt32Ty; in Builder()
|
D | builder.h | 73 Type* mSimdInt32Ty; member
|
D | fetch_jit.cpp | 202 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 …]
|
D | builder_misc.cpp | 821 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/ |
D | swr_shader.cpp | 1274 Value *vXu = FP_TO_UI(vXf, mSimdInt32Ty); in CompileFS() 1275 Value *vYu = FP_TO_UI(vYf, mSimdInt32Ty); in CompileFS()
|