Home
last modified time | relevance | path

Searched defs:strides (Results 1 – 25 of 72) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_fastpath.c57 unsigned *strides, in no_op()
122 opaque_color(uint8_t **cbufs, unsigned *strides, in opaque_color()
155 unsigned *strides, in red()
182 unsigned *strides, in green()
Dlp_rast_linear_fallback.c101 unsigned strides[1] = { stride }; in shade_quads() local
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sVertexArrayTests.cpp75 int strides[] = {17}; in init() local
144 int strides[] = {17}; in init() local
215 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
285 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_avgpool.h32 int32_t strides, kernel_size; member
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sVertexArrayTests.cpp77 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local
175 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
281 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
384 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fVertexArrayTest.cpp74 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local
143 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
214 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
284 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
723 int strides[] = {0, -1, 17, 32}; in addStrideCases() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayTest.cpp74 …int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done… in init() local
172 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
278 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
381 …int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but … in init() local
936 int strides[] = {0, -1, 17, 32}; in addStrideCases() local
/third_party/python/Modules/
D_testbuffer.c611 const Py_ssize_t *shape, const Py_ssize_t *strides, in unpack_rec()
664 Py_ssize_t *strides = base->strides; in ndarray_as_list() local
930 const Py_ssize_t *shape, const Py_ssize_t *strides, in verify_structure()
1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, in init_structure()
1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, in init_ndbuf()
1265 PyObject *shape, PyObject *strides, in ndarray_push_base()
1288 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ in ndarray_init() local
1354 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ in ndarray_push() local
1743 Py_ssize_t *shape = NULL, *strides = NULL, *suboffsets = NULL; in copy_structure() local
2239 static Py_ssize_t strides[ND_MAX_NDIM]; in ndarray_memoryview_from_buffer() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c759 int *strides, int subsamp, int flags) in tjEncodeYUVPlanes()
920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local
973 int width, const int *strides, in tjCompressFromYUVPlanes()
1115 int pw0, ph0, strides[3], retval = -1; in tjCompressFromYUV() local
1430 const int *strides, int subsamp, in tjDecodeYUVPlanes()
1582 int pw0, ph0, strides[3], retval = -1; in tjDecodeYUV() local
1619 int *strides, int height, int flags) in tjDecompressToYUVPlanes()
1800 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; in tjDecompressToYUV2() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_interpolate_f32.c149 uint32_t strides[4] = { 0, 1 * 2, 2 * 2, 3 * 2 }; in arm_fir_interpolate2_f32_mve() local
272 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_f32() local
Darm_fir_interpolate_q15.c73 uint16_t strides[8] = { in arm_fir_interpolate_q15() local
Darm_fir_interpolate_q31.c73 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_q31() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp100 UINT *strides, UINT *num_strides) in fill_so_declaration()
224 UINT strides[PIPE_MAX_SO_OUTPUTS] = { 0 }; in create_gfx_pipeline_state() local
Dd3d12_resource.cpp761 unsigned *strides, in d3d12_resource_get_planes_info()
805 unsigned int strides[d3d12_max_planes]; in d3d12_resource_get_info() local
1610 unsigned int strides[d3d12_max_planes]; in d3d12_transfer_map() local
1763 unsigned int strides[d3d12_max_planes]; in d3d12_transfer_unmap() local
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_f16.c100 static const int32_t strides[4] = in _arm_radix4_butterfly_f16_mve() local
306 static const int32_t strides[4] = { in _arm_radix4_butterfly_inverse_f16_mve() local
Darm_cfft_q31.c50 static const int32_t strides[4] = { in _arm_radix4_butterfly_q31_mve() local
302 static const int32_t strides[4] = { in _arm_radix4_butterfly_inverse_q31_mve() local
Darm_cfft_q15.c48 static const int32_t strides[4] = { in _arm_radix4_butterfly_q15_mve() local
284 static const int32_t strides[4] = { in _arm_radix4_butterfly_inverse_q15_mve() local
Darm_cfft_f32.c101 static const int32_t strides[4] = { in _arm_radix4_butterfly_f32_mve() local
309 static const int32_t strides[4] = { in _arm_radix4_butterfly_inverse_f32_mve() local
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1049 int *strides, int *offsets, in dri2_create_image_from_fd()
1491 int *names, int num_names, int *strides, int *offsets, in dri2_from_names()
1565 int *fds, int num_fds, int *strides, int *offsets, in dri2_from_fds()
1575 int *fds, int num_fds, uint32_t flags, int *strides, in dri2_from_fds2()
1655 int *strides, int *offsets, in dri2_from_dma_bufs()
1684 int *strides, int *offsets, in dri2_from_dma_bufs2()
1713 int *strides, int *offsets, in dri2_from_dma_bufs3()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp273 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
DSkVideoDecoder.cpp165 int const strides[], in make_yuv_420()
/third_party/skia/src/opts/
DSkVM_opts.h52 const int strides[], const int nargs, in interpret_skvm()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp154 auto strides = programExecutable->getTransformFeedbackStrides(); in begin() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c137 unsigned strides[SVGA3D_DX_MAX_SOTARGETS]; in svga_create_stream_output() local
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub-render.c428 gint strides[3]; in gstspu_vobsub_render() local

123