| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationCL.cpp | 1656 const Buffer &src = src_buffer->cast<Buffer>(); in ValidateEnqueueCopyBuffer() local 1752 const Image &src = src_image->cast<Image>(); in ValidateEnqueueCopyImage() local 1815 const Image &src = src_image->cast<Image>(); ValidateEnqueueCopyImageToBuffer() local 1863 const Buffer &src = src_buffer->cast<Buffer>(); ValidateEnqueueCopyBufferToImage() local 2622 const Buffer &src = src_buffer->cast<Buffer>(); ValidateEnqueueCopyBufferRect() local [all...] |
| H A D | validationESEXT.cpp | 651 ValidateBlendFunciEXT(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum src, GLenum dst) ValidateBlendFunciEXT() argument 771 ValidateBlendFunciOES(const Context *context, angle::EntryPoint entryPoint, GLuint buf, GLenum src, GLenum dst) ValidateBlendFunciOES() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ImageTest.cpp | 518 const uint8_t *src = srcRow + x * planeData.bytesPerPixel; in writeAHBData() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2103 TIntermTyped* src = src0->getAsTyped(); emit() local 2118 emitCast(TIntermTyped *dst, TIntermTyped *src) emitCast() argument 2123 emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) emitCast() argument 2515 copy(TIntermTyped *dst, TIntermNode *src, int offset) copy() argument 2536 assignLvalue(TIntermTyped *dst, TIntermTyped *src) assignLvalue() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 2450 byte *src = (byte*)internal.lockRect(0, 0, 0, LOCK_READWRITE); in decodeETC2() local 2471 byte *src = (byte*)internal.lockRect(0, 0, 0, LOCK_READWRITE); in decodeEAC() local 3431 void Surface::copyCubeEdge(Edge dstEdge, Surface *src, Edge srcEdge) in copyCubeEdge() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | ShaderCore.cpp | 671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() argument 686 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() argument 694 ineg(Vector4f &dst, const Vector4f &src) ineg() argument 702 f2b(Vector4f &dst, const Vector4f &src) f2b() argument 710 b2f(Vector4f &dst, const Vector4f &src) b2f() argument 718 f2i(Vector4f &dst, const Vector4f &src) f2i() argument 726 i2f(Vector4f &dst, const Vector4f &src) i2f() argument 734 f2u(Vector4f &dst, const Vector4f &src) f2u() argument 742 u2f(Vector4f &dst, const Vector4f &src) u2f() argument 750 i2b(Vector4f &dst, const Vector4f &src) i2b() argument 758 b2i(Vector4f &dst, const Vector4f &src) b2i() argument 830 rcpx(Vector4f &dst, const Vector4f &src, bool pp) rcpx() argument 932 rsqx(Vector4f &dst, const Vector4f &src, bool pp) rsqx() argument 942 sqrt(Vector4f &dst, const Vector4f &src, bool pp) sqrt() argument 950 rsq(Vector4f &dst, const Vector4f &src, bool pp) rsq() argument 958 len2(Float4 &dst, const Vector4f &src, bool pp) len2() argument 963 len3(Float4 &dst, const Vector4f &src, bool pp) len3() argument 968 len4(Float4 &dst, const Vector4f &src, bool pp) len4() argument 1119 exp2x(Vector4f &dst, const Vector4f &src, bool pp) exp2x() argument 1129 exp2(Vector4f &dst, const Vector4f &src, bool pp) exp2() argument 1137 exp(Vector4f &dst, const Vector4f &src, bool pp) exp() argument 1145 log2x(Vector4f &dst, const Vector4f &src, bool pp) log2x() argument 1155 log2(Vector4f &dst, const Vector4f &src, bool pp) log2() argument 1163 log(Vector4f &dst, const Vector4f &src, bool pp) log() argument 1171 lit(Vector4f &dst, const Vector4f &src) lit() argument 1206 isinf(Vector4f &dst, const Vector4f &src) isinf() argument 1214 isnan(Vector4f &dst, const Vector4f &src) isnan() argument 1337 frc(Vector4f &dst, const Vector4f &src) frc() argument 1345 trunc(Vector4f &dst, const Vector4f &src) trunc() argument 1353 floor(Vector4f &dst, const Vector4f &src) floor() argument 1361 round(Vector4f &dst, const Vector4f &src) round() argument 1369 roundEven(Vector4f &dst, const Vector4f &src) roundEven() argument 1388 ceil(Vector4f &dst, const Vector4f &src) ceil() argument 1535 sgn(Vector4f &dst, const Vector4f &src) sgn() argument 1543 isgn(Vector4f &dst, const Vector4f &src) isgn() argument 1551 abs(Vector4f &dst, const Vector4f &src) abs() argument 1559 iabs(Vector4f &dst, const Vector4f &src) iabs() argument 1567 nrm2(Vector4f &dst, const Vector4f &src, bool pp) nrm2() argument 1578 nrm3(Vector4f &dst, const Vector4f &src, bool pp) nrm3() argument 1589 nrm4(Vector4f &dst, const Vector4f &src, bool pp) nrm4() argument 1600 sincos(Vector4f &dst, const Vector4f &src, bool pp) sincos() argument 1606 cos(Vector4f &dst, const Vector4f &src, bool pp) cos() argument 1614 sin(Vector4f &dst, const Vector4f &src, bool pp) sin() argument 1622 tan(Vector4f &dst, const Vector4f &src, bool pp) tan() argument 1630 acos(Vector4f &dst, const Vector4f &src, bool pp) acos() argument 1638 asin(Vector4f &dst, const Vector4f &src, bool pp) asin() argument 1646 atan(Vector4f &dst, const Vector4f &src, bool pp) atan() argument 1662 cosh(Vector4f &dst, const Vector4f &src, bool pp) cosh() argument 1670 sinh(Vector4f &dst, const Vector4f &src, bool pp) sinh() argument 1678 tanh(Vector4f &dst, const Vector4f &src, bool pp) tanh() argument 1686 acosh(Vector4f &dst, const Vector4f &src, bool pp) acosh() argument 1694 asinh(Vector4f &dst, const Vector4f &src, bool pp) asinh() argument 1702 atanh(Vector4f &dst, const Vector4f &src, bool pp) atanh() argument 1710 expp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) expp() argument 1728 logp(Vector4f &dst, const Vector4f &src, unsigned short shaderModel) logp() argument 1782 insert(Vector4f &dst, const Vector4f &src, const Float4 &element, const Float4 &index) insert() argument 1790 sgn(Float4 &dst, const Float4 &src) sgn() argument 1797 isgn(Float4 &dst, const Float4 &src) isgn() argument 1957 all(Float4 &dst, const Vector4f &src) all() argument 1962 any(Float4 &dst, const Vector4f &src) any() argument 1967 bitwise_not(Vector4f &dst, const Vector4f &src) bitwise_not() argument [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jpeglib.h | 482 struct jpeg_source_mgr *src; member
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | dec_neon.c | 30 static WEBP_INLINE uint8x8x4_t Load4x8_NEON(const uint8_t* const src, in Load4x8_NEON() argument 46 Load4x16_NEON(const uint8_t* const src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) Load4x16_NEON() argument 68 Load4x16_NEON(const uint8_t* src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) Load4x16_NEON() argument 113 Load8x16_NEON( const uint8_t* const src, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) Load8x16_NEON() argument 122 Load16x4_NEON(const uint8_t* const src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) Load16x4_NEON() argument 133 Load16x8_NEON( const uint8_t* const src, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) Load16x8_NEON() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | smpdtfmt.cpp | 3048 const UnicodeString* src; in subParse() local 3749 const UnicodeString* src; in subParse() local
|
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.cpp | 2011 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint constraint) drawImageRect() argument [all...] |
| /third_party/skia/src/pdf/ |
| H A D | SkPDFDevice.cpp | 630 drawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& paint, SkCanvas::SrcRectConstraint) drawImageRect() argument 986 sort(const SkTHashSet<SkPDFIndirectReference>& src) sort() argument 1449 internalDrawImageRect(SkKeyedImage imageSubset, const SkRect* src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint& srcPaint, const SkMatrix& ctm) internalDrawImageRect() argument [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | D3D12MemAlloc.cpp | 501 static void AddStatInfo(StatInfo& dst, const StatInfo& src)
in AddStatInfo() argument 775 Vector(const Vector<T>& src) Vector() argument 897 insert(size_t index, const T& src) insert() argument 1644 const_iterator(const iterator& src) const_iterator() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 1069 SinglePos_serialize(hb_serialize_context_t *c, const SrcLookup *src, Iterator it, const hb_map_t *layout_variation_idx_map) SinglePos_serialize() argument 2237 const LigatureAttach& src = (this + _.second); subset() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1336 MCOperand &src = Inst.getOperand(2); in processInstruction() local
|
| /third_party/skia/tools/debugger/ |
| H A D | DrawCommand.cpp | 1276 DrawImageRectCommand(const SkImage* image, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectCommand() argument 1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | xzcat.c | 509 uint32_t src; in bcj_x86() local
|
| /third_party/tzdata/ |
| H A D | localtime.c | 1941 mktmcpy(struct tm *dest, struct tm const *src) in mktmcpy() argument
|
| /third_party/vixl/src/aarch64/ |
| H A D | instructions-aarch64.h | 750 static Instruction* Cast(T src) { in Cast() argument 755 static const Instruction* CastConst(T src) { in CastConst() argument
|
| H A D | macro-assembler-aarch64.cc | 1818 Move(const GenericOperand& dst, const GenericOperand& src) Emit() argument 2296 PushMultipleTimes(int count, Register src) Emit() argument 2434 Poke(const Register& src, const Operand& offset) Emit() argument 2543 LoadCPURegList(CPURegList registers, const MemOperand& src) Emit() argument [all...] |
| H A D | simulator-aarch64.h | 564 void WriteLane(T src, int lane) { in WriteLane() argument 580 void WriteLane(vixl::internal::SimFloat16 src, int lane) { in WriteLane() argument [all...] |
| /third_party/python/PC/ |
| H A D | launcher2.c | 1201 copyWstr(const wchar_t **dest, const wchar_t *src) in copyWstr() argument
|
| /third_party/python/Objects/ |
| H A D | memoryobject.c | 256 last_dim_is_contiguous(const Py_buffer *dest, const Py_buffer *src) in last_dim_is_contiguous() argument 272 equiv_format(const Py_buffer *dest, const Py_buffer *src) in equiv_format() argument 292 equiv_shape(const Py_buffer *dest, const Py_buffer *src) equiv_shape() argument 312 equiv_structure(const Py_buffer *dest, const Py_buffer *src) equiv_structure() argument 389 copy_single(PyMemoryViewObject *self, const Py_buffer *dest, const Py_buffer *src) copy_single() argument 422 copy_buffer(const Py_buffer *dest, const Py_buffer *src) copy_buffer() argument 480 buffer_to_contiguous(char *mem, const Py_buffer *src, char order) buffer_to_contiguous() argument 527 init_shared_values(Py_buffer *dest, const Py_buffer *src) init_shared_values() argument 540 init_shape_strides(Py_buffer *dest, const Py_buffer *src) init_shape_strides() argument 567 init_suboffsets(Py_buffer *dest, const Py_buffer *src) init_suboffsets() argument 660 mbuf_add_view(_PyManagedBufferObject *mbuf, const Py_buffer *src) mbuf_add_view() argument 698 mbuf_add_incomplete_view(_PyManagedBufferObject *mbuf, const Py_buffer *src, int ndim) mbuf_add_incomplete_view() argument 841 memory_from_contiguous_copy(const Py_buffer *src, char order) memory_from_contiguous_copy() argument 983 PyBuffer_ToContiguous(void *buf, const Py_buffer *src, Py_ssize_t len, char order) PyBuffer_ToContiguous() argument 2181 Py_buffer *src = VIEW_ADDR(self); memoryview_tobytes_impl() local 2241 Py_buffer *src = VIEW_ADDR(self); memoryview_hex_impl() local 2536 Py_buffer src; memory_ass_sub() local [all...] |
| H A D | bytesobject.c | 3569 _PyBytes_Repeat(char* dest, Py_ssize_t len_dest, const char* src, Py_ssize_t len_src) _PyBytes_Repeat() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | policydb.c | 1781 int type_set_cpy(type_set_t * dst, const type_set_t * src) in type_set_cpy() argument
|
| /third_party/selinux/checkpolicy/ |
| H A D | policy_define.c | 2344 static int avrule_cpy(avrule_t *dest, const avrule_t *src) in avrule_cpy() argument
|