/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 84 static Value createConstantAllBitsSet(Location loc, Type srcType, Type dstType, in createConstantAllBitsSet() 97 static Value createFPConstant(Location loc, Type srcType, Type dstType, in createFPConstant() 119 auto srcType = value.getType(); in optionallyTruncateOrExtend() local 156 static Value optionallyBroadcast(Location loc, Value value, Type srcType, in optionallyBroadcast() 176 static Value processCountOrOffset(Location loc, Value value, Type srcType, in processCountOrOffset() 351 auto srcType = op.getType(); in matchAndRewrite() local 395 auto srcType = constOp.getType(); in matchAndRewrite() local 440 auto srcType = op.getType(); in matchAndRewrite() local 493 auto srcType = op.getType(); in matchAndRewrite() local 730 auto srcType = op.type().cast<spirv::PointerType>(); in matchAndRewrite() local [all …]
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | IndexDataManager.cpp | 90 gl::DrawElementsType srcType, in StreamInIndexBuffer() 136 gl::DrawElementsType srcType, in prepareIndexData() 236 gl::DrawElementsType srcType, in streamIndexData()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/seq/ |
D | ReadValuesTest.java | 55 Source srcType) throws IOException in _iterator() 83 private void _testRootBeans(Source srcType) throws Exception in _testRootBeans()
|
/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/mesa3d/src/mesa/main/ |
D | pack.c | 257 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() 486 GLenum srcType, const GLvoid *source, in _mesa_unpack_stencil_span() 771 GLenum srcType, const GLvoid *source, in _mesa_unpack_depth_span() 1551 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_float() 1606 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_ubyte()
|
D | texstore.c | 105 GLenum srcFormat, GLenum srcType, in _mesa_memcpy_texture() 857 GLenum srcFormat, GLenum srcType, in _mesa_texstore_can_use_memcpy()
|
D | blit.c | 103 GLenum srcType = _mesa_get_format_datatype(srcFormat); in compatible_color_datatypes() local
|
D | image.c | 474 _mesa_convert_colors(GLenum srcType, const GLvoid *src, in _mesa_convert_colors()
|
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 505 auto srcType = operands.front().getType(); in matchAndRewrite() local 537 auto srcType = operands.front().getType(); in matchAndRewrite() local 587 auto srcType = constOp.getType().dyn_cast<ShapedType>(); in matchAndRewrite() local 673 Type srcType = constOp.getType(); in matchAndRewrite() 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() 205 …nction_set(cl_device_id deviceID, cl_context context, cl_command_queue queue, ExplicitType srcType, in test_explicit_s2v_function_set()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonLocation.java | 178 Class<?> srcType = (srcRef instanceof Class<?>) ? in _appendSourceDesc() local
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.h | 123 gl::DrawElementsType srcType; member 135 gl::DrawElementsType srcType; member
|
/external/skqp/gm/ |
D | xfermodes.cpp | 120 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
|
/external/skia/gm/ |
D | xfermodes.cpp | 134 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 946 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() 1427 int srcType = exprType; in atCastExpr() local 1454 int srcType = exprType; in checkCastExpr() local 1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 80 GLenum srcType = _mesa_get_format_datatype(rb->Format); in needs_integer_signed_unsigned_conversion() local
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 2394 Type srcType, dstType; in parseMemRefReinterpretCastOp() local 2411 auto srcType = op.source().getType().cast<BaseMemRefType>(); in verify() local 2724 auto srcType = getElementTypeOrSelf(op.getOperand().getType()); in verify() local 3096 Type srcType, dstType; in parseSubViewOp() local 3706 Type srcType, dstType; in parseSubTensorOp() local 3821 Type srcType, dstType; in parseSubTensorInsertOp() local 4050 MemRefType srcType, dstType; in parseTransposeOp() local 4071 auto srcType = op.in().getType().cast<MemRefType>(); in verify() local 4092 auto srcType = getElementTypeOrSelf(op.getOperand().getType()); in verify() local 4172 Type srcType, dstType; in parseViewOp() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 217 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 217 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | DropUnitDims.cpp | 425 RankedTensorType srcType = reshapeOp.getSrcType(), in matchAndRewrite() local
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 2200 auto &srcType = getType(getObject(insn.word(3))); in EmitVectorExtractDynamic() local 2261 auto &srcType = getType(getObject(insn.word(3))); in EmitAny() local 2280 auto &srcType = getType(getObject(insn.word(3))); in EmitAll() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 1321 protected JavaType _fromAny(ClassStack context, Type srcType, TypeBindings bindings) in _fromAny() 1355 protected JavaType _applyModifiers(Type srcType, JavaType resolvedType) in _applyModifiers()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 169 GLenum srcFormat, GLenum srcType) in nouveau_choose_tex_format()
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 1082 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 1079 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
|