/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTextureTest.cpp | 66 GLenum destType, in testGradientDownsampleUniqueValues() 2149 GLenum destType, bool flipY, bool premultiplyAlpha, in TEST_P() 2150 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P() 2267 const GLColor32F &expectedColor) { in TEST_P() 2397 const GLColor32U &expectedColor) { in TEST_P() 2497 GLenum destType) { in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 71 GLenum destType, in testCopy()
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/ |
D | AudioRouteStats.java | 155 int destType = convertAudioType(pendingRoute.getDestRoute(), false); in onRouteEnter() local 187 int destType = convertAudioType(pendingRoute.getDestRoute(), false); in onRouteExit() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | test_integers.cpp | 1265 … ExplicitType vecAType, ExplicitType vecBType, ExplicitType vecCType, ExplicitType destType, in test_three_param_integer_kernel() 1468 … ExplicitType vecAType, ExplicitType vecBType, ExplicitType vecCType, ExplicitType destType ) in verify_integer_clamp() 1606 … ExplicitType vecAType, ExplicitType vecBType, ExplicitType vecCType, ExplicitType destType ) in verify_integer_mad_sat() 1776 … ExplicitType vecAType, ExplicitType vecBType, ExplicitType vecCType, ExplicitType destType ) in verify_integer_mad_hi()
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix()
|
/aosp_15_r20/external/skia/src/sksl/ir/ |
H A D | SkSLConstructorArrayCast.cpp | 24 const Type& destType, in cast_constant_array()
|
H A D | SkSLConstructorCompoundCast.cpp | 27 const Type& destType, in cast_constant_composite()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 1391 Value *Nucleus::createTrunc(Value *v, Type *destType) in createTrunc() 1397 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt() 1403 Value *Nucleus::createSExt(Value *v, Type *destType) in createSExt() 1409 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() 1415 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI() 1421 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP() 1427 Value *Nucleus::createFPTrunc(Value *v, Type *destType) in createFPTrunc() 1433 Value *Nucleus::createFPExt(Value *v, Type *destType) in createFPExt() 1439 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast()
|
H A D | SubzeroReactor.cpp | 1621 static Value *createCast(Ice::InstCast::OpKind op, Value *v, Type *destType) in createCast() 1635 Value *Nucleus::createTrunc(Value *v, Type *destType) in createTrunc() 1641 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt() 1647 Value *Nucleus::createSExt(Value *v, Type *destType) in createSExt() 1653 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() 1659 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI() 1665 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP() 1671 Value *Nucleus::createFPTrunc(Value *v, Type *destType) in createFPTrunc() 1677 Value *Nucleus::createFPExt(Value *v, Type *destType) in createFPExt() 1683 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast()
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | ArrayTypeImpl.java | 133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
|
H A D | ObjectReferenceImpl.java | 608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
|
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ |
H A D | JvstTypeChecker.java | 130 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
|
H A D | CodeGen.java | 947 int destType, int destDim, String destClass, in invalidDim() 1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
|
H A D | JvstCodeGen.java | 207 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | RopperMachine.java | 370 TypeBearer destType = (dest != null) ? dest : Type.VOID; in run() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaCast.cpp | 309 QualType destType, in tryDiagnoseOverloadedCast() 384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
H A D | SemaExpr.cpp | 6343 QualType destType = S.Context.getPointerType(S.Context.VoidTy); in checkConditionalBlockPointerCompatibility() local 6376 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 6386 QualType destType = S.Context.getPointerType(destPointee); in checkConditionalObjectPointersCompatibility() local 6857 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local 6877 QualType destType = Context.getPointerType(destPointee); in FindCompositeObjCPointerType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | hlo_legalize_to_memref.cc | 148 auto destType = in bufferize() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_explicit_s2v.cpp | 110 …ExplicitType srcType, unsigned int count, ExplicitType destType, unsigned int vecSize, void *input… in test_explicit_s2v_function()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 995 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 747 GLenum destType, in copySubTextureCPUReadback()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/ |
H A D | GlslangToSpv.cpp | 7666 …TGlslangToSpvTraverser::createIntWidthConversion(spv::Id operand, int vectorSize, spv::Id destType, in createIntWidthConversion() 7695 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType, in createConversion()
|
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 7408 …:createIntWidthConversion(glslang::TOperator op, spv::Id operand, int vectorSize, spv::Id destType) in createIntWidthConversion() 7488 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType, in createConversion()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 2558 GLenum destType, in copyTexture()
|