/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_tf.c | 502 int64_t strides[] = {1, 1, 1, 1}; in add_conv_layer() local
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 100 uint16_t strides[ACO_MAX_SO_BUFFERS]; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 309 int strides[4], offsets[4]; in dri3_create_image_from_buffers() local
|
H A D | dri2.c | 1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument 1490 dri2_from_names(__DRIscreen *screen, int width, int height, int format, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) dri2_from_names() argument 1564 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds() argument 1574 dri2_from_fds2(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, uint32_t flags, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds2() argument 1652 dri2_from_dma_bufs(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs() argument 1681 dri2_from_dma_bufs2(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs2() argument 1710 dri2_from_dma_bufs3(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, uint32_t flags, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs3() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 402 string strides[4]; in initPrograms() local 786 deUint32 strides[4]; // in elements iterate() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 1515 static const glw::GLsizei strides[2] = { sizeof(glw::GLint) * 2, sizeof(glw::GLint) * 2 }; in PrepareVAO() local
|
H A D | gl4cMultiBindTests.cpp | 2263 GLsizei strides[n_buffers]; in iterate() local 3243 std::vector<GLsizei> strides; in iterate() local 4481 std::vector<GLsizei> strides; iterate() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 928 static const int strides[] = { 0, 7, 16, 17 }; in init() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 2400 eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImage image, int *fds, EGLint *strides, EGLint *offsets) eglExportDMABUFImageMESA() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | varray.c | 3129 vertex_array_vertex_buffers(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, bool no_error, const char *func) vertex_array_vertex_buffers() argument 3237 vertex_array_vertex_buffers_err(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides, const char *func) vertex_array_vertex_buffers_err() argument 3264 _mesa_BindVertexBuffers_no_error(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_BindVertexBuffers_no_error() argument 3277 _mesa_BindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_BindVertexBuffers() argument 3334 _mesa_VertexArrayVertexBuffers_no_error(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_VertexArrayVertexBuffers_no_error() argument 3349 _mesa_VertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_VertexArrayVertexBuffers() argument [all...] |
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 1868 int strides[4], offsets[4]; in loader_dri3_create_image_from_buffers() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 1705 vk_cmd_set_vertex_binding_strides(struct vk_command_buffer *cmd, uint32_t first_binding, uint32_t binding_count, const VkDeviceSize *strides) vk_cmd_set_vertex_binding_strides() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 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 758 d3d12_resource_get_planes_info(pipe_resource *pres, unsigned num_planes, pipe_resource **planes, unsigned *strides, unsigned *layer_strides, unsigned *offsets, unsigned *staging_res_size) d3d12_resource_get_planes_info() argument 1763 unsigned int strides[d3d12_max_planes]; d3d12_transfer_unmap() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 613 string strides[4]; in initPrograms() local 1108 deUint32 strides[4]; // in elements iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 497 vk::VkDeviceSize strides[] = { colorStride, vertexStride, colorStride, vertexStride, colorStride, vertexStride, colorStride, vertexStride }; in iterate() local 738 BindVertexBuffers2Instance::Buffers BindVertexBuffers2Instance::createBuffers (Sizes& offsets, Sizes& strides, Sizes& sizes) in createBuffers() argument 963 Sizes strides; iterate() local 1072 logStrides << strides[k]; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1514 const vk::VkDeviceSize strides[] = in init() local
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 160 std::vector<int> strides; member [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 756 tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **dstPlanes, int *strides, int subsamp, int flags) tjEncodeYUVPlanes() argument 971 tjCompressFromYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, int width, const int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUVPlanes() argument 1115 int pw0, ph0, strides[3], retval = -1; tjCompressFromYUV() local 1428 tjDecodeYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, const int *strides, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUVPlanes() argument 1582 int pw0, ph0, strides[3], retval = -1; tjDecodeYUV() local 1615 tjDecompressToYUVPlanes(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) tjDecompressToYUVPlanes() argument 1800 int pw0, ph0, strides[3], retval = -1, jpegSubsamp = -1; tjDecompressToYUV2() local [all...] |
/third_party/python/Modules/ |
H A D | _testbuffer.c | 610 unpack_rec(PyObject *unpack_from, char *ptr, PyObject *mview, char *item, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, Py_ssize_t ndim, Py_ssize_t itemsize) unpack_rec() argument 664 Py_ssize_t *strides = base->strides; ndarray_as_list() local 929 verify_structure(Py_ssize_t len, Py_ssize_t itemsize, Py_ssize_t offset, const Py_ssize_t *shape, const Py_ssize_t *strides, Py_ssize_t ndim) verify_structure() argument 1120 init_structure(ndbuf_t *ndbuf, PyObject *shape, PyObject *strides, Py_ssize_t ndim) init_structure() argument 1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) init_ndbuf() argument 1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) ndarray_push_base() argument 1288 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ ndarray_init() local 1354 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */ ndarray_push() local 1743 Py_ssize_t *shape = NULL, *strides = NULL, *suboffsets = NULL; copy_structure() local 2239 static Py_ssize_t strides[ND_MAX_NDIM]; ndarray_memoryview_from_buffer() local [all...] |
/third_party/python/Objects/ |
H A D | abstract.c | 692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, Py_ssize_t *strides, int itemsize, char fort) PyBuffer_FillContiguousStrides() argument [all...] |
H A D | memoryobject.c | 483 Py_ssize_t *strides; buffer_to_contiguous() local 2068 tolist_base(PyMemoryViewObject *self, const char *ptr, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, const char *fmt) tolist_base() argument 2095 tolist_rec(PyMemoryViewObject *self, const char *ptr, Py_ssize_t ndim, const Py_ssize_t *shape, const Py_ssize_t *strides, const Py_ssize_t *suboffsets, const char *fmt) tolist_rec() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolOcclusionTests.cpp | 1538 const vk::VkDeviceSize strides[] = in init() local 1594 << resultSizeStr[resultSizeIdx] << "bit variables, with stride" << strides[strideIdx]; in init() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 2285 size_t strides[AV_NUM_DATA_POINTERS]; in create_cv_pixel_buffer() local 2111 get_cv_pixel_info( AVCodecContext *avctx, const AVFrame *frame, int *color, int *plane_count, size_t *widths, size_t *heights, size_t *strides, size_t *contiguous_buf_size) get_cv_pixel_info() argument
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 3119 dri2_export_dma_buf_image_mesa(_EGLDisplay *disp, _EGLImage *img, int *fds, EGLint *strides, EGLint *offsets) dri2_export_dma_buf_image_mesa() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 1409 const deUint32 strides[] = { 3, 5 }; in createPipelineFlagsTests() local
|