Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp90 gl::DrawElementsType srcType, in StreamInIndexBuffer()
136 gl::DrawElementsType srcType, in prepareIndexData()
236 gl::DrawElementsType srcType, in streamIndexData()
/aosp_15_r20/art/runtime/
H A Dreflection-inl.h33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow()
98 Primitive::Type srcType, in ConvertPrimitiveValue()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dpack.c258 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes()
487 GLenum srcType, const GLvoid *source, in _mesa_unpack_stencil_span()
772 GLenum srcType, const GLvoid *source, in _mesa_unpack_depth_span()
1552 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_float()
1607 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_ubyte()
H A Dtexstore.c105 GLenum srcFormat, GLenum srcType, in _mesa_memcpy_texture()
864 GLenum srcFormat, GLenum srcType, in _mesa_texstore_can_use_memcpy()
H A Dblit.c114 GLenum srcType = _mesa_get_format_datatype(srcFormat); in compatible_color_datatypes() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/seq/
H A DReadValuesTest.java55 Source srcType) throws IOException in _iterator()
83 private void _testRootBeans(Source srcType) throws Exception in _testRootBeans()
/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/OpenCL-CTS/test_conformance/basic/
H A 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()
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A 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()
/aosp_15_r20/external/pytorch/torch/csrc/
H A Dcopy_utils.h12 PyTypeObject* srcType; // Python type of src tensor/storage member
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h133 gl::DrawElementsType srcType; member
145 gl::DrawElementsType srcType; member
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DJsonLocation.java178 Class<?> srcType = (srcRef instanceof Class<?>) ? in _appendSourceDesc() local
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/
H A DRuntimeTypeAdapterFactory.java263 Class<?> srcType = value.getClass(); in create() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2496 auto &srcType = shader.getObjectType(insn.word(3)); in EmitVectorExtractDynamic() local
2571 auto &srcType = shader.getObjectType(insn.word(3)); in EmitAny() local
2589 auto &srcType = shader.getObjectType(insn.word(3)); in EmitAll() local
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DRuntimeTypeAdapterFactoryFunctionalTest.java182 Class<?> srcType = value.getClass(); in create() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DTypeFactory.java1321 protected JavaType _fromAny(ClassStack context, Type srcType, TypeBindings bindings) in _fromAny()
1355 protected JavaType _applyModifiers(Type srcType, JavaType resolvedType) in _applyModifiers()
/aosp_15_r20/external/skia/gm/
H A Dxfermodes.cpp135 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c79 GLenum srcType = _mesa_get_format_datatype(rb->Format); in needs_integer_signed_unsigned_conversion() local
/aosp_15_r20/art/runtime/native/
H A Djava_lang_System.cc145 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy() local
/aosp_15_r20/art/test/064-field-access/src/
H A DMain.java514 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DConstant.cpp498 ConvType srcType = CONV_UINT, dstType = CONV_UINT; in fold() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_mov_inst.h587 const char *dstType, *srcType; in emit() local
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DFrame.java1285 int srcType = sourceType; in merge() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp1140 llvm::Type* srcType = dtypeToLLVM(v->src_value()->dtype()); in visit() local
1270 llvm::Type* srcType = dtypeToLLVM(v->src_value()->dtype()); in visit() local
/aosp_15_r20/external/skia/tests/
H A DVkHardwareBufferTest.cpp1108 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()

12345