Home
last modified time | relevance | path

Searched defs:destType (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCopyTextureTest.cpp66 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 DCopyTexture3DTest.cpp71 GLenum destType, in testCopy()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/
DAudioRouteStats.java155 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 Dtest_integers.cpp1265 … 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 DExpressionTranslator.java356 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 DSkSLConstructorArrayCast.cpp24 const Type& destType, in cast_constant_array()
H A DSkSLConstructorCompoundCast.cpp27 const Type& destType, in cast_constant_composite()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1391 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 DSubzeroReactor.cpp1621 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 DArrayTypeImpl.java133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
H A DObjectReferenceImpl.java608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java130 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
H A DCodeGen.java947 int destType, int destDim, String destClass, in invalidDim()
1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
H A DJvstCodeGen.java207 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java370 TypeBearer destType = (dest != null) ? dest : Type.VOID; in run() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCast.cpp309 QualType destType, in tryDiagnoseOverloadedCast()
384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
H A DSemaExpr.cpp6343 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 Dhlo_legalize_to_memref.cc148 auto destType = in bufferize() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_explicit_s2v.cpp110 …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 Dst_cb_drawpixels.c995 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp747 GLenum destType, in copySubTextureCPUReadback()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp7666 …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/
DGlslangToSpv.cpp7408 …: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 DRenderer9.cpp2558 GLenum destType, in copyTexture()

1234