| /external/skia/src/sksl/ir/ |
| D | SkSLConstructorArrayCast.cpp | 24 const Type& destType, in cast_constant_array()
|
| D | SkSLConstructorCompoundCast.cpp | 28 const Type& destType, in cast_constant_composite()
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| 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()
|
| /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
| D | ArrayTypeImpl.java | 133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
|
| D | ObjectReferenceImpl.java | 608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
|
| /external/angle/src/tests/gl_tests/ |
| D | CopyTextureTest.cpp | 66 GLenum destType, in testGradientDownsampleUniqueValues() 2095 GLenum destType, bool flipY, bool premultiplyAlpha, in TEST_P() 2096 bool unmultiplyAlpha, const GLColor &expectedColor) { in TEST_P() 2213 const GLColor32F &expectedColor) { in TEST_P() 2343 const GLColor32U &expectedColor) { in TEST_P() 2443 GLenum destType) { in TEST_P()
|
| D | CopyTexture3DTest.cpp | 71 GLenum destType, in testCopy()
|
| /external/javassist/src/main/javassist/compiler/ |
| D | JvstTypeChecker.java | 130 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
|
| D | JvstCodeGen.java | 207 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
|
| D | CodeGen.java | 947 int destType, int destDim, String destClass, in invalidDim() 1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
|
| /external/OpenCL-CTS/test_conformance/integer_ops/ |
| 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()
|
| /external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
| D | hlo_legalize_to_memref.cc | 148 auto destType = in bufferize() local
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_explicit_s2v.cpp | 110 …ExplicitType srcType, unsigned int count, ExplicitType destType, unsigned int vecSize, void *input… in test_explicit_s2v_function()
|
| /external/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 1398 Value *Nucleus::createTrunc(Value *v, Type *destType) in createTrunc() 1404 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt() 1410 Value *Nucleus::createSExt(Value *v, Type *destType) in createSExt() 1416 Value *Nucleus::createFPToUI(Value *v, Type *destType) in createFPToUI() 1422 Value *Nucleus::createFPToSI(Value *v, Type *destType) in createFPToSI() 1428 Value *Nucleus::createSIToFP(Value *v, Type *destType) in createSIToFP() 1434 Value *Nucleus::createFPTrunc(Value *v, Type *destType) in createFPTrunc() 1440 Value *Nucleus::createFPExt(Value *v, Type *destType) in createFPExt() 1446 Value *Nucleus::createBitCast(Value *v, Type *destType) in createBitCast()
|
| 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()
|
| /external/OpenCL-CTS/test_conformance/conversions/ |
| D | basic_test_conversions.cpp | 1520 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_uchar() 1529 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_char() 1538 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_ushort() 1547 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, UNUSED Type destType, uint64_t s… in init_short() 1556 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_uint() 1602 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_int() 1650 void init_float( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start, … in init_float() 1744 void init_double( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start,… in init_double() 1777 … void *out, SaturationMode UNUSED sat, RoundingMode UNUSED round, Type UNUSED destType, uint64_t s… in init_ulong() 1823 void init_long( void *out, SaturationMode sat, RoundingMode round, Type destType, uint64_t start, i… in init_long()
|
| /external/mesa3d/src/mesa/swrast/ |
| D | s_drawpix.c | 276 const GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
|
| /external/clang/lib/Sema/ |
| D | SemaCast.cpp | 309 QualType destType, in tryDiagnoseOverloadedCast() 384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
|
| 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
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | BlitGL.cpp | 716 GLenum destType, in copySubTextureCPUReadback()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_cb_drawpixels.c | 1006 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExprConstant.cpp | 651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
|
| /external/mesa3d/src/mesa/drivers/common/ |
| D | meta.c | 2981 GLenum destFormat, GLenum destType, in decompress_texture_image()
|
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
| D | GlslangToSpv.cpp | 7370 …:createIntWidthConversion(glslang::TOperator op, spv::Id operand, int vectorSize, spv::Id destType) in createIntWidthConversion() 7450 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType, in createConversion()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | Renderer9.cpp | 2553 GLenum destType, in copyTexture()
|