Home
last modified time | relevance | path

Searched refs:InputSize (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dauthenticatedchannel9.h54 UINT InputSize,
61 UINT InputSize,
Dauthenticatedchannel9.c52 UINT InputSize, in NineAuthenticatedChannel9_Query() argument
62 UINT InputSize, in NineAuthenticatedChannel9_Configure() argument
Dnine_lock.c102 UINT InputSize, in LockAuthenticatedChannel9_Query() argument
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput); in LockAuthenticatedChannel9_Query()
116 UINT InputSize, in LockAuthenticatedChannel9_Configure() argument
122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput); in LockAuthenticatedChannel9_Configure()
/third_party/ffmpeg/libavdevice/
Ddshow_common.c93 dshowdebug(" InputSize %ld\t%ld\n", caps->InputSize.cx, caps->InputSize.cy); in ff_print_VIDEO_STREAM_CONFIG_CAPS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h661 unsigned int InputSize, bool IsSigned,
664 unsigned int InputSize, bool IsSigned,
1102 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() argument
1105 convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromSignExtendedInteger()
1108 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger() argument
1111 convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() argument
1002 return getIEEE().convertFromSignExtendedInteger(Input, InputSize, IsSigned, in convertFromSignExtendedInteger()
1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger() argument
1008 return getIEEE().convertFromZeroExtendedInteger(Input, InputSize, IsSigned, in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4395 unsigned int InputSize, in convertFromSignExtendedInteger() argument
4399 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger()
4406 unsigned int InputSize, in convertFromZeroExtendedInteger() argument
4410 auto Ret = Tmp.convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromZeroExtendedInteger()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1734 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local
1736 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
DInstCombineCompares.cpp5726 unsigned InputSize = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local
5731 if ((int)InputSize > MantissaWidth) { in foldFCmpIntToFPConst()
5736 if (MaxExponent < (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst()
5742 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst()
/third_party/mesa3d/include/D3D9/
Dd3d9.h576 …HRESULT (WINAPI *Query)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, …
577 …HRESULT (WINAPI *Configure)(IDirect3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInp…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13219 int InputSize = Input.getValueType().getScalarSizeInBits(); in combineBVOfVecSExt() local
13221 if (InputSize + OutputSize == 40) in combineBVOfVecSExt()
13223 else if (InputSize + OutputSize == 72) in combineBVOfVecSExt()
13225 else if (InputSize + OutputSize == 48) in combineBVOfVecSExt()
13227 else if (InputSize + OutputSize == 80) in combineBVOfVecSExt()
13229 else if (InputSize + OutputSize == 96) in combineBVOfVecSExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13167 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local
13169 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()