Home
last modified time | relevance | path

Searched refs:strides (Results 26 - 50 of 122) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/host/
H A Disys_stream2mmio_local.h29 hrt_data strides; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/host/
H A Disys_stream2mmio_local.h29 hrt_data strides; member
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_avgpool.h32 int32_t strides, kernel_size; member
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp165 int const strides[], in make_yuv_420()
173 pixmaps[0].reset(SkImageInfo::MakeA8(w, h), data[0], strides[0]); in make_yuv_420() local
176 pixmaps[1].reset(SkImageInfo::MakeA8(w, h), data[1], strides[1]); in make_yuv_420() local
177 pixmaps[2].reset(SkImageInfo::MakeA8(w, h), data[2], strides[2]); in make_yuv_420() local
162 make_yuv_420(GrRecordingContext* rContext, int w, int h, uint8_t* const data[], int const strides[], SkYUVColorSpace yuvSpace, sk_sp<SkColorSpace> cs) make_yuv_420() argument
H A DSkVideoEncoder.cpp273 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
274 sws_scale(fSWScaleCtx, src, strides, 0, fInfo.height(), fFrame->data, fFrame->linesize); in addFrame()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h1397 * DRM_FORMAT_*, and strides are in bytes not pixels. Stride is
1405 int *strides, int *offsets,
1446 int *strides, int *offsets,
1459 int *strides, int *offsets,
1551 int *strides, int *offsets,
1648 int *strides, int *offsets,
1690 int *strides, int *offsets,
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py380 strides = node.attr['strides']
382 # Tensorflow do not support pooling strides in batch dimension and
383 # current native NN do not support pooling strides in channel dimension, added assert() here.
384 assert(strides.list.i[1]==strides.list.i[2])
385 assert(strides.list.i[0]==1)
386 assert(strides.list.i[3]==1)
387 strides = strides
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_linear_fallback.c101 unsigned strides[1] = { stride }; in shade_quads() local
121 strides, 0, 0, 0); in shade_quads()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp2263 GLsizei strides[n_buffers]; in iterate() local
2272 strides[j] = stride; in iterate()
2301 gl.bindVertexBuffers(t_first, t_count, buffer_ids, offsets, strides); in iterate()
2328 gl.bindVertexBuffers(first, count, t_buffer_ids, offsets, strides); in iterate()
2332 /* - INVALID_VALUE if any value in <offsets> or <strides> is less than zero. */ in iterate()
2338 memcpy(t_strides, strides, sizeof(strides)); in iterate()
2345 gl.bindVertexBuffers(first, count, buffer_ids, t_offsets, strides); in iterate()
3243 std::vector<GLsizei> strides; in iterate() local
3249 strides in iterate()
4481 std::vector<GLsizei> strides; iterate() local
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c1573 &buffer->strides[i]); in dri3_alloc_render_buffer()
1606 &buffer->strides[0], in dri3_alloc_render_buffer()
1616 &buffer->strides[0], in dri3_alloc_render_buffer()
1634 buffer->strides[0], buffer->offsets[0], in dri3_alloc_render_buffer()
1635 buffer->strides[1], buffer->offsets[1], in dri3_alloc_render_buffer()
1636 buffer->strides[2], buffer->offsets[2], in dri3_alloc_render_buffer()
1637 buffer->strides[3], buffer->offsets[3], in dri3_alloc_render_buffer()
1648 width, height, buffer->strides[0], in dri3_alloc_render_buffer()
1868 int strides[4], offsets[4]; in loader_dri3_create_image_from_buffers() local
1879 strides[ in loader_dri3_create_image_from_buffers()
[all...]
H A Dloader_dri3_helper.h74 int strides[4]; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1049 int *strides, int *offsets, in dri2_create_image_from_fd()
1079 whandles[i].stride = (unsigned)strides[i]; in dri2_create_image_from_fd()
1491 int *names, int num_names, int *strides, int *offsets, in dri2_from_names()
1507 whandle.stride = strides[0]; in dri2_from_names()
1565 int *fds, int num_fds, int *strides, int *offsets, in dri2_from_fds()
1570 strides, offsets, 0, NULL, loaderPrivate); in dri2_from_fds()
1575 int *fds, int num_fds, uint32_t flags, int *strides, in dri2_from_fds2()
1586 strides, offsets, bind, NULL, loaderPrivate); in dri2_from_fds2()
1655 int *strides, int *offsets, in dri2_from_dma_bufs()
1667 strides, offset in dri2_from_dma_bufs()
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/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp221 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions (const StrideVec& strides) const = 0;
224 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2 (const StrideVec& strides) const = 0;
388 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
391 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
396 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
399 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
524 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
527 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
532 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
535 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides
650 std::vector<vk::VkDeviceSize> strides; global() variable
1078 std::vector<vk::VkDeviceSize> strides; global() variable
4237 const auto strides = testConfig.strideConfig.dynamicValue.get(); maybeBindVertexBufferDynStride() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp733 /* Adjust strides, offsets to the corresponding plane*/ in d3d12_adjust_transfer_dimensions_for_plane()
761 unsigned *strides, in d3d12_resource_get_planes_info()
774 strides[plane_slice] = align(util_format_get_stride(cur_plane_resource->format, width), in d3d12_resource_get_planes_info()
778 strides[plane_slice], in d3d12_resource_get_planes_info()
805 unsigned int strides[d3d12_max_planes]; in d3d12_resource_get_info() local
813 strides, in d3d12_resource_get_info()
820 *stride = strides[res->plane_slice]; in d3d12_resource_get_info()
1610 unsigned int strides[d3d12_max_planes]; in d3d12_transfer_map() local
1619 strides, in d3d12_transfer_map()
1643 /* Adjust strides, offset in d3d12_transfer_map()
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/modules/gles2/stress/
H A Des2sDrawTests.cpp232 const int strides[] = { 0, 7, 16, 17 }; in init() local
338 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL44_autogen.h49 const GLsizei *strides);
/third_party/skia/src/core/
H A DSkOpts.h81 int nregs, int loop, const int strides[], int nargs,
H A DSkVM.cpp160 std::vector<int> strides; member
2593 switch (fImpl->strides.size()) {
2606 default: break; //SkASSERT(fImpl->strides.size() <= 7);
2613 this->nregs(), this->loop(), fImpl->strides.data(), this->nargs(),
2633 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2641 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2870 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2895 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2917 for (size_t i = 0; i < fImpl->strides.size(); i++) {
2922 K*fImpl->strides[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp185 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions (const StrideVec& strides) const = 0;
188 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2 (const StrideVec& strides) const = 0;
332 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
335 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
340 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
343 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
504 virtual std::vector<vk::VkVertexInputBindingDescription> getBindingDescriptions(const StrideVec& strides) const override
507 descriptions.push_back(vk::makeVertexInputBindingDescription(0u, static_cast<deUint32>(strides.at(0)), vk::VK_VERTEX_INPUT_RATE_VERTEX));
511 virtual std::vector<vk::VkVertexInputBindingDescription2EXT> getBindingDescriptions2(const StrideVec& strides) const override
514 descriptions.push_back(makeVertexInputBindingDescription2EXT(0u, static_cast<deUint32>(strides
732 std::vector<vk::VkDeviceSize> strides; global() variable
3515 const auto strides = testConfig.strideConfig.dynamicValue.get(); maybeBindVertexBufferDynStride() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c3132 const GLintptr *offsets, const GLsizei *strides, in vertex_array_vertex_buffers()
3143 * bound buffer object. In this case, the offsets and strides in vertex_array_vertex_buffers()
3145 * ignoring <offsets> and <strides>." in vertex_array_vertex_buffers()
3183 * <offsets> or <strides> is negative (per binding)." in vertex_array_vertex_buffers()
3192 if (strides[i] < 0) { in vertex_array_vertex_buffers()
3194 "%s(strides[%u]=%d < 0)", in vertex_array_vertex_buffers()
3195 func, i, strides[i]); in vertex_array_vertex_buffers()
3200 strides[i] > ctx->Const.MaxVertexAttribStride) { in vertex_array_vertex_buffers()
3202 "%s(strides[%u]=%d > " in vertex_array_vertex_buffers()
3203 "GL_MAX_VERTEX_ATTRIB_STRIDE)", func, i, strides[ in vertex_array_vertex_buffers()
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/ffmpeg/libavcodec/
H A Dvideotoolboxenc.c2118 size_t *strides, in get_cv_pixel_info()
2167 strides[p] = frame->linesize[p]; in get_cv_pixel_info()
2173 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) { in get_cv_pixel_info()
2178 *contiguous_buf_size += strides[i] * heights[i]; in get_cv_pixel_info()
2285 size_t strides[AV_NUM_DATA_POINTERS]; in create_cv_pixel_buffer() local
2303 memset(strides, 0, sizeof(strides)); in create_cv_pixel_buffer()
2312 strides, in create_cv_pixel_buffer()
2364 status = copy_avframe_to_pixel_buffer(avctx, frame, *cv_img, strides, heights); in create_cv_pixel_buffer()
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/vk-gl-cts/modules/gles31/stress/
H A Des31sDrawTests.cpp351 const int strides[] = { 0, 7, 16, 17 };
486 attribSpec.stride = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(strides), DE_ARRAY_END(strides), strideWeights);
/third_party/mesa3d/src/amd/compiler/
H A Daco_shader_info.h100 uint16_t strides[ACO_MAX_SO_BUFFERS]; member
/third_party/python/Objects/
H A Dabstract.c405 if (view->strides == NULL) { /* C-contiguous by definition */ in _IsFortranContiguous()
420 /* strides != NULL implies both of these */ in _IsFortranContiguous()
427 if (dim > 1 && view->strides[i] != sd) { in _IsFortranContiguous()
445 if (view->strides == NULL) return 1; /* C-contiguous by definition */ in _IsCContiguous()
447 /* strides != NULL implies both of these */ in _IsCContiguous()
454 if (dim > 1 && view->strides[i] != sd) { in _IsCContiguous()
485 pointer += view->strides[i]*indices[i]; in PyBuffer_GetPointer()
693 Py_ssize_t *strides, int itemsize, in PyBuffer_FillContiguousStrides()
702 strides[k] = sd; in PyBuffer_FillContiguousStrides()
708 strides[ in PyBuffer_FillContiguousStrides()
692 PyBuffer_FillContiguousStrides(int nd, Py_ssize_t *shape, Py_ssize_t *strides, int itemsize, char fort) PyBuffer_FillContiguousStrides() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_aco_shader_info.h43 ASSIGN_FIELD_CP(so.strides); in radv_aco_convert_shader_so_info()

Completed in 48 milliseconds

12345