Searched defs:offset_dst (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | _swizzle.hpp | 111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 235 int h, w, mv_x, mv_y, offset, offset_dst; in copy_cell() local
|
H A D | snow.h | 283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() argument
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 5749 PyObject *offset_dst = Py_None; in os_copy_file_range() local 5840 PyObject *offset_dst = Py_None; os_splice() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 12392 struct tgsi_full_dst_register offset_dst = make_dst_temp_reg(offset_tmp); in emit_rawbuf_instruction() local
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 10570 os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst) os_copy_file_range_impl() argument 10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument [all...] |
Completed in 40 milliseconds