/third_party/mesa3d/src/gallium/frontends/nine/ |
D | authenticatedchannel9.h | 54 UINT InputSize, 61 UINT InputSize,
|
D | authenticatedchannel9.c | 52 UINT InputSize, in NineAuthenticatedChannel9_Query() argument 62 UINT InputSize, in NineAuthenticatedChannel9_Configure() argument
|
D | nine_lock.c | 102 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/ |
D | dshow_common.c | 93 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/ |
D | APFloat.h | 661 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/ |
D | APFloat.h | 1000 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/ |
D | APFloat.cpp | 4395 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/ |
D | InstCombineCasts.cpp | 1734 int InputSize = (int)SrcTy->getScalarSizeInBits() - IsInputSigned; in FoldItoFPtoI() local 1736 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
|
D | InstCombineCompares.cpp | 5726 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/ |
D | d3d9.h | 576 …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/ |
D | PPCISelLowering.cpp | 13219 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/ |
D | DAGCombiner.cpp | 13167 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local 13169 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
|