Home
last modified time | relevance | path

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

12

/external/skia/src/sksl/ir/
DSkSLConstructorArrayCast.cpp24 const Type& destType, in cast_constant_array()
DSkSLConstructorCompoundCast.cpp27 const Type& destType, in cast_constant_composite()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
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()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DArrayTypeImpl.java133 boolean isAssignableTo(ReferenceType destType) { in isAssignableTo()
DObjectReferenceImpl.java608 ReferenceType destType = (ReferenceTypeImpl)destination.type(); in validateAssignment() local
/external/angle/src/tests/gl_tests/
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()
DCopyTexture3DTest.cpp71 GLenum destType, in testCopy()
/external/javassist/src/main/javassist/compiler/
DJvstTypeChecker.java130 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
DJvstCodeGen.java207 int destType = MemberResolver.descToType(pt.getDescriptor()); in atCastToRtype() local
DCodeGen.java947 int destType, int destDim, String destClass, in invalidDim()
1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
/external/OpenCL-CTS/test_conformance/integer_ops/
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()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_memref.cc148 auto destType = in bufferize() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp110 …ExplicitType srcType, unsigned int count, ExplicitType destType, unsigned int vecSize, void *input… in test_explicit_s2v_function()
/external/swiftshader/src/Reactor/
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()
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()
/external/angle/src/libANGLE/renderer/wgpu/
DVertexArrayWgpu.cpp74 gl::DrawElementsType destType) in GetCopyIndexFunction()
/external/clang/lib/Sema/
DSemaCast.cpp309 QualType destType, in tryDiagnoseOverloadedCast()
384 SourceRange opRange, Expr *src, QualType destType, in diagnoseBadCast()
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
DSemaExprObjC.cpp1439 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) { in EmitRelatedResultTypeNoteForReturn()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c977 GLenum destType = GL_UNSIGNED_BYTE; in draw_stencil_pixels() local
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp747 GLenum destType, in copySubTextureCPUReadback()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp651 llvm::Type *destType = ConvertType(E->getType()); in VisitCastExpr() local
/external/deqp-deps/glslang/SPIRV/
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()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp8035 …TGlslangToSpvTraverser::createIntWidthConversion(spv::Id operand, int vectorSize, spv::Id destType, in createIntWidthConversion()
8066 …SpvTraverser::createConversion(glslang::TOperator op, OpDecorations& decorations, spv::Id destType, in createConversion()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2567 GLenum destType, in copyTexture()

12