Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp84 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/
DIndexDataManager.cpp90 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/
DReadValuesTest.java55 Source srcType) throws IOException in _iterator()
83 private void _testRootBeans(Source srcType) throws Exception in _testRootBeans()
/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/mesa3d/src/mesa/main/
Dpack.c257 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()
Dtexstore.c105 GLenum srcFormat, GLenum srcType, in _mesa_memcpy_texture()
857 GLenum srcFormat, GLenum srcType, in _mesa_texstore_can_use_memcpy()
Dblit.c103 GLenum srcType = _mesa_get_format_datatype(srcFormat); in compatible_color_datatypes() local
Dimage.c474 _mesa_convert_colors(GLenum srcType, const GLvoid *src, in _mesa_convert_colors()
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp505 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/
Dtest_explicit_s2v.cpp110ExplicitType 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/
DJsonLocation.java178 Class<?> srcType = (srcRef instanceof Class<?>) ? in _appendSourceDesc() local
/external/angle/src/libANGLE/renderer/metal/
Dmtl_render_utils.h123 gl::DrawElementsType srcType; member
135 gl::DrawElementsType srcType; member
/external/skqp/gm/
Dxfermodes.cpp120 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
/external/skia/gm/
Dxfermodes.cpp134 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java946 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/
Dst_cb_readpixels.c80 GLenum srcType = _mesa_get_format_datatype(rb->Format); in needs_integer_signed_unsigned_conversion() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2394 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/
Dradeon_texture.c217 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c217 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DDropUnitDims.cpp425 RankedTensorType srcType = reshapeOp.getSrcType(), in matchAndRewrite() local
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2200 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/
DTypeFactory.java1321 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/
Dnouveau_texture.c169 GLenum srcFormat, GLenum srcType) in nouveau_choose_tex_format()
/external/skia/tests/
DVkHardwareBufferTest.cpp1082 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
/external/skqp/tests/
DVkHardwareBufferTest.cpp1079 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()

12